aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-28 12:56:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-28 12:56:18 -0300
commit07726159c5f65e7e3086bb3e042584393957ab6f (patch)
treed5b5f8c9b02fe6c4345965a84045ef04281548a3 /share
parenta58fa1d4a75b8a3263e8d039106c47d9c8452a70 (diff)
downloadhydra-07726159c5f65e7e3086bb3e042584393957ab6f.tar.gz
hydra-07726159c5f65e7e3086bb3e042584393957ab6f.tar.bz2
Renaming git and mail restore actions
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydractl/backup-restore-git (renamed from share/hydractl/backup-restore-gitosis)0
-rwxr-xr-xshare/hydractl/backup-restore-mail (renamed from share/hydractl/backup-restore-email)4
2 files changed, 2 insertions, 2 deletions
diff --git a/share/hydractl/backup-restore-gitosis b/share/hydractl/backup-restore-git
index 928f357..928f357 100755
--- a/share/hydractl/backup-restore-gitosis
+++ b/share/hydractl/backup-restore-git
diff --git a/share/hydractl/backup-restore-email b/share/hydractl/backup-restore-mail
index d8d0d0c..a515584 100755
--- a/share/hydractl/backup-restore-email
+++ b/share/hydractl/backup-restore-mail
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Email backup restoration.
+# Mail backup restoration.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -23,7 +23,7 @@ hydra_config_load
# Parameters.
DATE="`date +%Y%m%d`"
HOST="$1"
-SERVICE="email"
+SERVICE="mail"
SERVICE_DIR="/var/mail/virtual"
SERVICE_USER="vmail"
SERVICE_GROUP="vmail"