From 421ff83f644a70ceec62fc82ad53aa6ace0f540a Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mar 26 2008 04:40:04 +0000 Subject: - Remove Requires on openldap-server (#432180) - Replace CLIENTBINDIR, ETCDIR, DBDIR, and RUNDIR in the man pages with the correct paths --- 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