Blame SOURCES/amanda-3.1.1-tcpport.patch

4a00ea
diff -up amanda-3.1.1/example/amanda-client.conf.in.tcpport amanda-3.1.1/example/amanda-client.conf.in
4a00ea
--- amanda-3.1.1/example/amanda-client.conf.in.tcpport	2010-06-29 19:09:55.000000000 +0200
4a00ea
+++ amanda-3.1.1/example/amanda-client.conf.in	2010-08-10 14:44:32.372879810 +0200
4a00ea
@@ -22,3 +22,5 @@ auth "bsdtcp"
4a00ea
 
4a00ea
 ssh_keys ""			# your ssh keys file if you use ssh auth
4a00ea
 
4a00ea
+#resolves "resource temporarily unavailable" bug
4a00ea
+unreserved-tcp-port 1025,65535
4a00ea
diff -up amanda-3.1.1/example/amanda-client-postgresql.conf.in.tcpport amanda-3.1.1/example/amanda-client-postgresql.conf.in
4a00ea
--- amanda-3.1.1/example/amanda-client-postgresql.conf.in.tcpport	2010-06-29 19:09:55.000000000 +0200
4a00ea
+++ amanda-3.1.1/example/amanda-client-postgresql.conf.in	2010-08-10 14:44:41.423755630 +0200
4a00ea
@@ -44,3 +44,6 @@ property "foo-PG-DATADIR" "/var/postgres
4a00ea
 #   For this example:
4a00ea
 #   archive_command = 'test ! -f /var/postgresql/archive/%f && cp %p /var/postgresql/archive/%f'
4a00ea
 property "foo-PG-ARCHIVEDIR" "/var/postgresql/archive"
4a00ea
+
4a00ea
+#resolves "resource temporarily unavailable" bug
4a00ea
+unreserved-tcp-port 1025,65535
4a00ea
diff -up amanda-3.1.1/example/amanda.conf.in.tcpport amanda-3.1.1/example/amanda.conf.in
4a00ea
--- amanda-3.1.1/example/amanda.conf.in.tcpport	2010-08-10 14:43:55.640754722 +0200
4a00ea
+++ amanda-3.1.1/example/amanda.conf.in	2010-08-10 14:44:50.760880089 +0200
4a00ea
@@ -761,3 +761,6 @@ define script-tool sc-email {
4a00ea
 # configurations.
4a00ea
 
4a00ea
 #includefile "@CONFIG_DIR@/amanda.conf.main"
4a00ea
+
4a00ea
+#resolves "resource temporarily unavailable" bug
4a00ea
+unreserved-tcp-port 1025,65535