mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42:48 +00:00
Drop /etc/sysconfig/dhcpd6
This commit is contained in:
parent
778772ceef
commit
b95ebd141e
1 changed files with 1 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
Name: dhcp
|
||||
Epoch: 3
|
||||
Version: %{major_version}%{patch_version}
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) server/relay agent/client
|
||||
License: Distributable
|
||||
Group: System/Servers
|
||||
|
@ -234,8 +234,6 @@ cat > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd <<EOF
|
|||
OPTIONS="-q"
|
||||
EOF
|
||||
|
||||
cat %{buildroot}%{_sysconfdir}/sysconfig | sed 's,dhcpd,dhcpd6,g' > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd6
|
||||
|
||||
install -d %{buildroot}%{var_dhcpd}
|
||||
touch %{buildroot}%{var_dhcpd}/dhcpd.leases
|
||||
install -d %{buildroot}%{var_dhclient}
|
||||
|
@ -340,7 +338,6 @@ rm -rf %{var_dhclient}/dhclient.leases
|
|||
%config(noreplace) %{_sysconfdir}/dhcpd.conf
|
||||
%config(noreplace) %{_sysconfdir}/dhclient-exit-hooks
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd6
|
||||
%{_sbindir}/dhcpd
|
||||
%{_sbindir}/dhcpreport.pl
|
||||
%{_sbindir}/dhcpd-conf-to-ldap
|
||||
|
|
Loading…
Add table
Reference in a new issue