Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
787e4aad
Commit
787e4aad
authored
18 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Change /etc/backup.d permissions to need 0770 for admingroup
parent
2dd5981a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
etc/Makefile.am
+3
-4
3 additions, 4 deletions
etc/Makefile.am
with
4 additions
and
4 deletions
ChangeLog
+
1
−
0
View file @
787e4aad
...
@@ -93,6 +93,7 @@ version 0.9.4 -- unreleased
...
@@ -93,6 +93,7 @@ version 0.9.4 -- unreleased
dup.helper:
dup.helper:
. Fix: signing was enabled with symmetric encryption.
. Fix: signing was enabled with symmetric encryption.
changed cron permissions to 644
changed cron permissions to 644
changed /etc/backup.d permissions to 0770 (for admingroup)
minor documentation fixes
minor documentation fixes
improved RPM build process allowing 'make rpm-package' and 'make
improved RPM build process allowing 'make rpm-package' and 'make
srpm-package' targets, also fixes permissions on man directories,
srpm-package' targets, also fixes permissions on man directories,
...
...
This diff is collapsed.
Click to expand it.
etc/Makefile.am
+
3
−
4
View file @
787e4aad
...
@@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in
...
@@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in
rm
-f
backupninja.conf
rm
-f
backupninja.conf
$(
edit
)
backupninja.conf.in
>
backupninja.conf
$(
edit
)
backupninja.conf.in
>
backupninja.conf
#install-data-hook:
install-data-hook
:
# for a in $(EXAMPLES); do \
mkdir
$(
DESTDIR
)
/
$(
sysconfdir
)
/backup.d
# chmod 755 $(sysconfdir)/$(a); \
chmod
0770
$(
DESTDIR
)
/
$(
sysconfdir
)
/backup.d
# done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment