From 2befad2bbbd46deab1594848a7b97def6d8e183f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 9 Feb 2008 13:13:26 -0500 Subject: * Some initial rpm support. Patch from Евгений Терешков. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d/50vcs-ignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.d/50vcs-ignore') 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" -- cgit v1.2.3