Bug 156992 - net/asterisk: asterisk.conf overwritten on update due incorrect pkg-plist
Summary: net/asterisk: asterisk.conf overwritten on update due incorrect pkg-plist
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-13 03:30 UTC by Dan Lukes
Modified: 2011-05-22 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2011-05-13 03:30:09 UTC
	See description

Fix: 

Remove 
etc/asterisk/asterisk.conf
	line from pkg-plist

	There is proper asterisk.conf-dist logic already
How-To-Repeat: 	Make custom edits in asterisk.conf then reinstall port. Changes will be lost.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-05-13 05:02:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-22 18:10:12 UTC
flo         2011-05-22 17:09:50 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile pkg-plist 
    net/asterisk/files   patch-Makefile 
  Log:
  - prevent deletion of asterisk.conf, it was mistakenly added to pkg-plist
  - make sure asterisk.conf and asterisk.conf-dist are identicall on install
  
  PR:             ports/156775, ports/156992
  
  Revision  Changes    Path
  1.154     +1 -0      ports/net/asterisk/Makefile
  1.27      +13 -8     ports/net/asterisk/files/patch-Makefile
  1.49      +0 -1      ports/net/asterisk/pkg-plist
_______________________________________________
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 Florian Smeets freebsd_committer freebsd_triage 2011-05-22 18:11:39 UTC
State Changed
From-To: open->closed

A fix has been committed.