summaryrefslogtreecommitdiffstats
path: root/scripts/update-func
Commit message (Collapse)AuthorAgeFilesLines
* In upgrade script, do not crash if files do not existMichael DeHaan2008-03-071-0/+2
|
* Fixed the direction of one check in the updater scriptMichael DeHaan2008-03-071-27/+20
|
* migrate some certmaster.conf settingsAdrian Likins2008-03-061-20/+37
| | | | | | | slight refactor to split up the minion and certmaster option migrations this should migrate listen_addr and autosign settings
* remove debug spew we no longer need I hopeAdrian Likins2008-03-051-17/+10
| | | | rename the "funcmaster.*" to "certmaster.*"
* Fix a couple of bugs here, and turn on more debugging output.Adrian Likins2008-03-041-21/+19
| | | | | We were copying the /etc/pki/func/ contents to a subdir of /etc/pki/certmaster instead of into the dir directly. Fixed.
* don't migrate cert_dir settings at all. Move everyone to the newAdrian Likins2008-03-041-14/+13
| | | | default "/etc/pki/certmaster".
* don't try to use the config classes to read the old config files, itAdrian Likins2008-03-041-11/+39
| | | | | doesn't really work, istead do it the old fashioned way and use ConfigParser directly.
* add a tag to the func/minion.conf to indicate we've seen it beforeAdrian Likins2008-02-291-8/+29
| | | | and have migrated it
* script to update certmaster/func settings to the new style and locationAdrian Likins2008-02-281-0/+125