mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42:48 +00:00
define tmpfiles.d
This commit is contained in:
parent
c98b914b42
commit
c5b1948faa
1 changed files with 49 additions and 0 deletions
49
dhcp.spec
49
dhcp.spec
|
@ -1,4 +1,5 @@
|
|||
%define _catdir /var/cache/man
|
||||
%define _tmpfilesdir /usr/lib/tmpfiles.d/
|
||||
|
||||
%define major_version 4.2.5
|
||||
%define patch_version P1
|
||||
|
@ -340,6 +341,54 @@ rm -rf %{_var}/lib/dhclient/dhclient.leases
|
|||
%{_mandir}/man3/*
|
||||
|
||||
|
||||
/etc/dhclient-exit-hooks
|
||||
|
||||
/etc/dhcpd.conf
|
||||
|
||||
/etc/sysconfig/dhcpd
|
||||
|
||||
/etc/sysconfig/dhcrelay
|
||||
|
||||
/sbin/dhclient
|
||||
|
||||
/usr/bin/omshell
|
||||
|
||||
/usr/sbin/dhcpd
|
||||
|
||||
/usr/sbin/dhcpd-chroot.sh
|
||||
|
||||
/usr/sbin/dhcpd-conf-to-ldap
|
||||
|
||||
/usr/sbin/dhcpreport.pl
|
||||
|
||||
/usr/sbin/dhcrelay
|
||||
|
||||
/usr/share/man/man1/omshell.1.xz
|
||||
|
||||
/usr/share/man/man5/dhclient.conf.5.xz
|
||||
|
||||
/usr/share/man/man5/dhclient.leases.5.xz
|
||||
|
||||
/usr/share/man/man5/dhcp-eval.5.xz
|
||||
|
||||
/usr/share/man/man5/dhcpd.conf.5.xz
|
||||
|
||||
/usr/share/man/man5/dhcpd.leases.5.xz
|
||||
|
||||
/usr/share/man/man8/dhclient-script.8.xz
|
||||
|
||||
/usr/share/man/man8/dhclient.8.xz
|
||||
|
||||
/usr/share/man/man8/dhcpd.8.xz
|
||||
|
||||
/usr/share/man/man8/dhcrelay.8.xz
|
||||
|
||||
/var/lib/dhclient/dhclient.leases
|
||||
|
||||
/var/lib/dhcpd/dhcpd.leases
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Jul 31 2013 akdengi <akdengi>
|
||||
|
|
Loading…
Add table
Reference in a new issue