* Loic Minier <[EMAIL PROTECTED]> [2005-10-18 14:34]: > reopen 321272 > tags 321272 + patch > retitle 321272 Create fetchmail user correctly > thanks > [...] > +if ! getent passwd fetchmail >/dev/null; then > + adduser --quiet --system --no-create-home --home /var/run/fetchmail > fetchmail > +fi > +if ! [ -d /var/run/fetchmail ]; then > + mkdir -p /var/run/fetchmail > + chmod 700 /var/run/fetchmail > + chown -h -R fetchmail:nogroup /var/run/fetchmail > +fi > > if [ -x /etc/init.d/fetchmail ]; then > update-rc.d fetchmail defaults 99 15 >/dev/null
Thats exactly the solution you currently can find in our subversion repos. But thanks! :) Regards Nico -- Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF http://www.ngolde.de | http://www.muttng.org | http://grml.org Forget about that mouse with 3/4/5 buttons - gimme a keyboard with 103/104/105 keys!
pgpM9aKoxr6gD.pgp
Description: PGP signature

