diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:42 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 68b127968238f111cb70efc67d89ca0fbb3ba771 (patch) | |
tree | e716bd242114c17888b541747a66ac3d8555cecc /net-nds/openldap | |
parent | net-nds/389-ds-base: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-68b127968238f111cb70efc67d89ca0fbb3ba771.tar.gz gentoo-68b127968238f111cb70efc67d89ca0fbb3ba771.tar.bz2 gentoo-68b127968238f111cb70efc67d89ca0fbb3ba771.zip |
net-nds/openldap: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nds/openldap')
-rw-r--r-- | net-nds/openldap/files/slapd-initd | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd-initd-2.4.28-r1 | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd-initd-2.4.40 | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd-initd-2.4.40-r1 | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd-initd-2.4.40-r2 | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd-initd2 | 2 | ||||
-rw-r--r-- | net-nds/openldap/files/slurpd-initd | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/net-nds/openldap/files/slapd-initd b/net-nds/openldap/files/slapd-initd index 1e674802ebf8..482fa2a3cca1 100644 --- a/net-nds/openldap/files/slapd-initd +++ b/net-nds/openldap/files/slapd-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/openldap/files/slapd-initd-2.4.28-r1 b/net-nds/openldap/files/slapd-initd-2.4.28-r1 index 52d3e4b2f273..0bb8c81cbcda 100644 --- a/net-nds/openldap/files/slapd-initd-2.4.28-r1 +++ b/net-nds/openldap/files/slapd-initd-2.4.28-r1 @@ -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$ diff --git a/net-nds/openldap/files/slapd-initd-2.4.40 b/net-nds/openldap/files/slapd-initd-2.4.40 index dc0e021e1817..473e9fd0e725 100644 --- a/net-nds/openldap/files/slapd-initd-2.4.40 +++ b/net-nds/openldap/files/slapd-initd-2.4.40 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/openldap/files/slapd-initd-2.4.40-r1 b/net-nds/openldap/files/slapd-initd-2.4.40-r1 index 9a68fb7f80be..3547e0751816 100644 --- a/net-nds/openldap/files/slapd-initd-2.4.40-r1 +++ b/net-nds/openldap/files/slapd-initd-2.4.40-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/openldap/files/slapd-initd-2.4.40-r2 b/net-nds/openldap/files/slapd-initd-2.4.40-r2 index b38cc4fa3ab9..9ce071ac9780 100644 --- a/net-nds/openldap/files/slapd-initd-2.4.40-r2 +++ b/net-nds/openldap/files/slapd-initd-2.4.40-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-nds/openldap/files/slapd-initd2 b/net-nds/openldap/files/slapd-initd2 index 743031281925..8016677600b0 100644 --- a/net-nds/openldap/files/slapd-initd2 +++ b/net-nds/openldap/files/slapd-initd2 @@ -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/openldap/files/slurpd-initd b/net-nds/openldap/files/slurpd-initd index 1b315918d8af..e3ae1ac8235c 100644 --- a/net-nds/openldap/files/slurpd-initd +++ b/net-nds/openldap/files/slurpd-initd @@ -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$ |