documet debian/ubuntu problem

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-19 09:12:54 +01:00
parent aa870e0124
commit a112b4f123
1 changed files with 3 additions and 0 deletions

View File

@ -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
;;