diff options
Diffstat (limited to 'devel/monotone-server/files/hooks.conf')
-rw-r--r-- | devel/monotone-server/files/hooks.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/monotone-server/files/hooks.conf b/devel/monotone-server/files/hooks.conf deleted file mode 100644 index 43c2e4b4869..00000000000 --- a/devel/monotone-server/files/hooks.conf +++ /dev/null @@ -1,12 +0,0 @@ --- $NetBSD: hooks.conf,v 1.5 2010/03/07 22:29:20 jmmv Exp $ --- --- This file belongs to the monotone-server package. This is the typical --- ~/.monotonerc configuration file, but is system-wide. --- - -function get_passphrase(identity) - if (identity.given_name == "PUT_KEYNAME_HERE") then - return "PUT_PASSPHRASE_HERE" - end - return false -end |