rsyslog is in Debian too.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 2 Aug 2008 13:49:34 +0000 (13:49 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 2 Aug 2008 13:49:34 +0000 (13:49 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2753 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/debian/initpost

index 2acb7d0..9b1fb1f 100755 (executable)
@@ -125,7 +125,9 @@ test "$(cat "$cfgdir"/apps/init/style 2>/dev/null)" != "plain" || \
 pushd etc/init.d &>/dev/null
 for i in *; do
     case "$i" in
-      (sysklogd|syslog-ng|README|skeleton|sendsigs|single|rc|rc.local|rcS)
+      (sysklogd|syslog-ng|rsyslog|dsyslog)
+       ;;
+      (README|skeleton|sendsigs|single|rc|rc.local|rcS)
        ;;
       ($have_halt)
        ;;