diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 13:13:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 13:13:26 -0500 |
commit | 2befad2bbbd46deab1594848a7b97def6d8e183f (patch) | |
tree | b63252b860b610a98b0a115ca49c5ad2bf5912d5 /init.d/50vcs-ignore | |
parent | 4d41807cdc8a536bbd8d7540c81d44462a9758b6 (diff) |
* Some initial rpm support. Patch from Евгений Терешков.
Diffstat (limited to 'init.d/50vcs-ignore')
-rwxr-xr-x | init.d/50vcs-ignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore index 134bc29..967d896 100755 --- a/init.d/50vcs-ignore +++ b/init.d/50vcs-ignore @@ -45,6 +45,10 @@ if [ "$LOWLEVEL_PACKAGE_MANAGER" = dpkg ]; then comment "new and old versions of conffiles, stored by dpkg" ignore "*.dpkg-*" nl +elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "rpm" ]; then + comment "new and old versions of conffiles, stored by apt/rpm" + ignore "*.rpm*" + nl elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" ]; then comment "new and old versions of conffiles, stored by pacman" ignore "*.pacnew" |