tags 633060 + patch
thanks

On Fri, Jul 08, 2011 at 12:16:52AM +0100, Roger Leigh wrote:
> Source: tiger
> Version: 1:3.2.3-7
> Severity: important
> User: [email protected]
> Usertags: run-transition
> 
> Your package is currently using /lib/init/rw/ which is now deprecated
> and pending removal.  Please update your package to use /run/ with a
> versioned dependency on initscripts, as detailed below.

Patch attached.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.
diff -urN tiger-3.2.3.original/debian/changelog tiger-3.2.3/debian/changelog
--- tiger-3.2.3.original/debian/changelog	2011-12-07 10:10:08.260318402 +0000
+++ tiger-3.2.3/debian/changelog	2011-12-07 10:13:11.206672144 +0000
@@ -1,3 +1,10 @@
+tiger (1:3.2.3-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * /run transition: Replace /lib/init/rw with /run (Closes: #633060).
+
+ -- Roger Leigh <[email protected]>  Wed, 07 Dec 2011 10:12:43 +0000
+
 tiger (1:3.2.3-8) unstable; urgency=high
 
   * debian/rules: Symlink systems/Linux/3 to systems/Linux/2 to support
diff -urN tiger-3.2.3.original/systems/Linux/2/config tiger-3.2.3/systems/Linux/2/config
--- tiger-3.2.3.original/systems/Linux/2/config	2011-12-07 10:10:08.244318196 +0000
+++ tiger-3.2.3/systems/Linux/2/config	2011-12-07 10:12:38.746254151 +0000
@@ -52,6 +52,8 @@
 # Linux/2/config - 04/25/2009 - jfs - Use apache2 directory if available in Debian
 # Linux/2/config - 01/14/2011 - jfs - Add /dev/shm and /lib/init/rw
 #               to the writable filesystems (common tmpfs) (Debian bug #317329)
+# Linux/2/config - 07/12/2011 - rleigh - Remove /lib/init/rw and add /run
+#               to the writable filesystems (common tmpfs) (Debian bug #633060)
 #
 #-----------------------------------------------------------------------------
  
@@ -312,7 +314,7 @@
 LOCFS=ext2
 export LOCFS
 
-FS_WDIRSYS="/tmp/ /var/tmp/ /var/spool/mail/ /dev/shm /lib/init/rw"
+FS_WDIRSYS="/tmp/ /var/tmp/ /var/spool/mail/ /dev/shm /run"
 export FS_WDIRSYS
 #
 SYSDEFAULTPATH="/bin:/usr/bin"

Reply via email to