(Illustration by Gaich Muramatsu)
> Also, an unrelated question: if I have a cluster of web servers using > coda for shared storage, do I have to worry about their tokens expiring? > Do other people use cron jobs to renew their tokens every day or so? i have clog set for startup, then every hour in cron just to be safe. in /etc/rc.local, it's: su -l [http user] -c "/bin/echo [pass] | /usr/bin/clog [http user]@[scm]" then said user's cron has: 59 * * * * /bin/echo [pass] | /usr/bin/clog [http user]@[scm] good day! joeReceived on 2005-04-07 11:16:39