From dabd6884195d47a85acbf3c751f573c6da1752e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Nov 2003 09:41:50 +0000 Subject: perl_checker fix --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 52960c204..682ea9909 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -426,7 +426,7 @@ my $update_dhcp = '/usr/sbin/update_dhcp.pl'; #- put the interface for the dhcp server in the sysconfig-dhcp config, for the /etc/init.d script of dhcpd -substInFile { s/^INTERFACES\n//; $_ .= "INTERFACES=\"$device\"\n" if eof } $sysconf_dhcpd; +substInFile { s/^INTERFACES\n//; $_ .= qq(INTERFACES="$device"\n) if eof } $sysconf_dhcpd; #- Set up /etc/cups/cupsd.conf to make the broadcasting of the printer info -- cgit v1.2.1