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
Custom issue tracker
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
Liberate
backupninja
Commits
2276e5df
Commit
2276e5df
authored
18 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
fixed automake problem if /etc/backup.d already exists
parent
e2f2e629
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
etc/Makefile.am
+1
-1
1 addition, 1 deletion
etc/Makefile.am
with
3 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
2276e5df
...
...
@@ -2,6 +2,8 @@ version 0.9.5 -- unreleased
handler changes
sys:
. Fixed typo breaking things for VServers.
fixed automake 'make install' bug that failed if /etc/backup.d already
existed
version 0.9.4 -- October 6th, 2006
backupninja changes
...
...
This diff is collapsed.
Click to expand it.
etc/Makefile.am
+
1
−
1
View file @
2276e5df
...
...
@@ -34,5 +34,5 @@ backupninja.conf: backupninja.conf.in
$(
edit
)
backupninja.conf.in
>
backupninja.conf
install-data-hook
:
mkdir
$(
DESTDIR
)
/
$(
sysconfdir
)
/backup.d
mkdir
-p
$(
DESTDIR
)
/
$(
sysconfdir
)
/backup.d
chmod
0770
$(
DESTDIR
)
/
$(
sysconfdir
)
/backup.d
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