- Make sure all /etc/dhcp config files are marked in the manifest

- Include new config file directies in the dhcp and dhclient packages
- Do not overwrite new config files if they already exist
This commit is contained in:
David Cantrell 2009-01-10 16:46:16 +00:00
parent 81814c785d
commit 13a0b57486

View File

@ -257,7 +257,8 @@ CFLAGS="%{optflags} -fPIC -D_GNU_SOURCE -DLDAP_CONFIGURATION -DUSE_SSL" \
%{__make} install DESTDIR=%{buildroot} %{__make} install DESTDIR=%{buildroot}
# Remove files we don't want # Remove files we don't want
%{__rm} %{buildroot}%{_sysconfdir}/dhcp/dhclient.conf %{__rm} -f %{buildroot}%{_sysconfdir}/dhclient.conf
%{__rm} -f %{buildroot}%{_sysconfdir}/dhcp/dhclient.conf
# Install correct dhclient-script # Install correct dhclient-script
%{__mkdir} -p %{buildroot}/sbin %{__mkdir} -p %{buildroot}/sbin