Author: aurel32
Date: 2006-06-03 17:56:15 +0000 (Sat, 03 Jun 2006)
New Revision: 1616
Modified:
glibc-package/branches/glibc-2.4/debian/changelog
glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
* debian/debhelper.in/nscd: create /var/run/nscd if it does not already
exist. (Closes: #370122)
Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog 2006-06-03 14:18:00 UTC
(rev 1615)
+++ glibc-package/branches/glibc-2.4/debian/changelog 2006-06-03 17:56:15 UTC
(rev 1616)
@@ -133,6 +133,8 @@
[ Aurelien Jarno ]
* debian/debhelper.in/nscd: explicitely list the tables to invalidate.
(Closes: #370124)
+ * debian/debhelper.in/nscd: create /var/run/nscd if it does not already
+ exist. (Closes: #370122)
-- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 3 Jun 2006 16:15:48 +0200
Modified: glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
2006-06-03 14:18:00 UTC (rev 1615)
+++ glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
2006-06-03 17:56:15 UTC (rev 1616)
@@ -16,8 +16,10 @@
PIDFILE="/var/run/nscd/nscd.pid"
# Sanity checks.
+umask 022
[ -f /etc/nscd.conf ] || exit 0
[ -x "$DAEMON" ] || exit 0
+[ -d /var/run/nscd ] || mkdir -p /var/run/nscd
start()
{
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2006-06-03 14:18:00 UTC (rev
1615)
+++ glibc-package/trunk/debian/changelog 2006-06-03 17:56:15 UTC (rev
1616)
@@ -3,6 +3,8 @@
[ Aurelien Jarno ]
* debian/debhelper.in/nscd: explicitely list the tables to invalidate.
(Closes: #370124)
+ * debian/debhelper.in/nscd: create /var/run/nscd if it does not already
+ exist. (Closes: #370122)
-- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 3 Jun 2006 16:15:48 +0200
Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init 2006-06-03 14:18:00 UTC
(rev 1615)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init 2006-06-03 17:56:15 UTC
(rev 1616)
@@ -16,8 +16,10 @@
PIDFILE="/var/run/nscd/nscd.pid"
# Sanity checks.
+umask 022
[ -f /etc/nscd.conf ] || exit 0
[ -x "$DAEMON" ] || exit 0
+[ -d /var/run/nscd ] || mkdir -p /var/run/nscd
start()
{
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]