]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/init.d/red
Einige (hoffentlich die letzten) Rootfiles hinzugefuegt...
[ipfire-2.x.git] / src / initscripts / init.d / red
index a119a6cbe90b396a458247def71c7152a1336ff8..30d06595dcb29f77f3c77acc68e95e5e88d3fc53 100644 (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)) {