- Remove Requires on openldap-server (#432180)

- Replace CLIENTBINDIR, ETCDIR, DBDIR, and RUNDIR in the man pages with the
    correct paths
This commit is contained in:
David Cantrell 2008-03-26 04:40:04 +00:00
parent 1017230472
commit 73e1d9998b

View File

@ -226,14 +226,14 @@ for page in client/dhclient.conf.5 client/dhclient.leases.5 \
%{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \ %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
-e 's|RUNDIR|%{_localstatedir}/run|g' \ -e 's|RUNDIR|%{_localstatedir}/run|g' \
-e 's|DBDIR|%{_localstatedir}/db/dhclient|g' \ -e 's|DBDIR|%{_localstatedir}/db/dhclient|g' \
-e 's|ETCDIR|%{_sysconfdir}|g' $$page -e 's|ETCDIR|%{_sysconfdir}|g' $page
done done
for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do
%{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \ %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
-e 's|RUNDIR|%{_localstatedir}/run|g' \ -e 's|RUNDIR|%{_localstatedir}/run|g' \
-e 's|DBDIR|%{_localstatedir}/db/dhcpd|g' \ -e 's|DBDIR|%{_localstatedir}/db/dhcpd|g' \
-e 's|ETCDIR|%{_sysconfdir}|g' $$page -e 's|ETCDIR|%{_sysconfdir}|g' $page
done done
aclocal aclocal