diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-07 12:50:05 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-07 12:50:05 +0000 |
commit | 9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3 (patch) | |
tree | 7c50852ab3c96fb011070c394c0ad265843c1d12 /move/data/etcfiles | |
parent | 12be8805ee4af3ba2060107179c4433963bc0dab (diff) | |
download | drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.gz drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.bz2 drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.xz drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.zip |
better handle etc files: scan a/c/mtime after copying all /etc files
to list the ones which are read and written, make it a file list
and be assured to have those when initing move
Diffstat (limited to 'move/data/etcfiles')
-rw-r--r-- | move/data/etcfiles | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/move/data/etcfiles b/move/data/etcfiles new file mode 100644 index 000000000..bb1223b4b --- /dev/null +++ b/move/data/etcfiles @@ -0,0 +1,24 @@ +# READ directories/files that will be read (we let only non trivial things here) +/etc/bonobo-activation +/etc/esd.conf +/etc/gimp +/etc/gnucash +/etc/host.conf +/etc/imrc +/etc/initlog.conf +/etc/localtime +/etc/openoffice +/etc/rpc +/etc/termcap +/etc/tmdns.conf + +# OVERWRITE files that will be overwritten +/etc/modules + +# DIR mandatory directories because files will be written in +/etc/profile.d +/etc/rpm +/etc/sysconfig +/etc/sysconfig/console/consolefonts +/etc/sysconfig/console/consoletrans +/etc/sysconfig/network-scripts |