Bug 82815

Summary: [maintainer update] fix net/gatekeeper config file handling
Product: Ports & Packages Reporter: Joerg Pulz <Joerg.Pulz>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gatekeeper.diff none

Description Joerg Pulz 2005-06-30 13:00:31 UTC
	due to a small bug, gatekeeper is unable to open the configuration
	file, regardless if the file is specified using "-c" or is placed
	in one of the default configuration directories.
	this makes net/gatekeeper unusable!

	thanks to: Tyler Aviss <taviss@sd73.bc.ca> for pointing this out

Fix: - apply the patch to net/gatekeeper and add the newly created file
	  files/patch-Toolkit.cxx to CVS
	- bump PORTREVISION
How-To-Repeat: 	install net/gatekeeper and simply start it. there will be an error
	like:
		WARNING: No config file found!
		- Does the config file exist? The default
		  (~/.pwlib_config/Gatekeeper.ini or gatekeeper.ini in
		  current directory) or the one given with -c?
		- Did you specify they the right 'Main' section with -s?
		- Is the line 'Fourtytwo=42' present in this 'Main' section?
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-06-30 19:11:32 UTC
State Changed
From-To: open->closed

Committed, thanks!