diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:43 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4b4408adbf407f8950c515c539d39a66d0961811 (patch) | |
tree | ecedd600fb387eb580fa7411548fb297c1109a39 /net-nds | |
parent | net-nds/openldap: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4b4408adbf407f8950c515c539d39a66d0961811.tar.gz gentoo-4b4408adbf407f8950c515c539d39a66d0961811.tar.bz2 gentoo-4b4408adbf407f8950c515c539d39a66d0961811.zip |
net-nds/portmap: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/portmap/files/portmap.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/portmap/files/portmap.rc6 b/net-nds/portmap/files/portmap.rc6 index 628d82ab4848..70b9897afdc2 100644 --- a/net-nds/portmap/files/portmap.rc6 +++ b/net-nds/portmap/files/portmap.rc6 @@ -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$ |