summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-04 16:31:21 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-04 16:31:21 +0200
commit59ca735022930f2176a31880f98f16e4b5c52796 (patch)
treed14a3862f369f45a78f47be62726f3508dd6a9c7 /etc
parent0ebcaf526f3d377ef462b05decaa2bd05d70c5cd (diff)
runmirrors.conf
keyfile is relative to $BASEDIR, no need to give a full path Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/runmirrors.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/runmirrors.conf b/etc/runmirrors.conf
index 220a8e3..6bb1f89 100644
--- a/etc/runmirrors.conf
+++ b/etc/runmirrors.conf
@@ -3,8 +3,7 @@ LOGNAME="archvsync"
USER="archvsync"
MAIL=
PATH="/bin:/usr/bin:$HOME"
-KEYFILE=${HOME}/.ssh/pushmirror
-
+KEYFILE=.ssh/pushmirror
# Hook scripts can be run at various places.
# Leave them blank if you don't want any
# Hook1: After reading config, before doing the first real action