I,m not confident enough to use the terminal at all!
I now have Lion 10.7 and Geek Tool 3.0.2 installed.
My old Geek Tool 2.1.2 code in OSX 10.4.7 showed me that my firewall was on or off. The old code doesn't work in Lion and Geek Tool 3.0.2
This is the OLD code that worked in Geek Tool 2.1.2 OSX 10.4.7:
if [ `defaults read "/Library/Preferences/com.apple.sharing.firewall" state` -eq 1 ];then EX=0;else EX=1;fi;exit $EX
Thanks in advance for any help in this matter! . . . .macadamanut
I now have Lion 10.7 and Geek Tool 3.0.2 installed.
My old Geek Tool 2.1.2 code in OSX 10.4.7 showed me that my firewall was on or off. The old code doesn't work in Lion and Geek Tool 3.0.2
This is the OLD code that worked in Geek Tool 2.1.2 OSX 10.4.7:
if [ `defaults read "/Library/Preferences/com.apple.sharing.firewall" state` -eq 1 ];then EX=0;else EX=1;fi;exit $EX
Thanks in advance for any help in this matter! . . . .macadamanut