From cd3c5827618b679023c80c68a638263e11bc8cdf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Apr 2015 15:35:01 -0600 Subject: Create template tmpfiles.d/sudo.conf for installation instead of creating one via echo commands in the Makefile. Add --enable-tmpfiles.d configure option to enable/disable use of tmpfiles.d and override the default directory. Use --disable-tmpfiles.d in mkpkg so we no longer need to ignore tmpfiles.d/sudo.conf in sudo.pp. --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 1d974406b..4c62d7033 100644 --- a/.hgignore +++ b/.hgignore @@ -23,6 +23,7 @@ Makefile$ ^doc/varsub$ ^init.d/.*.sh$ +^init.d/sudo.conf$ ^pathnames\.h$ ^src/sudo$ -- cgit v1.2.1