fe9b5430de
RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world. This packages tracks RT 4.x branch.
15 lines
252 B
Text
15 lines
252 B
Text
#!@SH@
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1 2013/04/21 13:59:34 ryoon Exp $
|
|
|
|
WWWGRP="@WWWGRP@"
|
|
WWWOWN="@WWWOWN@"
|
|
RT4DIR="@RT4DIR@"
|
|
|
|
case "${STAGE}" in
|
|
POST-INSTALL)
|
|
cd ${RT4DIR} &&
|
|
${CHOWN} -R ${WWWOWN} ${RT4DIR} &&
|
|
${CHGRP} -R ${WWWGRP} ${RT4DIR}
|
|
;;
|
|
esac
|