repocopied as amanda26-{server,client}. Please stay in 2.6.x branch if you are conservative. Yes, you should so for important infrastructre like as backup system :-). New 3.2.0 port includes: - Use misc/amanda-perl-wrapper as perl5 interpreter which is linked with libthr.so to avoid thread problem. - Unique UID, GID assigned and use it by default. amanda user/group will be added automatically when not exist. - Deprecate AMANDA_{CONFIG,TAPE} port knobs. They can be set in runtime config easily. References: http://wiki.zmanda.com/index.php/3.2_features
11 lines
464 B
Text
11 lines
464 B
Text
--- amandad-src/Makefile.in.orig 2010-10-16 18:41:37.735202558 +0900
|
|
+++ amandad-src/Makefile.in 2010-10-16 18:42:00.351165593 +0900
|
|
@@ -1171,7 +1171,7 @@
|
|
AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
|
|
LINT = $(AMLINT)
|
|
LINTFLAGS = $(AMLINTFLAGS)
|
|
-amlib_LTLIBRARIES = libamandad.la
|
|
+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamandad.la
|
|
libamandad_la_SOURCES = amandad_util.c
|
|
libamandad_la_LDFLAGS = -release $(VERSION)
|
|
libamandad_la_LIBADD = ../common-src/libamanda.la
|