From 5b2368ab42011b173cfcf986a64d90e854a43e72 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 20 Apr 2010 20:09:42 +0000 Subject: [PATCH] Bug in stop on stanza...fixed git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5552 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/klogd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init/klogd.conf b/etc/init/klogd.conf index 70866c6..d488d15 100644 --- a/etc/init/klogd.conf +++ b/etc/init/klogd.conf @@ -4,7 +4,7 @@ version 1.0 emits none special start on ( runlevel [12345] and (stopped mountfs)) -stop on ( runlevel [S06] and stopping udev)) +stop on ( runlevel [06] and (stopping udev)) pre-start script echo "Starting kernel log daemon"