This add a /etc/tmpfiles.d inside makefile to automatically create directory with package. /etc is a better place to store user specific tmpfiles config where /usr/lib is better for shipped with package config.
As Dave as already included this path inside his arch-tmpfiles, it would be a shame to miss out.
Signed-off-by: Sebastien Luttringer seblu@seblu.net --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 9fd2347..b2256ec 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ DIRS := \ /etc/rc.d/functions.d \ /etc/logrotate.d \ /sbin \ + /etc/tmpfiles.d \ /usr/lib/tmpfiles.d \ /usr/lib/initscripts \ /etc/bash_completion.d \
On Tue, Jul 26, 2011 at 1:40 AM, Sebastien Luttringer seblu@seblu.net wrote:
o automatically create directory with package. /etc is a better place to store user specific tmpfiles config where /usr/lib is better for shipped with package config.
As Dave as already included this path inside his arch-tmpfiles, it would be a shame to miss out.
Indeed. Thanks for spotting this. Dave and I discussed it on IRC and I intended to add it, but I forgot.
Applied locally. I will wait to see if there are any more serious problems before deciding to do a second release.
We could possibly consider the tmpfiles stuff to be internal/for packagers only this first release, and only suggest that users cretae their own files once it has had some more testing...
-t
arch-projects@lists.archlinux.org