OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Dec-2004 10:27:24
Branch: HEAD Handle: 2004123009272400
Modified files:
openpkg-src/dhcpd dhcpd.spec
Log:
I cannot see why the dhcpd.leases file should be installed with empty
contents. dhcpd creates such a files AFAIK itself and by not having it
packaged we can avoid that the file occurs under -V option every time
Summary:
Revision Changes Path
1.70 +1 -3 openpkg-src/dhcpd/dhcpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhcpd/dhcpd.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 dhcpd.spec
--- openpkg-src/dhcpd/dhcpd.spec 7 Dec 2004 09:18:21 -0000 1.69
+++ openpkg-src/dhcpd/dhcpd.spec 30 Dec 2004 09:27:24 -0000 1.70
@@ -34,7 +34,7 @@
Group: DNS
License: ISC/BSD
Version: 3.0.2rc3
-Release: 20041207
+Release: 20041230
# package options
%option with_fsl yes
@@ -135,8 +135,6 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/sbin/dhclient-script
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man8/dhclient-script.8
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
- %{l_shtool} install -c -m 644 /dev/null \
- $RPM_BUILD_ROOT%{l_prefix}/var/dhcpd/dhcpd.leases
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]