more updates
authorBdale Garbee <bdale@gag.com>
Wed, 19 Aug 2009 23:32:10 +0000 (17:32 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 19 Aug 2009 23:32:10 +0000 (17:32 -0600)
debian/amanda-client.files
debian/amanda-server.files
debian/rules

index e5ea96ec513acf9308e2b563db4cd276b717a32c..46c5dc768e1c8f3de4f5f687c10e93d92f5651f7 100644 (file)
@@ -15,3 +15,7 @@ usr/sbin/amfetchdump
 usr/sbin/amoldrecover
 usr/sbin/amrecover
 usr/sbin/amrestore
+usr/share/man/man5/amanda-client.conf.5.gz
+usr/share/man/man8/amfetchdump.8.gz
+usr/share/man/man8/amrecover.8.gz
+usr/share/man/man8/amrestore.8.gz
index 97e0faccc3e8997e7dd925b2dc5b40f13db21656..459db2f13978294e6112a81bdd88ba9e666790b6 100644 (file)
@@ -8,12 +8,12 @@ usr/lib/amanda/amtrmlog
 usr/lib/amanda/chg-*
 usr/lib/amanda/driver
 usr/lib/amanda/dumper
-usr/lib/amanda/amidxtaped
 usr/lib/amanda/planner
 usr/lib/amanda/taper
 usr/sbin/amadmin
 usr/sbin/amcheck
 usr/sbin/amcheckdb
+usr/sbin/amcheckdump
 usr/sbin/amcleanup
 usr/sbin/amdump
 usr/sbin/amflush
@@ -31,6 +31,7 @@ usr/share/man/man8/amadmin.8.gz
 usr/share/man/man8/amanda.8.gz
 usr/share/man/man8/amcheck.8.gz
 usr/share/man/man8/amcheckdb.8.gz
+usr/share/man/man8/amcheckdump.8.gz
 usr/share/man/man8/amcleanup.8.gz
 usr/share/man/man8/amdump.8.gz
 usr/share/man/man8/amflush.8.gz
index 1d04a099506a4b9507873b1b320e0c6057bb8562..4fe0807f4a9574bc9eafdc668c840bf55ae34416 100755 (executable)
@@ -24,6 +24,7 @@ configure-stamp:
                --prefix=/usr \
                --bindir=/usr/sbin \
                --libexecdir=/usr/lib/amanda \
+               --without-amlibexecdir \
                --sysconfdir=/etc \
                --sharedstatedir=/var/lib \
                --localstatedir=/var/lib \
@@ -32,14 +33,15 @@ configure-stamp:
                --with-tcpportrange=50000,50100 \
                --with-udpportrange=840,860 \
                --with-debugging=/var/log/amanda \
+               --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \
                --with-index-server=localhost \
-
                --with-bsd-security \
-               --with-amandahosts \
                --with-smbclient=/usr/bin/smbclient \
+               --with-amandahosts \
                --with-ssh-security \
                --with-bsdtcp-security \
                --with-bsdudp-security
+
        touch missing
        touch configure-stamp