]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- touch v6 lease files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 3 Feb 2008 19:37:48 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.spec -> 1.159

dhcp.spec

index 99bc5a1bbd767e9ac2c711d7b1b4788392e3c09a..5b67b4bd71e5305a08e3f34616d8074d468092d0 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -263,6 +263,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/dhclient.conf
 touch $RPM_BUILD_ROOT/var/lib/%{name}/dhcpd.leases
 touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient.leases
 
+touch $RPM_BUILD_ROOT/var/lib/%{name}/dhcpd6.leases
+touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient6.leases
+
 install libdhcp4client.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libdhcp4client.pc
 
 %clean
@@ -334,6 +337,7 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/dhcpd6
 %attr(750,root,root) %dir /var/lib/%{name}
 %ghost /var/lib/%{name}/dhcpd.leases
+%ghost /var/lib/%{name}/dhcpd6.leases
 %{_mandir}/man1/omshell.1*
 %{_mandir}/man5/dhcp-eval.5*
 %{_mandir}/man5/dhcp-options.5*
@@ -359,6 +363,7 @@ fi
 %{_mandir}/man8/dhclient-script.8*
 %attr(750,root,root) %dir /var/lib/dhclient
 %ghost /var/lib/dhclient/dhclient.leases
+%ghost /var/lib/dhclient/dhclient6.leases
 
 %files relay
 %defattr(644,root,root,755)
This page took 0.07477 seconds and 4 git commands to generate.