From 73714eed7d7d121d36c5a7f601f024719451d2f4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 12 Sep 2002 12:29:39 +0000 Subject: meumeuh --- perl-install/standalone/drakgw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b857eaedd..6a62db069 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -82,13 +82,13 @@ sub start_daemons () my $netscripts = '/etc/sysconfig/network-scripts'; sys("$netscripts/net_cnx_down >/dev/null"); - sys("/etc/rc.d/init.d/network restart"); + sys("/etc/rc.d/init.d/network restart >/dev/null"); sys("$netscripts/net_cnx_up >/dev/null"); sys("/etc/init.d/shorewall restart >/dev/null"); - sys("/etc/rc.d/init.d/$_ start"), sys("/sbin/chkconfig --level 345 $_ on") foreach 'named', 'dhcpd', 'shorewall'; - sys("/etc/rc.d/init.d/cups start") if $cups_used; + sys("/etc/rc.d/init.d/$_ start >/dev/null"), sys("/sbin/chkconfig --level 345 $_ on") foreach 'named', 'dhcpd', 'shorewall'; + sys("/etc/rc.d/init.d/cups start >/dev/null") if $cups_used; } sub stop_daemons () -- cgit v1.2.1