2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Install /usr/lib/tmpfiles.d/sudo.conf on systems with systemd but

do not package it.  For packages we create /usr/lib/tmpfiles.d/sudo.conf
as needed in the postinstall script.
This commit is contained in:
Todd C. Miller
2015-04-06 15:08:37 -06:00
parent cd669526e5
commit f63896e7d8
2 changed files with 14 additions and 1 deletions

View File

@@ -314,6 +314,10 @@ still allow people to get their work done."
/sbin/init.d/ ignore
/sbin/init.d/sudo 0755 root:
%endif
%if -d ${pp_destdir}/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/ ignore
/usr/lib/tmpfiles.d/* ignore
%endif
%files [!aix]
$mandir/man*/* 0644