From 35e878f1ac89285740a1b2b44b7e68d9de851608 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 17 Apr 2009 03:37:17 +0200 Subject: [PATCH] backuppc remarche MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ça fait visiblement un mois qu'il est dans les choux parcequ'il ne pouvait pas lire son fichier de configuration... darcs-hash:20090417013717-af139-f61b336a4bc2b224884f3c29aa58d9dcb46878e8.gz --- Python/etc/backuppc/config.pl | 2 +- Python/etc/backuppc/hosts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/backuppc/config.pl b/Python/etc/backuppc/config.pl index 35de54a..3fca81d 100644 --- a/Python/etc/backuppc/config.pl +++ b/Python/etc/backuppc/config.pl @@ -1,7 +1,7 @@ include("secrets") -info["owner"] = "root" +info["owner"] = "backuppc" info["group"] = "root" info["perms"] = 0600 diff --git a/Python/etc/backuppc/hosts b/Python/etc/backuppc/hosts index 3a65eee..988bae0 100644 --- a/Python/etc/backuppc/hosts +++ b/Python/etc/backuppc/hosts @@ -1,5 +1,5 @@ -info["owner"] = "root" +info["owner"] = "backuppc" info["group"] = "adm" info["perms"] = 0640