X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fpatches%2Ffix-amserverconfig-path;fp=debian%2Fpatches%2Ffix-amserverconfig-path;h=e9f33651ec9dd0635dc5c610ab669c5046f34383;hb=a2927cde973fba3eab558b723ba2bfba897f10c8;hp=0000000000000000000000000000000000000000;hpb=c4f19a4c1ce2b200d4e18c880257a4389bd5368c;p=debian%2Famanda diff --git a/debian/patches/fix-amserverconfig-path b/debian/patches/fix-amserverconfig-path new file mode 100644 index 0000000..e9f3365 --- /dev/null +++ b/debian/patches/fix-amserverconfig-path @@ -0,0 +1,13 @@ +diff --git a/server-src/amserverconfig.pl b/server-src/amserverconfig.pl +index a05dd18..9357116 100755 +--- a/server-src/amserverconfig.pl ++++ b/server-src/amserverconfig.pl +@@ -31,7 +31,7 @@ use Amanda::Constants; + + my $confdir="$CONFIG_DIR"; + my $tmpdir="$AMANDA_DBGDIR"; +-my $amandahomedir="$localstatedir/lib/amanda"; ++my $amandahomedir="$localstatedir/amanda"; + my $templatedir="$amdatadir/template.d"; #rpm install template files here + my $def_tapedev="file:$amandahomedir/vtapes"; +