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
ea111f2a
Commit
ea111f2a
authored
19 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Changed cron.d permissions to 644
parent
59fa8f8f
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
+1
-1
1 addition, 1 deletion
etc/Makefile.am
with
2 additions
and
1 deletion
ChangeLog
+
1
−
0
View file @
ea111f2a
...
@@ -22,6 +22,7 @@ version 0.9.4 -- unreleased
...
@@ -22,6 +22,7 @@ version 0.9.4 -- unreleased
vserver:
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character +
. found_vservers: escaped special grep repetition character +
changed cron permissions to 644
minor documentation fixes
minor documentation fixes
version 0.9.3 -- February 1st, 2006
version 0.9.3 -- February 1st, 2006
...
...
This diff is collapsed.
Click to expand it.
etc/Makefile.am
+
1
−
1
View file @
ea111f2a
...
@@ -22,7 +22,7 @@ edit = sed \
...
@@ -22,7 +22,7 @@ edit = sed \
cron.d/backupninja
:
cron.d/backupninja.in
cron.d/backupninja
:
cron.d/backupninja.in
rm
-f
cron.d/backupninja
rm
-f
cron.d/backupninja
$(
edit
)
cron.d/backupninja.in
>
cron.d/backupninja
$(
edit
)
cron.d/backupninja.in
>
cron.d/backupninja
chmod
ugo+x
cron.d/backupninja
chmod
644
cron.d/backupninja
logrotate.d/backupninja
:
logrotate.d/backupninja.in
logrotate.d/backupninja
:
logrotate.d/backupninja.in
rm
-f
logrotate.d/backupninja
rm
-f
logrotate.d/backupninja
...
...
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