summaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2012-01-21 03:46:24 +0000
committerivan <ivan>2012-01-21 03:46:24 +0000
commit24548f7cf666bac02335d0bc74f81251c7b4ab50 (patch)
treee0f4f4a25b3a55e71957a1fb186e35fb9800be92 /rt/Makefile
parent75162bb14b3e38d66617077843f4dfdcaf09d5c4 (diff)
import rt 3.8.11BESTPRACTICAL
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/Makefile b/rt/Makefile
index b6e00c6fd..43554b49a 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -63,14 +63,14 @@ SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
RT_VERSION_MAJOR = 3
RT_VERSION_MINOR = 8
-RT_VERSION_PATCH = 10
+RT_VERSION_PATCH = 11
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
# This is the group that all of the installed files will be chgrp'ed to.
-RTGROUP = www
+RTGROUP = www-data
# User which should own rt binaries.
@@ -82,8 +82,8 @@ LIBS_OWNER = root
# Group that should own all of RT's libraries, generally root.
LIBS_GROUP = bin
-WEB_USER = www
-WEB_GROUP = www
+WEB_USER = www-data
+WEB_GROUP = www-data
APACHECTL = /usr/sbin/apachectl