File: fix-amserverconfig-path

package info (click to toggle)
amanda 1%3A3.5.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,420 kB
  • sloc: ansic: 197,218; perl: 109,331; xml: 16,126; sh: 4,180; makefile: 2,811; awk: 502; lex: 407; yacc: 347; tcl: 118; sql: 19; sed: 16; php: 2
file content (15 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Subject: Fix amserverconfig path
Author: Bdale Garbee <bdale@gag.com>
Index: amanda.git/server-src/amserverconfig.pl
===================================================================
--- amanda.git.orig/server-src/amserverconfig.pl	2017-01-15 19:16:28.469991342 +0000
+++ amanda.git/server-src/amserverconfig.pl	2017-01-15 19:16:28.465991337 +0000
@@ -33,7 +33,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";