CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/11 13:12:19
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Fix a small bug in rcctl status <daemon>:
If the daemon has default flags in its rc.d(8) script
but its flags are explicitly set to =" " in rc.conf.local(8),
the default flags were erroneously displayed. Show " " instead.
ok ajacoutot@
