aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-03-26 12:14:08 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-04-03 12:39:27 -0500
commit20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89 (patch)
tree82c0290fc8bbc1cfe5115c241a16cc5b2598778f
parent686ee62a79e12ad73581ef4e151baad21b624935 (diff)
tmpfiles.dev: remove --remove option
For compatibility with systemd. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
-rw-r--r--init.d/tmpfiles.dev.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
index c2de59f4..35669284 100644
--- a/init.d/tmpfiles.dev.in
+++ b/init.d/tmpfiles.dev.in
@@ -14,8 +14,7 @@ depend()
start()
{
ebegin "setting up tmpfiles.d entries for /dev"
- @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --remove \
- ${tmpfiles_opts}
+ @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts}
eend $?
return 0
}