• Show log

    Commit

  • Hash : 3ce9e4d2
    Author : Carlos Martín Nieto
    Date : 2015-06-01T08:45:15

    config: write the modified file to memory
    
    Instead of writing into the filebuf directly, make the functions to
    write the modified config file write into a buffer which can then be
    dumped into the lockfile for committing.
    
    This allows us to re-use the same code for modifying a locked
    configuration, as we can simply skip the last step of dumping the data
    to disk.