diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2017-04-13 19:59:44 -0700 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2017-04-13 19:59:44 -0700 |
commit | a6a564b0c2c56a61d8dbab90fab8e55e6d66034e (patch) | |
tree | 17de8647733447f5db7fbcb3c9cec350860bbf6c | |
parent | app-i18n/ibus: fix vala hiccup and update to latest upstream (diff) | |
download | arm-a6a564b0c2c56a61d8dbab90fab8e55e6d66034e.tar.gz arm-a6a564b0c2c56a61d8dbab90fab8e55e6d66034e.tar.bz2 arm-a6a564b0c2c56a61d8dbab90fab8e55e6d66034e.zip |
sys-apps/fstrimDaemon: update to latest openrc script interface
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
-rw-r--r-- | sys-apps/fstrimDaemon/fstrimDaemon-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/fstrimDaemon/fstrimDaemon-9999.ebuild b/sys-apps/fstrimDaemon/fstrimDaemon-9999.ebuild index e24f85d..07ce561 100644 --- a/sys-apps/fstrimDaemon/fstrimDaemon-9999.ebuild +++ b/sys-apps/fstrimDaemon/fstrimDaemon-9999.ebuild @@ -28,6 +28,7 @@ src_install() { dosbin usr/sbin/fstrimDaemon.sh dodoc README.md if ! use systemd ; then + sed -i -e "s|sbin/runscript|sbin/openrc-run|" etc/init.d/fstrimDaemon doinitd etc/init.d/fstrimDaemon doconfd etc/conf.d/fstrimDaemon else |