Bug 130244 - [patch] misc/amanda-server Added knob to specifiy location of amandates.
Summary: [patch] misc/amanda-server Added knob to specifiy location of amandates.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 21:40 UTC by rand
Modified: 2009-01-09 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2009-01-06 21:40 UTC, rand
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rand 2009-01-06 21:40:01 UTC
	The Amanda 2.6 port moved the default location of the amandates
	file from /etc to /usr/local/var/amanda. The attached patch 
	creates an AMANDA_DATES knob to specify the location of this
	file.

Fix: Apply the supplied patch and set AMANDA_DATES in /etc/make.conf.

How-To-Repeat: 	Upgrade from Amanda 2.5 to 2.6 and the client can't find amandates.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-06 21:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-09 01:49:02 UTC
kuriyama    2009-01-09 01:48:48 UTC

  FreeBSD ports repository

  Modified files:
    misc/amanda-server   Makefile pkg-plist.client 
    misc/amanda-client   Makefile 
  Log:
  Add $AMANDA_DATES knob to allow setting amandates file location.
  
  PR:             ports/130244 (based on)
  Submitted by:   "Douglas K. Rand" <rand@meridian-enviro.com>
  
  Revision  Changes    Path
  1.63      +1 -0      ports/misc/amanda-client/Makefile
  1.111     +6 -4      ports/misc/amanda-server/Makefile
  1.17      +1 -2      ports/misc/amanda-server/pkg-plist.client
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2009-01-09 01:49:04 UTC
State Changed
From-To: open->closed

Committed, thanks!