Bug 82815 - [maintainer update] fix net/gatekeeper config file handling
Summary: [maintainer update] fix net/gatekeeper config file handling
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 13:00 UTC by Joerg Pulz
Modified: 2005-06-30 19:11 UTC (History)
0 users

See Also:


Attachments
gatekeeper.diff (1.36 KB, patch)
2005-06-30 13:00 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!