[Rt-commit] r2436 - rt/branches/PLATANO-EXPERIMENTAL-CSS
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 14 03:01:11 EST 2005
Author: jesse
Date: Mon Mar 14 03:01:10 2005
New Revision: 2436
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
Log:
r8596 at hualien: jesse | 2005-03-14 02:42:27 -0500
r8484 at hualien: jesse | 2005-03-14 02:27:35 -0500
r5942 at hualien: jesse | 2005-02-24 16:31:48 -0500
* Have the configure script default to the web group for the RT group if no rt group exists or is specified
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac Mon Mar 14 03:01:10 2005
@@ -71,14 +71,6 @@
done
])
-dnl RTGROUP
-AC_ARG_WITH(rt-group,
- AC_HELP_STRING([--with-rt-group=GROUP],
- [group to own all files (default: rt)]),
- RTGROUP=$withval,
- ACRT_GROUP_GUESS([rt3 rt],[RTGROUP], [rt]))
-AC_SUBST(RTGROUP)
-
dnl BIN_OWNER
AC_ARG_WITH(bin-owner,
AC_HELP_STRING([--with-bin-owner=OWNER],
@@ -200,6 +192,14 @@
ACRT_GROUP_GUESS([www www-data apache httpd nogroup nobody],[WEB_GROUP], [www]))
AC_SUBST(WEB_GROUP)
+dnl RTGROUP
+AC_ARG_WITH(rt-group,
+ AC_HELP_STRING([--with-rt-group=GROUP],
+ [group to own all files (default: rt)]),
+ RTGROUP=$withval,
+ ACRT_GROUP_GUESS([rt3 rt $WEB_GROUP],[RTGROUP], [rt]))
+AC_SUBST(RTGROUP)
+
dnl INSTALL AS ME
my_group=$(groups|cut -f1 -d' ')
AC_ARG_WITH(my-user-group,
More information about the Rt-commit
mailing list