Le Sat, 29 Sep 2012 20:56:11 +0200, Julien Cristau <[email protected]> a écrit :
> > why is the last bit needed? > > + if [ -d /var/run/nut ] ; then > + chown root:nut /var/run/nut > + chmod 770 /var/run/nut > + fi > > why does the nut user need write access there? And why is this > created in postinst instead of an init script? nut should be able to create sockets in that directory. This is probably a bit redundant as this is also done in the initscript. Cheers Laurent Bigonville -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

