- 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:
parent
49fed5b47e
commit
80a0e36077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258337
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user