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
Package registry
Model registry
Operate
Terraform modules
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
raT
backupninja
Commits
1d3b3568
Commit
1d3b3568
authored
7 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Make /etc/backup.d 2770 instead of 0770, to be closer to what Debian Policy 10.9 recommends.
parent
b4f0d2fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
1 addition
and
1 deletion
debian/rules
+
1
−
1
View file @
1d3b3568
...
...
@@ -23,7 +23,7 @@ override_dh_compress:
override_dh_fixperms
:
dh_fixperms
chmod
770
$(
TMP
)
/etc/backup.d
chmod
2
770
$(
TMP
)
/etc/backup.d
override_dh_installchangelogs
:
dh_installchangelogs ChangeLog
...
...
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