看板 DFBSD_commit 關於我們 聯絡資訊
commit 0e23dbe2ef476790293ec3fab446a979f3b1b168 Author: Sascha Wildner <saw@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