conf/95162: [patch] Missing feature in rc.subr

Dirk Engling erdgeist at erdgeist.org
Fri Jun 9 22:17:43 UTC 2006


On Fri, 9 Jun 2006, Dirk Engling wrote:

> Have I missed anything else? I would like to see this feature when its ready.

Maybe something like

for _config_file in ${rc_conf_files}; do
   sed -E -i .backup "s/^${rcvar}=[^[:space:]]+/${rcvar}=\"NO\"/" $_config_file
done

would work better to disable a set variable...

Regards

   erdgeist


More information about the freebsd-rc mailing list