svn commit: r505489 - head/mail/smfsav/files

Steve Wills swills at FreeBSD.org
Sun Jun 30 20:48:50 UTC 2019


Author: swills
Date: Sun Jun 30 20:48:49 2019
New Revision: 505489
URL: https://svnweb.freebsd.org/changeset/ports/505489

Log:
  mail/smfsav: Fix dependency in rc.d script
  
  PR:		238713
  Submitted by:	Kan Sasaki <sasaki at fcc.ad.jp> (maintainer)

Modified:
  head/mail/smfsav/files/smfsav.in

Modified: head/mail/smfsav/files/smfsav.in
==============================================================================
--- head/mail/smfsav/files/smfsav.in	Sun Jun 30 20:47:21 2019	(r505488)
+++ head/mail/smfsav/files/smfsav.in	Sun Jun 30 20:48:49 2019	(r505489)
@@ -2,7 +2,7 @@
 
 # PROVIDE: smfsav
 # REQUIRE: NETWORKING
-# BEFORE: sendmail
+# BEFORE: mail
 
 # Written for FreeBSD.
 #


More information about the svn-ports-all mailing list