From a112b4f123d591096bede64ba96545e911204edd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 19 Jan 2012 09:12:54 +0100 Subject: [PATCH] documet debian/ubuntu problem Signed-off-by: Nico Schottelius --- conf/type/__start_on_boot/gencode-remote | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/type/__start_on_boot/gencode-remote b/conf/type/__start_on_boot/gencode-remote index ee2bdeb6..5e9c6343 100755 --- a/conf/type/__start_on_boot/gencode-remote +++ b/conf/type/__start_on_boot/gencode-remote @@ -40,6 +40,9 @@ case "$state_should" in present) case "$os" in debian|ubuntu) + # 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 ;;