From 370dd6573143fb9b9a7d368badbd3f2bb40ad6cf Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 24 Jul 2011 15:04:36 -0400 Subject: arch-tmpfiles: add cmdline parameters Categorize actions as 'create' or 'remove', for finer control. Signed-off-by: Dave Reisner --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 16cf898..a35e45e 100644 --- a/functions +++ b/functions @@ -426,7 +426,7 @@ remove_leftover() { find /var/run/ \! -type d -delete ln -s /run/daemons /var/run/daemons fi - /usr/lib/initscripts/arch-tmpfiles && stat_done || stat_fail + /usr/lib/initscripts/arch-tmpfiles --create --remove && stat_done || stat_fail } bootlogd_stop() { -- cgit v1.2.3