]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 14 Aug 2012 10:00:01 +0000 (12:00 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 14 Aug 2012 10:00:01 +0000 (12:00 +0200)
init.d/nscd

index e613715cae8a28f6fdfbb9853eceee99be2c2737..339d03d78a1f9bd16640df623690b8e78f770ab7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nscd,v 1.5 2011/08/29 05:21:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nscd,v 1.6 2012/07/03 20:05:39 vapier Exp $
 
 depend() {
        use dns ldap net slapd
@@ -49,9 +49,9 @@ start() {
        local pidfile="/var/run/nscd/nscd.pid"
        mkdir -p "${pidfile%/*}"
 
-       start-stop-daemon --start --quiet \
+       start-stop-daemon --start --quiet --background \
                --exec /usr/sbin/nscd --pidfile ${pidfile} \
-               -- $secure
+               -- --foreground $secure
        eend $?
 }