head	1.2;
access;
symbols
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.12.26.10.33.22;	author thierry;	state dead;
branches;
next	1.1;

1.1
date	2001.12.03.02.36.06;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.

PR:		ports/75434
Submitted by:	/me.
@
text
@--- scripts/set_perms.sh.orig	Sun Apr 15 03:55:32 2001
+++ scripts/set_perms.sh	Wed Oct 24 23:48:43 2001
@@@@ -1,6 +1,7 @@@@
 #!/bin/sh
 #
 # set_perms.sh - Jon Parise <jon@@csh.rit.edu>
+# patched by the FreeBSD port - Th. Thomas <thierry@@thomas.as>
 #
 # $Horde: horde/scripts/set_perms.sh,v 1.7 2001/04/15 01:55:32 chuck Exp $
 
@@@@ -10,7 +11,7 @@@@
 
 # Default non-web server user who will own the tree.
 #
-OWNER=root
+OWNER=www
 
 # Introductory text
 #
@@@@ -26,29 +27,30 @@@@
 
 # Verify that we're at the top of the Horde tree.
 #
-pwd
-echo
-echo -n "Is this directory the top of your Horde installation? [y,N] "
-read RESPONSE 
-if [ "$RESPONSE" != "y" -a "$RESPONSE" != "Y" ]; then
-    echo
-    echo -n "Enter your Horde directory: "
-    read DIR  
-	if [ "x$DIR" = "x" ]; then
-		echo "Exiting..."
-		exit
-	else
-    	cd $DIR
-	fi
-fi
-echo
+#pwd
+#echo
+#echo -n "Is this directory the top of your Horde installation? [y,N] "
+#read RESPONSE 
+#if [ "$RESPONSE" != "y" -a "$RESPONSE" != "Y" ]; then
+#    echo
+#    echo -n "Enter your Horde directory: "
+#    read DIR  
+#	if [ "x$DIR" = "x" ]; then
+#		echo "Exiting..."
+#		exit
+#	else
+#    	cd $DIR
+#	fi
+#fi
+#echo
+cd UPDATED_BY_THE_PORT
 
 # Get the web server's group.
 #
-echo -n "Under what group does the web process run? [nobody] "
+echo -n "Under what group does the web process run? [www] "
 read WEB_GROUP
 if [ "x$WEB_GROUP" = "x" ]; then
-    WEB_GROUP="nobody" 
+    WEB_GROUP="www" 
 fi
 
 # Ask before proceeding.
@


1.1
log
@Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.

PR:		32088, 32145
Submitted by:	Thierry Thomas <thierry@@thomas.as>
@
text
@@

