summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-17 22:30:02 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-17 22:30:02 +0000
commit0603ac97ba245adf468b27dc8f192c20b9f55233 (patch)
tree09c6f0f6c29faa31319ce9c9d1dfdcd7cc66323c
parenta04514305168230af9890c14a70320e25eb38bc7 (diff)
report process id in status
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@173 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/libnss-ldapd.nslcd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libnss-ldapd.nslcd.init b/debian/libnss-ldapd.nslcd.init
index 45a9ad3..d39ab99 100644
--- a/debian/libnss-ldapd.nslcd.init
+++ b/debian/libnss-ldapd.nslcd.init
@@ -79,7 +79,7 @@ status)
then
if kill -s 0 `cat $NSLCD_PIDFILE` > /dev/null 2>&1
then
- log_success_msg "nslcd running"
+ log_success_msg "nslcd running (pid `cat $NSLCD_PIDFILE`)"
exit 0
else
log_success_msg "nslcd stopped"