From 8cb296dff1704b8b7247ebe8635a54e8336edb58 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 22 Aug 2002 16:36:52 +0000 Subject: Fix search and replace for __WIZ_HOME__ and fix wrongly committed files --- dhcp_wizard/scripts/Dhcpconf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhcp_wizard/scripts') diff --git a/dhcp_wizard/scripts/Dhcpconf.pm b/dhcp_wizard/scripts/Dhcpconf.pm index 4b508565..3a3a3e8d 100644 --- a/dhcp_wizard/scripts/Dhcpconf.pm +++ b/dhcp_wizard/scripts/Dhcpconf.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package Dhcpconf; -require "/usr/share/wizards/common/scripts/Vareqval.pm"; +require "__WIZ_HOME__/common/scripts/Vareqval.pm"; use MDK::Common; use strict; @@ -66,7 +66,7 @@ sub do_it { die "can't make a temp file: $!"; open(NEW, "> $tmp") or die "can't open $tmp: $!"; - open(OLD, "< /usr/share/wizards/dhcp_wizard/scripts/dhcpd.conf.default") or + open(OLD, "< __WIZ_HOME__/dhcp_wizard/scripts/dhcpd.conf.default") or die "can't open default: $!"; while () { s|__hname__|$wiz_host_name|g; -- cgit v1.2.1