Corrected the module name in the GPL preamble
[OSXPackageBuilder.git] / pkg content skeleton / Applications / Privoxy / startPrivoxy.sh
index 761aa2e..7184289 100755 (executable)
@@ -28,7 +28,8 @@
 #                USA
 #
 # Modification : If you modify this file please consider whether your 
-#                changes ought to be passed back to the macsetup module.
+#                changes ought to be passed back to the OSXPackageBuilder
+#                module.
 #
 
 root_UID=0   # Root has $UID 0.
@@ -37,8 +38,8 @@ if [ "$UID" -eq "$root_UID" ]; then
        # what is the kernel version
        darwin_major_rel_num="`/usr/bin/uname -r | /usr/bin/sed 's/\..*//'`"
        case "${darwin_major_rel_num}" in
-               # Mac OS X 10.7, 10.6, 10.5
-               11|10|9)
+               # Mac OS X 10.5 or higher
+               9|1*)
                        /bin/launchctl load /Library/LaunchDaemons/org.ijbswa.privoxy.plist
                ;;
                # Mac OS X 10.4, 10.3