Bug 109914 - [audio/libao] Store configuration file in ${PREFIX}/etc
Summary: [audio/libao] Store configuration file in ${PREFIX}/etc
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 11:10 UTC by Ed Schouten
Modified: 2007-03-09 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (350 bytes, patch)
2007-03-05 11:10 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-03-05 11:10:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-05 11:10:15 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-05 11:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-09 18:14:14 UTC
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"
Comment 4 Christian Weisgerber freebsd_committer freebsd_triage 2007-03-09 18:14:29 UTC
State Changed
From-To: open->closed

Committed, thanks!