cleanups in gencode

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-02-15 08:50:26 +01:00
parent d427af2ee3
commit 824ec459ea
1 changed files with 3 additions and 6 deletions

View File

@ -32,13 +32,10 @@ case "$state_should" in
present)
case "$os" in
archlinux)
echo sed -i /etc/rc.conf \'s/^\\(DAEMONS=.*\\))/\\1 $name)/\'
echo "sed -i /etc/rc.conf \'s/^\\(DAEMONS=.*\\))/\\1 $name)/\'"
;;
debian|ubuntu)
# FIXME: This does not work as expected:
# insserv: warning: current start runlevel(s) (3 4 5) of script `postfix' overwrites defaults (2 3 4 5).
#echo update-rc.d \"$name\" defaults
echo update-rc.d \"$name\" defaults
echo "update-rc.d \"$name\" defaults >/dev/null"
;;
# FIXME: Disabled until the explorer is checked
@ -61,7 +58,7 @@ case "$state_should" in
case "$os" in
archlinux)
# Replace a) at the beginning b) in the middle c) end d) only
echo "sed -i /etc/rc.conf -e 's/^\(DAEMONS=(\)$name /\1/' -e 's/^\(DAEMONS=(.* \)$name \(.*\)/\1\2/' -e 's/^\(DAEMONS=(.*\) $name)/\1)/' -e 's/^\(DAEMONS=(\)$name)/\1)/'"
echo "sed -i /etc/rc.conf -e 's/^\\(DAEMONS=(\\)$name /\\1/' -e 's/^\\(DAEMONS=(.* \\)$name \\(.*\\)/\\1\\2/' -e 's/^\\(DAEMONS=(.*\\) $name)/\\1)/' -e 's/^\\(DAEMONS=(\\)$name)/\\1)/'"
;;
debian|ubuntu)
echo update-rc.d -f \"$name\" remove