Opened 11 years ago

Closed 10 years ago

#1 closed enhancement (fixed)

Config: do not overwrite user-written config

Reported by: wander Owned by:
Priority: important Component: nsec3breaker
Keywords: Cc:

Description

Auto-generated config entries should not overwrite user-written entries. Suggest to separate into two files.

Change History (3)

comment:1 Changed 11 years ago by schwittmann

Possible solution:

  • create config.tmpl (under revision control)
  • on start: copy config.tmpl to config if not exists config

comment:2 Changed 11 years ago by wander

(In [568]) yeah, that sucked. need to change my pw. references #1

comment:3 Changed 10 years ago by wander

Resolution: fixed
Status: newclosed

(In [997]) Moved config defaults to config.template. Read both config.template and config at start.

User-specific content is still written to config (not under version control anymore, fixes #1).

Note: See TracTickets for help on using tickets.