commit: 20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89 Author: Andrew Gregory <andrew.gregory.8 <AT> gmail <DOT> com> AuthorDate: Wed Mar 26 16:14:08 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 17:39:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=20d7b831
tmpfiles.dev: remove --remove option For compatibility with systemd. Signed-off-by: Andrew Gregory <andrew.gregory.8 <AT> gmail.com> --- init.d/tmpfiles.dev.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in index c2de59f..3566928 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 }