Ticket #5 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

DEFAULT section in op.conf will be ignored since 1.29

Reported by: sfjma@users.sourceforge.net Assigned to: athomas
Priority: normal Component: op
Severity: normal Keywords:
Cc:

Description

Since v1.29, the DEFAULT parameters in op.conf (i.e. users=) will not be used anymore

Attachments

Change History

05/01/05 19:56:24 changed by athomas

  • status changed from new to assigned.

I'm working on this. It's actually more involved than you would suspect, so if you require DEFAULT I suggest using 1.28 for now.

05/19/05 23:31:22 changed by athomas

The original op code was not designed with this type of operation in mind.

For example, the Build() function which merges DEFAULT options was used only once in the original op and actually modified the DEFAULT entry in place. As I use Build() to build each entry when listing commands, this died horribly.

I've modified Build() quite a bit and it seems to work. Hopefully there aren't any unexpected side-effects.

05/20/05 02:29:48 changed by athomas

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [25]) * Fixed use of DEFAULT section, closes #5. Quite a pain in the arse actually.

  • Environment variables can now be propagated into child environments even when "environment" is specified. This will override any existing variables.
  • Now using vsnprintf rather than snprintf. Correspondingly, changed preprocessor define which may mean build scripts need to be changed.

Add/Change #5 (DEFAULT section in op.conf will be ignored since 1.29)




Change Properties
Action