IPSec update...

Dial.cgi bearbeitet/fix...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@408 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-11 12:10:37 +00:00
parent c6aa4ac121
commit ed84e8b81a
2 changed files with 1397 additions and 1073 deletions

View File

@@ -60,10 +60,10 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'dial profile'})
}
if ($cgiparams{'ACTION'} eq $Lang::tr{'dial'}) {
system('/etc/rc.d/rc.red','start') == 0
system('/etc/rc.d/init.d/red','start') == 0
or &General::log("Dial failed: $?"); }
elsif ($cgiparams{'ACTION'} eq $Lang::tr{'hangup'}) {
system('/etc/rc.d/rc.red','stop') == 0
system('/etc/rc.d/init.d/red','stop') == 0
or &General::log("Hangup failed: $?"); }
sleep 1;

File diff suppressed because it is too large Load Diff