DragonFly-2.3.2.183.g6eb62 master sbin/rcrun rcrun.sh
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 26 14:43:02 PDT 2009
commit 6eb624aa085be3e16ad3bc94c9cc6768f41e236a
Author: Sascha Wildner <saw at online.de>
Date: Sun Jul 26 23:39:27 2009 +0200
Repair rcenable(8) and rcdisable(8).
* rcenable(8) was not playing nicely with our three year old change to
no longer depend on _enable being appended to rc variables for starting
daemons etc. (i.e., foo_enable=yes and foo=yes both work).
* rcdisable(8) did not properly run rcstop(8) because that needs to be
run when the variable is still set to 'yes' and not after it's been
set to 'no'.
Noticed-by: phma on #dragonflybsd
Summary of changes:
sbin/rcrun/rcrun.sh | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6eb624aa085be3e16ad3bc94c9cc6768f41e236a
--
DragonFly BSD source repository
More information about the Commits
mailing list