From: Lennart Poettering Date: Tue, 1 Mar 2011 21:18:49 +0000 (+0100) Subject: man: fix chkconfig syntax to use --level 3 X-Git-Tag: v20~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6221fcdf2ec74b6a71a4d59ca5ec80fa2b214c45;ds=sidebyside man: fix chkconfig syntax to use --level 3 --- diff --git a/man/daemon.xml b/man/daemon.xml index ea0e6d27f..ab355cd59 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -869,7 +869,7 @@ fi a fragment like the following: %triggerun -- foobar < 0.47.11-1 -if /sbin/chkconfig foobar ; then +if /sbin/chkconfig --level 3 foobar ; then /bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&1 || : fi