diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f1aaaf74e9e5ca3b493f308604799d040a36e6d1 (patch) | |
tree | 321f27eb457b7e9a038b3d78b0dbc0e78463613d /net-misc | |
parent | net-misc/rdate: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f1aaaf74e9e5ca3b493f308604799d040a36e6d1.tar.gz gentoo-f1aaaf74e9e5ca3b493f308604799d040a36e6d1.tar.bz2 gentoo-f1aaaf74e9e5ca3b493f308604799d040a36e6d1.zip |
net-misc/ris-linux: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ris-linux/files/binlsrv.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ris-linux/files/binlsrv.initd b/net-misc/ris-linux/files/binlsrv.initd index 7e04b8bbe25d..f6d99e09f4cd 100644 --- a/net-misc/ris-linux/files/binlsrv.initd +++ b/net-misc/ris-linux/files/binlsrv.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |