SHA256
1
0
forked from pool/glibc

Accepting request 39346 from Base:System

Copy from Base:System/glibc based on submit request 39346 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/39346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=19
This commit is contained in:
OBS User autobuild
2010-05-05 19:21:50 +00:00
committed by Git OBS Bridge
parent cff896bf5c
commit 6112838f52
3 changed files with 9 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ rc_reset
case "$1" in
start)
echo -n "Starting Name Service Cache Daemon"
# /var/run might be on tmpfs
[ -d /var/run/nscd ] || mkdir /var/run/nscd
/sbin/startproc -p $NSCD_PID $NSCD_BIN
rc_status -v
;;