- Removed duplicate -c flag from daemon command in standalone server

startup script.

Submitted by:	Andrzej Tobola (ato at iem dot pw dot edu dot pl) (via email)
This commit is contained in:
Greg Larkin 2010-07-27 15:08:09 +00:00
parent 49fed5b47e
commit 80a0e36077
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258337

View File

@ -61,7 +61,7 @@ viewvc_precmd()
viewvc_start() {
echo "Starting viewvc."
%%TOUCH%% ${pidfile} && %%CHOWN%% ${viewvc_user} ${pidfile}
/usr/sbin/daemon -cf -p ${pidfile} -u ${viewvc_user} -c ${standalone} ${viewvc_flags}
/usr/sbin/daemon -cf -p ${pidfile} -u ${viewvc_user} ${standalone} ${viewvc_flags}
}
viewvc_cleanup() {