forked from pool/glibc
Accepting request 39338 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/glibc via accept of submit request 39338 revision 3. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/39338 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=26
This commit is contained in:
parent
b161019527
commit
fd67463506
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 05:47:41 UTC 2010 - aj@suse.de
|
||||
|
||||
- Handle /var/run on tmpfs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 22:09:40 CEST 2010 - pbaudis@suse.cz
|
||||
|
||||
|
@ -1022,7 +1022,7 @@ exit 0
|
||||
%config /etc/init.d/nscd
|
||||
/usr/sbin/nscd
|
||||
/usr/sbin/rcnscd
|
||||
%dir %attr(0755,root,root) /var/run/nscd
|
||||
%dir %attr(0755,root,root) %ghost /var/run/nscd
|
||||
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
|
||||
%attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
|
||||
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user