summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:25:21 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:25:21 -0500
commit357a708e613c83ae35faaa70514a8f4e1179079b (patch)
treea7687c896efe9b01a473705faa24afd8d004dbdb /init.d
parentab6f7188c53c6580c64702e1cebb5326e998e225 (diff)
implemented pre-apt checks
other development too..
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/40git-pre-commit-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook
index a5b45d3..f1609eb 100755
--- a/init.d/40git-pre-commit-hook
+++ b/init.d/40git-pre-commit-hook
@@ -2,7 +2,7 @@
set -e
if [ -x .git/hooks/pre-commit ]; then
if ! grep -q etckeeper-pre-commit .git/hooks/pre-commit; then
- echo "warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2
+ echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2
fi
else
echo <<EOF >>.git/hooks/pre-commit