diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3517936064908b87398ecb264ba39341148de6c3 (patch) | |
tree | bb62f633d4c6f6420d506f21e36d1d31ec118063 /sys-libs/glibc | |
parent | sys-libs/freeipmi: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3517936064908b87398ecb264ba39341148de6c3.tar.gz gentoo-3517936064908b87398ecb264ba39341148de6c3.tar.bz2 gentoo-3517936064908b87398ecb264ba39341148de6c3.zip |
sys-libs/glibc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/files/nscd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/nscd b/sys-libs/glibc/files/nscd index e47f9b98bdfd..ff7154335f27 100644 --- a/sys-libs/glibc/files/nscd +++ b/sys-libs/glibc/files/nscd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |