CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/13 13:06:53
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Carefully quote the flags argument such that leading blank characters
are preserved in all situations; this is relevant such that for
example 'rcctl enable identd flags " "' puts 'identd_flags=" "'
into /etc/rc.conf.local and subsequent 'rcctl enable identd' without
flags keeps it intact instead of stripping it down to 'identd_flags='.
ok ajacoutot@
