Package: dnsmasq
Version: 2.47-1
Justification: renders package unusable
Severity: grave

man rcS:
RAMRUN Make  /var/run/ available as a ram file system (tmpfs).
Will also disable cleaning of /var/run/ during boot.
Set to ’yes’ to enable, to ’no’ to disable.  The size of the tmpfs
can be controlled using TMPFS_SIZE and RUN_SIZE in /etc/defaults/tmpfs.

I use this setting on my laptop and noticed that dnsmasq is not longer working!

To create /var/run/dnsmasq during postinst is not sufficent.

I copied the following lines into /etc/init.d/dnsmasq:

if [ ! -d /var/run/dnsmasq ]; then
  mkdir /var/run/dnsmasq
  chown dnsmasq /var/run/dnsmasq
  chgrp nogroup /var/run/dnsmasq
fi

Everything works fine.

Thanks!

-- 
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL 
für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to