--- cups.sh.in.orig	Tue Jun 29 05:14:19 2004
+++ cups.sh.in	Sun Nov  7 15:19:29 2004
@@ -91,6 +91,16 @@ case "`uname`" in
 		fi
 		;;
 
+	OpenBSD*)
+		# Set the timezone.  /etc/localtime is a symlink in
+		# the default install, but it could be a regular file
+		if test -e /etc/localtime; then
+			export TZ=/etc/localtime
+		fi
+
+		IS_ON=:
+		;;
+
 	*)
 		IS_ON=/bin/true
 		ECHO=echo
