mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
Einige (hoffentlich die letzten) Rootfiles hinzugefuegt...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@395 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -55,7 +55,7 @@ sub dodhcpdial($;$) {
|
||||
push(@dhcpcommand, ('-d'));
|
||||
}
|
||||
|
||||
if ($dhcp_name ne '') { push(@dhcpcommand, ('-h', "$dhcp_name")); }
|
||||
if ($dhcp_name ne '') { push(@dhcpcommand, ('-h', "$dhcp_name", "&>/dev/null")); }
|
||||
if ($netsettings{'RED_TYPE'} eq 'PPTP') { push(@dhcpcommand, '-G'); }
|
||||
|
||||
if (system (@dhcpcommand)) {
|
||||
|
||||
Reference in New Issue
Block a user