[kernel] r8273 - dists/trunk/ipw3945d/debian

Jurij Smakov jurij-guest at alioth.debian.org
Tue Feb 6 06:33:08 UTC 2007


Author: jurij-guest
Date: Tue Feb  6 07:33:08 2007
New Revision: 8273

Modified:
   dists/trunk/ipw3945d/debian/changelog
   dists/trunk/ipw3945d/debian/init
Log:
Add bug closing.


Modified: dists/trunk/ipw3945d/debian/changelog
==============================================================================
--- dists/trunk/ipw3945d/debian/changelog	(original)
+++ dists/trunk/ipw3945d/debian/changelog	Tue Feb  6 07:33:08 2007
@@ -2,6 +2,7 @@
 
   * Create the PID directory when starting, if it does not exist.
     This may happen if user have chosen to put /var/run on tmpfs.
+    Thanks to Luca Capello. Closes: #408928
 
  -- Jurij Smakov <jurij at debian.org>  Mon,  5 Feb 2007 22:10:45 -0800
 

Modified: dists/trunk/ipw3945d/debian/init
==============================================================================
--- dists/trunk/ipw3945d/debian/init	(original)
+++ dists/trunk/ipw3945d/debian/init	Tue Feb  6 07:33:08 2007
@@ -101,7 +101,7 @@
 }
 
 # Create a pid directory if one does not exist. This may happen if
-# user has chosen to mount /var/run as tmpfs.
+# user has chosen to put /var/run on tmpfs.
 make_pid_dir () {
   test -d "${DAEMON_PID_DIR}" && return
   mkdir -p -m 0755 "${DAEMON_PID_DIR}"



More information about the Kernel-svn-changes mailing list