diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-10-01 07:57:44 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-21 05:27:47 +0100 |
commit | 926280cfc7da5aa6d8a4e7dc60f9831176758e7e (patch) | |
tree | 4465c6d1d69d744af94fc4b80ad2da2b2db4ce16 /test/pacman/README | |
parent | a82a5cf3f71e38c54a5ac1b5eaf3c83374d0e515 (diff) | |
download | pacman-926280cfc7da5aa6d8a4e7dc60f9831176758e7e.tar.gz pacman-926280cfc7da5aa6d8a4e7dc60f9831176758e7e.tar.xz |
remove support for .pacorig files
Leave user files in place and save new config files with a .pacnew
extension. This reduces the complexity of file extraction and respects
the principle that pacman shouldn't modify files it didn't create.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'test/pacman/README')
-rw-r--r-- | test/pacman/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pacman/README b/test/pacman/README index 8d8354ab..6c601b2f 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -310,7 +310,6 @@ its DEPENDS field. FILE_TYPE=path/to/file|type (possible types: dir, file, link) FILE_PACNEW=path/to/file FILE_PACSAVE=path/to/file - FILE_PACORIG=path/to/file Example: FILE_EXIST=etc/test.conf |