Bug 126069

Summary: [PATCH] security/clamav: Allow setting owner/group on milter socket
Product: Ports & Packages Reporter: fullermd
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description fullermd 2008-07-29 08:50:02 UTC
	Recent changes to the clamav-milter.in rc script allow setting the
	mode on the socket, but not the ownership.  This adds that
	capability.

	This is probably applicable to clamav-devel as well.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-29 08:50:11 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-18 19:43:23 UTC
garga       2008-08-18 18:43:13 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav-devel Makefile 
    security/clamav-devel/files clamav-milter.in 
  Log:
  - Permit to ser owner and group to clamav milter socket [1]
  - Remove @ to show some install commands, and add -v to cp
  - Install clamav-milter doc
  - User CHOWN and CHMOD from bsd.commands.mk
  
  PR:             ports/126069 [1]
  Submitted by:   Matthew D. Fuller <fullermd@over-yonder.net> [1]
  
  Revision  Changes    Path
  1.128     +10 -5     ports/security/clamav-devel/Makefile
  1.9       +5 -2      ports/security/clamav-devel/files/clamav-milter.in
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2008-08-18 19:44:33 UTC
garga       2008-08-18 18:44:19 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
    security/clamav/files clamav-milter.in 
  Log:
  - Permit to ser owner and group to clamav milter socket [1]
  - Remove @ to show some install commands, and add -v to cp
  - Install clamav-milter doc
  - User CHOWN and CHMOD from bsd.commands.mk
  
  PR:             ports/126069 [1]
  Submitted by:   Matthew D. Fuller <fullermd@over-yonder.net> [1]
  
  Revision  Changes    Path
  1.118     +10 -5     ports/security/clamav/Makefile
  1.10      +5 -2      ports/security/clamav/files/clamav-milter.in
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2008-08-18 19:44:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!