From 426046b6eb2f7b2c7f2e121a39cdaedfd161fb95 Mon Sep 17 00:00:00 2001 From: kueller Date: Wed, 23 Jun 2010 10:16:49 +0000 Subject: [PATCH] Probleme beim Shutdown -> stop on ...S... wird nicht korrekt erkannt und blockt den stop... git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_samba@5717 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/nmbd.conf | 2 +- etc/init/smbd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/init/nmbd.conf b/etc/init/nmbd.conf index 9a3d20f..4e93848 100644 --- a/etc/init/nmbd.conf +++ b/etc/init/nmbd.conf @@ -4,7 +4,7 @@ version 1.0 emits none special start on (runlevel [2345] and (started ifup)) -stop on runlevel [S016] +stop on runlevel [016] console none diff --git a/etc/init/smbd.conf b/etc/init/smbd.conf index 85b77b4..da752b3 100644 --- a/etc/init/smbd.conf +++ b/etc/init/smbd.conf @@ -4,7 +4,7 @@ version 1.0 emits none special start on (runlevel [2345] and (started ifup)) -stop on runlevel [S016] +stop on runlevel [016] console none