Author: rmeggins
Update of /cvs/dirsec/dsmlgw/misc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21090
Modified Files: start-ds-dsmlgw.in Log Message: TOMCAT_USER not CATALINA_USER
Index: start-ds-dsmlgw.in =================================================================== RCS file: /cvs/dirsec/dsmlgw/misc/start-ds-dsmlgw.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- start-ds-dsmlgw.in 23 Apr 2008 18:28:53 -0000 1.2 +++ start-ds-dsmlgw.in 23 Apr 2008 18:29:21 -0000 1.3 @@ -26,7 +26,7 @@
# if root, use su to execute the startup script - user is set in @initconfigdir@/@package_name@ if [ "$USER" = "root" ] ; then - su $CATALINA_USER -c "@tomcat_cmd@ $@" + su $TOMCAT_USER -c "@tomcat_cmd@ $@" else @tomcat_cmd@ $@ fi
389-commits@lists.fedoraproject.org