diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:41 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f716dd08806278a99322ebacfe102ae78f178348 (patch) | |
tree | 4733aead0142889fa542c48db671f3cfc6f2aa3f /net-nds | |
parent | net-misc/xrdp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f716dd08806278a99322ebacfe102ae78f178348.tar.gz gentoo-f716dd08806278a99322ebacfe102ae78f178348.tar.bz2 gentoo-f716dd08806278a99322ebacfe102ae78f178348.zip |
net-nds/389-ds-base: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/389-ds-base/files/389-ds-snmp.initd | 2 | ||||
-rw-r--r-- | net-nds/389-ds-base/files/389-ds.initd-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/389-ds-base/files/389-ds-snmp.initd b/net-nds/389-ds-base/files/389-ds-snmp.initd index 0e56f8b9cff8..d4d75ab854fa 100644 --- a/net-nds/389-ds-base/files/389-ds-snmp.initd +++ b/net-nds/389-ds-base/files/389-ds-snmp.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/389-ds-base/files/389-ds.initd-r1 b/net-nds/389-ds-base/files/389-ds.initd-r1 index a0b83d8567f2..0cd8e0e58c06 100644 --- a/net-nds/389-ds-base/files/389-ds.initd-r1 +++ b/net-nds/389-ds-base/files/389-ds.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |