SHA256
3
0
forked from pool/glibc

Accepting request 125290 from home:a_jaeger:devel-glibc

Remove nscd.socket.

OBS-URL: https://build.opensuse.org/request/show/125290
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=189
This commit is contained in:
Andreas Jaeger 2012-06-18 12:07:06 +00:00 committed by Git OBS Bridge
parent 28b9ef0946
commit 547646c049
4 changed files with 7 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 18 11:04:37 UTC 2012 - aj@suse.de
- Remove nscd.socket since nscd does not support socket
activation.
-------------------------------------------------------------------
Wed Jun 13 11:07:15 UTC 2012 - aj@suse.de

View File

@ -136,7 +136,6 @@ Source10: baselibs.conf
# For systemd
Source20: nscd.conf
Source21: nscd.service
Source22: nscd.socket
# crypt_blowfish
Source50: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_version}.tar.gz
Source51: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_version}.tar.gz.sign
@ -1036,7 +1035,6 @@ mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
install -m 644 %{SOURCE20} %{buildroot}/usr/lib/tmpfiles.d/
mkdir -p %{buildroot}/lib/systemd/system
install -m 644 %{SOURCE21} %{buildroot}/lib/systemd/system
install -m 644 %{SOURCE22} %{buildroot}/lib/systemd/system
%ifarch armv7l armv7hl
# Provide compatibility link
@ -1319,7 +1317,6 @@ exit 0
%{_sbindir}/nscd
%{_sbindir}/rcnscd
/lib/systemd/system/nscd.service
/lib/systemd/system/nscd.socket
%dir /usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/nscd.conf
%dir %attr(0755,root,root) %ghost /var/run/nscd

View File

@ -14,4 +14,4 @@ Restart=always
[Install]
WantedBy=multi-user.target
Also=nscd.socket

View File

@ -1,8 +0,0 @@
[Unit]
Description=Name Service Cache Daemon Socket
[Socket]
ListenDatagram=/var/run/nscd/socket
[Install]
WantedBy=sockets.target