diff options
author | Micah Anderson <micah@riseup.net> | 2006-06-09 17:27:21 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-06-09 17:27:21 +0000 |
commit | 489e294c50b6cba7545a110d26edd43e6b6e55ea (patch) | |
tree | fd541fac1e850d7d64384835caad5b501e34bb64 /etc | |
parent | 8589faa7f04c8d29298da45ad17ffecacc4498cb (diff) | |
download | backupninja-489e294c50b6cba7545a110d26edd43e6b6e55ea.tar.gz backupninja-489e294c50b6cba7545a110d26edd43e6b6e55ea.tar.bz2 |
Added a slightly modified version of the anti-fascist patch (allows for
a configurable admingroup to be set, instead of forcing it to be root),
closes debian bug#370396
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backupninja.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index 362eb59..10ac2bb 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -25,6 +25,10 @@ reportsuccess = yes # even if there was no error. (default = yes) reportwarning = yes +# set to the administration group that is allowed to +# read/write configuration files in /etc/backup.d +admingroup = root + ####################################################### # for most installations, the defaults below are good # ####################################################### |