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:
ms
2007-01-24 19:13:45 +00:00
parent 8a163b21e5
commit de297ec3fb
29 changed files with 496 additions and 10 deletions

View File

@@ -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)) {