Public bug reported:

Binary package hint: interchange

Ubuntu release 9.10
found in package interchange version 5.6.1-2

/etc/init.d/interchange script need the following lines to be added to
create the /var/run/interchange directory or startup will fail :

line54: # skip start during unfinished installation
line55: if [ -f /var/run/interchange-install ]; then
line56:    exit 0
line57: fi

++# Create the empty dir if necessary
++if [ ! -d /var/run/interchange ]; then
++      mkdir /var/run/interchange
++      chmod 0755 /var/run/interchange
++      chown $USER /var/run/interchange
++fi

I hope that helps.

regards,
planetrobbie

** Affects: interchange (Ubuntu)
     Importance: Undecided
         Status: New

-- 
startup script lack creation of /var/run/interchange directory
https://bugs.launchpad.net/bugs/514238
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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

Reply via email to