diff options
author | 2016-05-18 01:33:49 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | b374cabd3170028fc6835b5b5593c1364ad437c2 (patch) | |
tree | 6148272e373da177d050087efe99b720e36db46e /sys-apps | |
parent | sys-apps/tuned: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b374cabd3170028fc6835b5b5593c1364ad437c2.tar.gz gentoo-b374cabd3170028fc6835b5b5593c1364ad437c2.tar.bz2 gentoo-b374cabd3170028fc6835b5b5593c1364ad437c2.zip |
sys-apps/unscd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/unscd/files/unscd.initd-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/unscd/files/unscd.initd-r1 b/sys-apps/unscd/files/unscd.initd-r1 index 55262fdfb11a..1d0908c0493e 100644 --- a/sys-apps/unscd/files/unscd.initd-r1 +++ b/sys-apps/unscd/files/unscd.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |