libao has the ability to read a configuration file, libao.conf, which can contain the default driver name it should use. At this moment, this file must be stored in /etc, while we should store it in /usr/local/etc. Fix: This patch replaces /etc/libao.conf with ${PREFIX}/etc/libao.conf in all source code and documentation that is installed on the system: How-To-Repeat: n/a
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
Responsible Changed From-To: freebsd-ports-bugs->naddy Over to maintainer
naddy 2007-03-09 18:14:06 UTC FreeBSD ports repository Modified files: audio/libao Makefile Log: Configuration file libao.conf should be in ${PREFIX}/etc. PR: 109914 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.37 +6 -1 ports/audio/libao/Makefile _______________________________________________ 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"
State Changed From-To: open->closed Committed, thanks!