Bug 149081

Summary: [PATCH] shells/lshell: @exec installs incorrect file
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: Sylvio Cesar Teixeira <sylvio>
Status: Closed FIXED    
Severity: Affects Only Me CC: sylvio
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lshell-0.9.12_1.patch none

Description Jimmy Olgeni freebsd_committer freebsd_triage 2010-07-29 21:00:06 UTC
When installing shells/lshell from a package, the @exec command
that is supposed to install the default configuration file is listed
after etc/logrotate.d/lshell, therefore the logrotate configuration
ends up installed as etc/lshell.conf (due to %f expansion).

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-29 21:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-05 13:33:51 UTC
sylvio      2010-08-05 12:33:43 UTC

  FreeBSD ports repository

  Modified files:
    shells/lshell        Makefile pkg-plist 
  Log:
  - Fix in @exec installs incorrect file
  
  PR:             ports/149081
  Submitted by:   Jimmy Olgeni <olgeni@freebsd.org>
  
  Revision  Changes    Path
  1.9       +1 -0      ports/shells/lshell/Makefile
  1.6       +1 -1      ports/shells/lshell/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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-08-05 13:34:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!