Bug 124643 - security/clamav - Clamav-milter rc script does not wait for the milter socket to exist before chmoding it
Summary: security/clamav - Clamav-milter rc script does not wait for the milter socket...
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-06-16 14:00 UTC by Adrian Thearle
Modified: 2008-07-07 21:40 UTC (History)
0 users

See Also:


Attachments
patchfile (636 bytes, text/plain)
2008-06-16 14:00 UTC, Adrian Thearle
no flags Details

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