Walter Souto R. Junior wrote:
Hi Bill,
looking at these lines of your toaster:
mkdir -p /var/qmail/supervise/qmail-send/log mkdir -p /var/qmail/supervise/qmail-smtpd/log mkdir -p /var/qmail/supervise/qmail-pop3d/log mkdir -p /var/qmail/supervise/qmail-pop3ds/log chmod +t /var/qmail/supervise/qmail-send chmod +t /var/qmail/supervise/qmail-smtpd chmod +t /var/qmail/supervise/qmail-pop3d/log chmod +t /var/qmail/supervise/qmail-pop3ds/log
So, the last two lines might be:
chmod +t /var/qmail/supervise/qmail-pop3d chmod +t /var/qmail/supervise/qmail-pop3ds
Setting the stick bit to the higher directory like qmail-send and qmail-smtpd?
You're correct, it's a typo. Actually, this was only necessary for daemontools 0.74 and lower, according to LWQ. So I just removed those commands.
Thanks,
Bill