On Wed, May 16, 2012 at 1:51 AM, Mike Bennett <[email protected]> wrote:
> Arrrrrgh
>
> StepConfig overwrites custom_postgui.hal with an empty file.  The name 
> 'custom' suggests it should not.

Best practice: use git (or any other version control system) to handle
configuration files. I use it for stuff like /etc/*.conf as well as
any other files I am changing.

git init
git add custom_postgui.hal
git commit custom_postgui.hal

and keep committing every time you make changes.

It is a good idea to set up a git repository over the network where
you 'upload' all such files, for safekeeping (maybe even github.com if
you don't feel like running your own).

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to