summaryrefslogtreecommitdiff
path: root/debian/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-10 20:08:34 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-10 20:08:34 -0500
commitbd90bdd96e1ef36059651f68d0c3fb0a60e74d38 (patch)
tree5e0033bc231913ae01ee3ed501f333a4f56c770c /debian/templates
parent8bee13cefc2fb907c2be20fd7d83de4f829502ea (diff)
use debconf for prompting pre-apt
Diffstat (limited to 'debian/templates')
-rw-r--r--debian/templates16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000..3919b6a
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,16 @@
+Template: etckeeper/unclean
+Type: boolean
+Default: true
+_Description: Commit changed files in /etc to git?
+ etckeeper has detected that /etc contains uncommitted files
+ or other changes. It's best to have everything in /etc committed
+ to git before running apt. etckeeper can add any new files listed below,
+ and commit all the changed files for you.
+ .
+ ${STATUS}
+
+Template: etckeeper/commit_failed
+Type: error
+_Description: git commit failed
+ etckeeper failed to commit changes in /etc using git.
+ You may want to resolve the uncommitted changes by hand before continuing.