From b071c3d2a05d6e26addde3491f07230ab2305d59 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 19:22:01 -0500 Subject: drop support for etckeeper- --- init.d/40git-pre-commit-hook | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'init.d/40git-pre-commit-hook') diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook index 88eb581..0efd5e4 100755 --- a/init.d/40git-pre-commit-hook +++ b/init.d/40git-pre-commit-hook @@ -1,16 +1,15 @@ #!/bin/sh set -e if [ -x .git/hooks/pre-commit ]; then - if ! grep -q etckeeper-pre-commit .git/hooks/pre-commit; then - echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2 + if ! grep -q "etckeeper pre-commit" .git/hooks/pre-commit; then + echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run: etckeeper pre-commit `pwd`" >&2 fi else cat >.git/hooks/pre-commit <