View Single Post
  #6  
Old March 16th, 2002, 06:16 PM
kilowatt's Avatar
kilowatt kilowatt is offline
mach-o mach-o man
 
Join Date: Mar 2001
Location: irc.lfnet.net #kilonet
Posts: 980
Thanks: 0
Thanked 0 Times in 0 Posts
kilowatt is on a distinguished road
http://www.lfnet.net/~liggett/dhcpd-startup.tar.gz

download the file (use the 'save link as...' thing, don't just click it, we don't want Stuffit Expander doing anything).

now, in the terminal:
Code:
cd /Library/StartupItems
cp ~/Desktop/dhcpd-startup.tar.gz .
tar -xzvf dhcpd-startup.tar.gz
rm dhcpd-startup.tar.gz
thats it!

enjoy
Reply With Quote