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 | e6030beac4b85b2e32facabf9b3aeb88a83e4b18 (patch) | |
tree | 61124eb5a12ec423cedbc4a79b7d23835f911b5b /net-nds | |
parent | net-nds/portmap: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e6030beac4b85b2e32facabf9b3aeb88a83e4b18.tar.gz gentoo-e6030beac4b85b2e32facabf9b3aeb88a83e4b18.tar.bz2 gentoo-e6030beac4b85b2e32facabf9b3aeb88a83e4b18.zip |
net-nds/rpcbind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/files/rpcbind.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/rpcbind/files/rpcbind.initd b/net-nds/rpcbind/files/rpcbind.initd index b00bc197276c..c32b31b87dfd 100644 --- a/net-nds/rpcbind/files/rpcbind.initd +++ b/net-nds/rpcbind/files/rpcbind.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |