prometheanfire    15/06/17 21:39:14

  Added:                nslcd-init-s6 nslcd-init-r2
  Log:
  adding s6 suport for bug 550594
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.1                  sys-auth/nss-pam-ldapd/files/nslcd-init-s6

        <<Binary file>>


1.1                  sys-auth/nss-pam-ldapd/files/nslcd-init-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2?rev=1.1&content-type=text/plain

Index: nslcd-init-r2
===================================================================
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2,v 
1.1 2015/06/17 21:39:13 prometheanfire Exp $

command=/usr/sbin/nslcd
pidfile=/var/run/nslcd/nslcd.pid
extra_commands="checkconfig"
cfg="/etc/nslcd.conf"

depend() {
        need net        
        use dns logger
}

checkconfig() {
        if [ ! -f "$cfg" ] ; then
                eerror "Please create $cfg"
                eerror "Example config: /usr/share/nss-ldapd/nslcd.conf"
                return 1
        fi
        return 0
}

start_pre() {
        checkpath -q -d /run/nslcd -o nslcd:nslcd
        checkconfig
        return $?
}




Reply via email to