nss-pam-ldapd commit: r1147 - nss-pam-ldapd/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1147 - nss-pam-ldapd/debian
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1147 - nss-pam-ldapd/debian
- Date: Fri, 18 Jun 2010 17:56:05 +0200 (CEST)
Author: arthur
Date: Fri Jun 18 17:56:02 2010
New Revision: 1147
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1147
Log:
group options more
Modified:
nss-pam-ldapd/debian/nslcd.init
Modified: nss-pam-ldapd/debian/nslcd.init
==============================================================================
--- nss-pam-ldapd/debian/nslcd.init Thu Jun 17 21:05:33 2010 (r1146)
+++ nss-pam-ldapd/debian/nslcd.init Fri Jun 18 17:56:02 2010 (r1147)
@@ -36,15 +36,14 @@
NSLCD_BIN=/usr/sbin/nslcd
NSLCD_DESC="LDAP connection daemon"
NSLCD_CFG=/etc/nslcd.conf
+NSLCD_STATEDIR=/var/run/nslcd
+NSLCD_PIDFILE=$NSLCD_STATEDIR/nslcd.pid
[ -x "$NSLCD_BIN" ] || exit 0
[ -f "$NSLCD_CFG" ] || exit 0
. /lib/lsb/init-functions
-NSLCD_STATEDIR=/var/run/nslcd
-NSLCD_PIDFILE=$NSLCD_STATEDIR/nslcd.pid
-
case "$1" in
start)
[ -d "$NSLCD_STATEDIR" ] || ( mkdir -m 755 "$NSLCD_STATEDIR" ; \
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1147 - nss-pam-ldapd/debian,
Commits of the nss-pam-ldapd project.