summaryrefslogtreecommitdiffstats
path: root/pyanaconda/simpleconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail on write of nonexisting IfcfgFile(SimpleConfigFile) (#849012, ↵Radek Vykydal2012-08-201-2/+5
| | | | | | | #849095) Due to commit 16a7c6e7af3df4816323a007f785155d307869bf, SimpleConfigFile.write of nonexisting files is failling.
* simpleconfig: rewrite to better support commented config filesBrian C. Lane2012-08-091-79/+143
| | | | | | | This takes some of my code, and some of wwoods' code and rewrites SimpleConfigFile to support a wider range of uses. It can now preserve comments and whitespaces in config files and can quote (or not) values when reading and writing them.
* Don't deactivate active device before running nm-c-e (#608773)Radek Vykydal2010-06-301-15/+3
| | | | | | ifcfg-rh is watching IN_CLOSE_WRITE event so we should write directly into ifcfg file when updating it instead of creating temporary, removing original, and moving temporary.
* Fix parsing of ifcfg OPTIONS parameter (#597205)Radek Vykydal2010-06-151-3/+1
|
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+149
a real Python package. Also updates the build and autotools stuff to work with the new structure