DMZ Pinholes korrigiert

Kleine Anpassung am Guardian Skript
Samba init beim restart das sleep verlängert


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@744 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-07 18:06:17 +00:00
parent 7146d4a5a8
commit f0ef685349
3 changed files with 8 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ case "$1" in
restart)
$0 stop
sleep 3
sleep 5
$0 start
;;