Bug 126701

Summary: [PATCH] security/clamav: pre-install -> pre-su-install
Product: Ports & Packages Reporter: Greg Lewis <glewis>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me CC: garga
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
clamav-0.93.3.patch none

Description Greg Lewis 2008-08-21 06:40:03 UTC
The pre-install target creates the clamav user and groups (via pkg-install).
This must be done as root, so this target should become pre-su-install to
ensure this is the case.

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-21 06:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-21 15:25:42 UTC
garga       2008-08-21 14:25:33 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
    security/clamav-devel Makefile 
  Log:
  - Change pre-install: target to pre-su-install: since user and group are
    created there (via pkg-install), and it must be done as root.
  - While i'm here, fix the same on clamav-devel port
  
  PR:             ports/126701
  Submitted by:   grog
  
  Revision  Changes    Path
  1.131     +1 -1      ports/security/clamav-devel/Makefile
  1.120     +1 -1      ports/security/clamav/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 3 Renato Botelho freebsd_committer freebsd_triage 2008-08-21 15:26:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!