Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Automatically enable Internet Sharing at startup' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Automatically enable Internet Sharing at startup
Authored by: Michelasso on Sun, Feb 8 2009 at 10:01AM PST
Actually I've found a better way. Simply open the Terminal application and
type:

sudo sh -c 'echo killall InternetSharing >> /etc/rc.local'
sudo sh -c 'chmod +x /etc/rc.local'

or edit the /etc/rc.local file manually, it's the same.

Then reboot. The addition of 'chmod +x /etc/rc.local' is mandatory, because the script needs to be executable. I forgot to add that one. My apologies.



[ Reply to This | # ]