Connection Scheduler korrigiert

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@836 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-26 09:17:39 +00:00
parent 3ca9ebffcf
commit 10b0c9a0e8

View File

@@ -70,7 +70,7 @@ sub hangup
}
&General::log("ConnSched disconnect");
unless ( system('/etc/rc.d/init.d/red', 'stop') == 0 )
unless ( system('/etc/rc.d/init.d/network', 'stop', 'red') == 0 )
{
&General::log("ConnSched disconnect failed: $?");
return;
@@ -94,7 +94,7 @@ sub dial
}
&General::log("ConnSched connect");
unless ( system('/etc/rc.d/init.d/red', 'start') == 0 )
unless ( system('/etc/rc.d/init.d/network', 'start', 'red') == 0 )
{
&General::log("ConnSched connect failed: $?");
return;