]> git.pld-linux.org Git - packages/reportdhcp.git/blob - reportdhcp-config.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/reportdhcp.git] / reportdhcp-config.patch
1 --- ./reportdhcp.pl.org Wed Jul 17 18:24:09 2002
2 +++ ./reportdhcp.pl     Mon Sep  9 18:35:25 2002
3 @@ -28,13 +28,13 @@
4         # Change to your dhcp file and dhcpd.conf:
5         # (Default set to ISC DHCP defaults)
6  
7 -my $dhcpfile = "/var/state/dhcp/dhcpd.leases";
8 +my $dhcpfile = "/var/lib/dhcp/dhcpd.leases";
9  my $dhcpdconf = "/etc/dhcpd.conf";
10  
11         # change to the relative (web) path to the cgi directory where
12         # reportdhcp.pl is located (usually /cgi-bin):
13  
14 -my $CGI = "/cgi-bin";
15 +my $CGI = "/cgi-bin/reportdhcp";
16  
17         # change to reflect your system name
18  
This page took 0.070724 seconds and 3 git commands to generate.