diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | cd73e8afe30cc4f41f7cbe3a38b943e31d3f46c1 (patch) | |
tree | 04137b6b7e2c900d17a19b9ac039fdcdb9187a8c /sys-auth | |
parent | sys-auth/munge: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-cd73e8afe30cc4f41f7cbe3a38b943e31d3f46c1.tar.gz gentoo-cd73e8afe30cc4f41f7cbe3a38b943e31d3f46c1.tar.bz2 gentoo-cd73e8afe30cc4f41f7cbe3a38b943e31d3f46c1.zip |
sys-auth/nss-pam-ldapd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-pam-ldapd/files/nslcd-init | 2 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/files/nslcd-init-r1 | 2 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/files/nslcd.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/nss-pam-ldapd/files/nslcd-init b/sys-auth/nss-pam-ldapd/files/nslcd-init index 5774fe70cab0..77d8497edcb2 100644 --- a/sys-auth/nss-pam-ldapd/files/nslcd-init +++ b/sys-auth/nss-pam-ldapd/files/nslcd-init @@ -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/sys-auth/nss-pam-ldapd/files/nslcd-init-r1 b/sys-auth/nss-pam-ldapd/files/nslcd-init-r1 index 238a008063f7..0c8687558c5c 100644 --- a/sys-auth/nss-pam-ldapd/files/nslcd-init-r1 +++ b/sys-auth/nss-pam-ldapd/files/nslcd-init-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/sys-auth/nss-pam-ldapd/files/nslcd.rc b/sys-auth/nss-pam-ldapd/files/nslcd.rc index 916f78f8d8b1..6225b0ce279f 100644 --- a/sys-auth/nss-pam-ldapd/files/nslcd.rc +++ b/sys-auth/nss-pam-ldapd/files/nslcd.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |