Skip to content
Snippets Groups Projects
Commit 787e4aad authored by micah's avatar micah :speech_balloon:
Browse files

Change /etc/backup.d permissions to need 0770 for admingroup

parent 2dd5981a
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ version 0.9.4 -- unreleased
dup.helper:
. Fix: signing was enabled with symmetric encryption.
changed cron permissions to 644
changed /etc/backup.d permissions to 0770 (for admingroup)
minor documentation fixes
improved RPM build process allowing 'make rpm-package' and 'make
srpm-package' targets, also fixes permissions on man directories,
......
......@@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in
rm -f backupninja.conf
$(edit) backupninja.conf.in > backupninja.conf
#install-data-hook:
# for a in $(EXAMPLES); do \
# chmod 755 $(sysconfdir)/$(a); \
# done
install-data-hook:
mkdir $(DESTDIR)/$(sysconfdir)/backup.d
chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment