summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalbackupconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/localbackupconfig b/localbackupconfig
index 33bde0c..2512f26 100755
--- a/localbackupconfig
+++ b/localbackupconfig
@@ -3,7 +3,7 @@
# /usr/local/sbin/localbackupconfig
# Copyright 2001-2007 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: localbackupconfig,v 1.8 2007-05-30 18:45:45 jonas Exp $
+# $Id: localbackupconfig,v 1.9 2007-06-10 23:14:57 jonas Exp $
#
# .dpkg-new files appear when refusing to update a conffile on package update
#
@@ -14,6 +14,10 @@
# .bak and ~ is in case you forgot to rename properly as .orig or .old!
#
+# TODO: Check md5sum of all conffiles found like this:
+# dpkg-query -W -f '${Conffiles}\n' '*' | grep -v '^$' | awk '{print $1}'
+#
+
set -e
PRG=$(basename "$0")