Bug 117340 - [PATCH] Improve mail/sid-milter startup process
Summary: [PATCH] Improve mail/sid-milter startup process
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 19:50 UTC by Xin LI
Modified: 2007-10-21 19:39 UTC (History)
1 user (show)

See Also:


Attachments
patch-sid-milter (1.30 KB, text/plain)
2007-10-19 19:50 UTC, Xin LI
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2007-10-19 19:50:01 UTC
	sid-milter's rc.d script have a function of removing stale sockets
after stop; unfortunately, when system was crashed this would not work so
sid-milter won't start properly.

	Therefore, I think it might be better to have the removal process
inside the pre-start command stage.  That is, we don't rely on shutdown
process to do the cleanup, but do the cleanup before sid-milter is started.

	Maintainer (dinoex@) cc'ed.

How-To-Repeat: 	Crash a system without proper shutdown and restart.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-19 19:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-21 09:40:46 UTC
dinoex      2007-10-21 08:39:59 UTC

  FreeBSD ports repository

  Modified files:
    mail/sid-milter      Makefile 
    mail/sid-milter/files milter-sid.sh.in 
  Log:
  - fix rc script
  PR:             117340
  Submitted by:   Xin LI
  
  Revision  Changes    Path
  1.19      +1 -1      ports/mail/sid-milter/Makefile
  1.4       +3 -4      ports/mail/sid-milter/files/milter-sid.sh.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 Dirk Meyer freebsd_committer freebsd_triage 2007-10-21 19:39:18 UTC
State Changed
From-To: open->closed

committed, thanks.