diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-02 18:55:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-02 18:55:30 -0500 |
commit | c897bebf137568c890a8549e62cbe4dcca462164 (patch) | |
tree | 572284cba4be9f38a818ff9aa1d2a2a9d014671a /net-nds/ypbind/files | |
parent | net-nds/389-admin: remove old ebuild (diff) | |
download | gentoo-c897bebf137568c890a8549e62cbe4dcca462164.tar.gz gentoo-c897bebf137568c890a8549e62cbe4dcca462164.tar.bz2 gentoo-c897bebf137568c890a8549e62cbe4dcca462164.zip |
net-nds/ypbind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-nds/ypbind/files')
-rw-r--r-- | net-nds/ypbind/files/ypbind.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/ypbind/files/ypbind.initd b/net-nds/ypbind/files/ypbind.initd index 26d5d9a65b8b..5642e3dc9e7b 100644 --- a/net-nds/ypbind/files/ypbind.initd +++ b/net-nds/ypbind/files/ypbind.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |