[Interchange-bugs] [Bug 124] Changed - pidfile command line arg is ignored

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Fri, 30 Mar 2001 06:38:59 -0500


http://developer.akopia.com/bugs/show_bug.cgi?id=124

*** shadow/124	Mon Feb 12 17:47:18 2001
--- shadow/124.tmp.5964	Fri Mar 30 06:38:59 2001
***************
*** 3,9 ****
  Version: 4.6.3
  Platform: All
  OS/Version: All
! Status: NEW   
  Resolution: 
  Severity: minor
  Priority: P2
--- 3,9 ----
  Version: 4.6.3
  Platform: All
  OS/Version: All
! Status: ASSIGNED   
  Resolution: 
  Severity: minor
  Priority: P2
***************
*** 45,47 ****
--- 45,56 ----
   	['SocketPerms',      'integer',          0600],
   	['HouseKeeping',     'integer',          60],
   	['Mall',	     'yesno',           'No'],
+ 
+ ------- Additional Comments From mike@minivend.com  2001-03-30 06:38 -------
+ This is the Interchange chicken-before-egg problem. 8-)
+ 
+ Since we need to read the PID file to determine state, we need to have
+ these things passed on the command line. Unless the filenames are compiled
+ in, we need a starting value.
+ 
+ We will be examining this closer as we tune the 4.7.x server module.