DragonFly-2.2.1.29.g0e23db DragonFly_RELEASE_2_2 sbin/rcrun rcrun.sh
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 26 14:43:42 PDT 2009
commit 0e23dbe2ef476790293ec3fab446a979f3b1b168
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/0e23dbe2ef476790293ec3fab446a979f3b1b168
--
DragonFly BSD source repository
More information about the Commits
mailing list