Hi,

> What happens if I put a script for wwwoffled in /etc/rc.d/init.d to make it
> start automatically, will it then run as root?

WWWoffle can set its uid automatically in case it is being run as root or suid 
root. Check run-uid and run-guid settings in configuration file. Uncomment 
them so they are set to "daemon".

Next, check permissions of both config file and spool directory.  They should 
be owned or writable by daemon (or whatever uid you've chosen). If not, it's 
matter of running one-liner on spool directory:

chown -R daemon:daemon /var/spool/wwwoffle

To use wwwoffle-tools, you will have to keep spool dirs readable for all 
users, for example:

chmod 755 `find /var/spool/wwwoffle -type d`

Juraj


>
> So long,
>
> Boris


Reply via email to