diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 03:56:12 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 03:56:12 +0000 |
commit | c9a8af1cea8615f65b041f950eb1ebf0fc212b69 (patch) | |
tree | 090e006657c8ed59eb0a35340193ec00185989ef /misc/amanda26-server/files/patch-ac | |
parent | Fix plist *again*. This is not my day. (diff) |
- Grab maintainership.
- Upgrade to 2.4.5p1.
- Add WITH_AMANDA_DUMP_SNAPSHOT knob to use "dump -L" to take a dump.
- Add a patch to fix expr(1) argument problem for chg-zd-mtx.sh script.
- Shorten long Makefile by collect common options/variables to one
common place.
Notes
Notes:
svn path=/head/; revision=157929
Diffstat (limited to 'misc/amanda26-server/files/patch-ac')
-rw-r--r-- | misc/amanda26-server/files/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/amanda26-server/files/patch-ac b/misc/amanda26-server/files/patch-ac index c2af6273b054..a9e95a3a6607 100644 --- a/misc/amanda26-server/files/patch-ac +++ b/misc/amanda26-server/files/patch-ac @@ -1,9 +1,9 @@ ---- tape-src/Makefile.in.orig Fri Oct 22 09:12:42 2004 -+++ tape-src/Makefile.in Mon Nov 8 06:27:54 2004 -@@ -41,7 +41,7 @@ - PRE_UNINSTALL = : - POST_UNINSTALL = : +--- tape-src/Makefile.in.orig Tue Oct 25 06:23:42 2005 ++++ tape-src/Makefile.in Wed Mar 22 12:10:00 2006 +@@ -43,7 +43,7 @@ + build_triplet = @build@ host_triplet = @host@ + target_triplet = @target@ -sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) +@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) EXTRA_PROGRAMS = $(am__EXEEXT_1) |