documet debian/ubuntu problem
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
aa870e0124
commit
a112b4f123
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue