Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'daily.local' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
daily.local
Authored by: thatch on May 28, '02 09:27:42PM

The default permissions is where the problem is. So, I just put this into the file at /private/etc/daily.local

#! /bin/sh

# extra daily tasks
# 1) clean up from apple installers
chmod go-w /

...

I got this from macosxhints forums and I believe it was suggested by mervTormel. Now every time the daily maintenance script runs it includes the fix in daily.local. No more worries.



[ Reply to This | # ]