Bug 126701 - [PATCH] security/clamav: pre-install -> pre-su-install
Summary: [PATCH] security/clamav: pre-install -> pre-su-install
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 06:40 UTC by Greg Lewis
Modified: 2008-08-21 15:30 UTC (History)
1 user (show)

See Also:


Attachments
clamav-0.93.3.patch (512 bytes, patch)
2008-08-21 06:40 UTC, Greg Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!