@Andrea

This change :

  * debian/uml-utilities.init: create /var/run/uml-utilities if it does not
    exist (Closes: Malone #53609).

applied to uml-utilities.init (in 20060323-3ubuntu1) as follows:

+UML_RUN_DIR=$(dirname $UML_SWITCH_CTL)
+
+test -d $UML_RUN_DIR || {
+    mkdir -p $UML_RUN_DIR
+    chown $UML_SWITCH_USER:$UML_SWITCH_USER $UML_RUN_DIR
+}
+

is covered by this change in 20070815-1:

    * Create /var/run/uml-utilities if it doesn't exist at uml_switch startup
      (Closes: #434784)

see this snippet:

UML_DIR=/var/run/uml-utilities
.
.
        # create $UML_DIR if it doesn't exist (RAMRUN=yes in /etc/default/rcS)
        if [ ! -d "$UML_DIR" ] ; then
                mkdir -p $UML_DIR
                chown uml-net:uml-net $UML_DIR
.
.

Note that the only difference is that the debian change only applies in the 
start case, which is actually more correct.
As a final check you may want to read the relative bug reports (where you have 
the confirmation that it is the same issue):

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434784
https://bugs.launchpad.net/ubuntu/+source/uml-utilities/+bug/53609

-- 
Please merge uml-utilities 20070815-1 from Debian Unstable
https://bugs.launchpad.net/bugs/160258
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to