Roundup Tracker - Issues

Issue 1443805

classification
server-ctl script uses old syntax (patch included)
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: : a1s, rouilj, sf-robot
Priority: normal :

Created on 2006-03-06 00:51 by rouilj, last changed 2006-03-24 03:20 by sf-robot.

Files
File name Uploaded Description Edit Remove
server-ctl.update.patch rouilj, 2006-03-06 00:51 patch to use config file for setting roundup-server options.
Messages
msg2221 Author: [hidden] (rouilj) Date: 2006-03-06 00:51
The scripts/server-ctl command doesn't use
the config file format supported by the new
roundup-server.

This patch replaces the old style command
line args with the config file method.
It also extracts the pid file from the config file
(which is hopefully a file path/name) for use
in the status portion of the script.

-- rouilj
msg2222 Author: [hidden] (a1s) Date: 2006-03-09 06:19
Logged In: YES 
user_id=8719

the patch is applied with some additional modifications
(remove unused variables, check for non-zero pidfile value).

i didn't verify that the script runs ok after my edits, so
please recheck.
msg2223 Author: [hidden] (sf-robot) Date: 2006-03-24 03:20
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2006-03-06 00:51:45rouiljcreate