diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 41555e3cd64cd832b04ea3eeb170c66142e39caa (patch) | |
tree | 65147fdcfdfba192e4bf55c70831b74c1d0f6352 /net-nds/tac_plus | |
parent | net-nds/rpcbind: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-41555e3cd64cd832b04ea3eeb170c66142e39caa.tar.gz gentoo-41555e3cd64cd832b04ea3eeb170c66142e39caa.tar.bz2 gentoo-41555e3cd64cd832b04ea3eeb170c66142e39caa.zip |
net-nds/tac_plus: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nds/tac_plus')
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.init | 2 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.init2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/tac_plus/files/tac_plus.init b/net-nds/tac_plus/files/tac_plus.init index 28de144b48f6..d0d99beeeb35 100644 --- a/net-nds/tac_plus/files/tac_plus.init +++ b/net-nds/tac_plus/files/tac_plus.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/tac_plus/files/tac_plus.init2 b/net-nds/tac_plus/files/tac_plus.init2 index 59ea76d39831..d7ed478fdddf 100644 --- a/net-nds/tac_plus/files/tac_plus.init2 +++ b/net-nds/tac_plus/files/tac_plus.init2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |