[Piuparts-commits] [piuparts] 01/01: Add /etc/rc[1-5].d/ to ignored files.

Holger Levsen holger at layer-acht.org
Fri Aug 19 16:25:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit cbf07c4719cbbbedc767fe1620281e7c7468621d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Aug 19 18:24:32 2016 +0200

    Add /etc/rc[1-5].d/ to ignored files.
---
 debian/changelog | 2 +-
 piuparts.py      | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 877ca4c..6765db6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 piuparts (0.73) UNRELEASED; urgency=medium
 
-  * …continue development… 
+  * Add /etc/rc[1-5].d/ to ignored files.
 
  -- Holger Levsen <holger at debian.org>  Wed, 03 Aug 2016 11:44:50 +0200
 
diff --git a/piuparts.py b/piuparts.py
index f69c955..63316aa 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -340,6 +340,11 @@ class Settings:
             "/etc/php5/",
             "/etc/php5/conf.d/",
             "/etc/php5/mods-available/",
+            "/etc/rc1.d/",
+            "/etc/rc2.d/",
+            "/etc/rc3.d/",
+            "/etc/rc4.d/",
+            "/etc/rc5.d/",
             "/etc/sgml/",
             "/etc/ssl/",
             "/etc/ssl/certs/",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list