From 20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Wed, 26 Mar 2014 12:14:08 -0400 Subject: tmpfiles.dev: remove --remove option For compatibility with systemd. Signed-off-by: Andrew Gregory --- init.d/tmpfiles.dev.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.d/tmpfiles.dev.in') 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 } -- cgit v1.2.3