]> err.no Git - systemd/commitdiff
Update README.Debian slightly for /run rather than /lib/init/rw
authorTollef Fog Heen <tfheen@err.no>
Wed, 12 Oct 2011 06:44:34 +0000 (08:44 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 12 Oct 2011 06:44:34 +0000 (08:44 +0200)
debian/README.Debian
debian/changelog

index 28cca3effcb5e6ba5613a38fe3e45b6a82cef0ae..a4cdcde9a9b87d627d6328521fe00f82e98a9eb6 100644 (file)
@@ -16,12 +16,12 @@ Known bugs and problems
 The PAM module makes su exit with an error after running the command,
 hiding the real exit status of the process.
 
-ifupdown's postinst has a bug where it ends up creating
+Older ifupdown's postinst has a bug where it ends up creating
 /etc/network/run as a normal directory rather than a symlink to
-/dev/shm or /lib/init/rw.  This can cause network interfaces to not
+/run.  This can cause network interfaces to not
 start correctly on boot.  The easiest way to fix this is to run:
 
   mv /etc/network/run /lib/init/rw/network
-  ln -s /lib/init/rw/network /etc/network/run
+  ln -s /run /etc/network/run
 
- -- Tollef Fog Heen <tfheen@debian.org>, Tue, 18 Jan 2011 20:36:08 +0100
+ -- Tollef Fog Heen <tfheen@debian.org>, Wed, 12 Oct 2011 08:43:50 +0200
index b701f4dd6539e2d7537a2351a596fa881cfea935..bf895fceebd20553ec762af2df9c633868a84ece 100644 (file)
@@ -10,6 +10,7 @@ systemd (36-2) unstable; urgency=low
     rcN.d ones to avoid loops.  Closes: #637037
   * Blacklist fuse init script, we do the same work already internally.
     Closes: #643700
+  * Update README.Debian slightly for /run rather than /lib/init/rw
 
   [ Josh Triplett ]
   * Do a one-time migration of the $TMPTIME setting from /etc/default/rcS to