Bug 124643

Summary: security/clamav - Clamav-milter rc script does not wait for the milter socket to exist before chmoding it
Product: Ports & Packages Reporter: Adrian Thearle <adrian>
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
patchfile none

Description Adrian Thearle 2008-06-16 14:00:03 UTC
The startup script throws this error when starting up: chmod: /var/run/clamav/clmilter.sock: No such file or directory. I have added this patch to wait for the socket to exist before trying to chmod.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-17 11:41:56 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-07-07 21:37:51 UTC
garga       2008-07-07 20:37:37 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile distinfo 
    security/clamav/files clamav-milter.in 
  Log:
  - Update to 0.93.3
  - Change clamav-milter startup script to wait clamav-milter socket be created
    before try to chmod it [1]
  
  PR:             ports/124643 [1]
  Submitted by:   Adrian Thearle <adrian@thearle.com.au> [1]
  
  Revision  Changes    Path
  1.117     +1 -2      ports/security/clamav/Makefile
  1.48      +3 -3      ports/security/clamav/distinfo
  1.7       +17 -1     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 3 Renato Botelho freebsd_committer freebsd_triage 2008-07-07 21:37:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!