diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:50 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1e73c30dfa5995331476811d68f87e198ad56017 (patch) | |
tree | 8a645362c487145c18f205d20d1179db9d1d6b67 | |
parent | net-fs/autofs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1e73c30dfa5995331476811d68f87e198ad56017.tar.gz gentoo-1e73c30dfa5995331476811d68f87e198ad56017.tar.bz2 gentoo-1e73c30dfa5995331476811d68f87e198ad56017.zip |
net-fs/ncpfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | net-fs/ncpfs/files/ipx.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/ncpfs/files/ipx.init b/net-fs/ncpfs/files/ipx.init index fffd62810ef6..2132b57e9aa7 100644 --- a/net-fs/ncpfs/files/ipx.init +++ b/net-fs/ncpfs/files/ipx.init @@ -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$ |