From 73e1d9998b4d6165066fd482b21e566dfe16df25 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 26 Mar 2008 04:40:04 +0000 Subject: [PATCH] - Remove Requires on openldap-server (#432180) - Replace CLIENTBINDIR, ETCDIR, DBDIR, and RUNDIR in the man pages with the correct paths --- dhcp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 6a5b603..ee9eaeb 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -226,14 +226,14 @@ for page in client/dhclient.conf.5 client/dhclient.leases.5 \ %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \ -e 's|RUNDIR|%{_localstatedir}/run|g' \ -e 's|DBDIR|%{_localstatedir}/db/dhclient|g' \ - -e 's|ETCDIR|%{_sysconfdir}|g' $$page + -e 's|ETCDIR|%{_sysconfdir}|g' $page done for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \ -e 's|RUNDIR|%{_localstatedir}/run|g' \ -e 's|DBDIR|%{_localstatedir}/db/dhcpd|g' \ - -e 's|ETCDIR|%{_sysconfdir}|g' $$page + -e 's|ETCDIR|%{_sysconfdir}|g' $page done aclocal