svn commit: r481990 - in head/net/mpd5: . files

Eugene Grosbein eugen at FreeBSD.org
Sat Oct 13 14:59:43 UTC 2018


Author: eugen
Date: Sat Oct 13 14:59:41 2018
New Revision: 481990
URL: https://svnweb.freebsd.org/changeset/ports/481990

Log:
  net/mpd5: start service earlier
  
  mpd5 daemon can be used as replacement for stock ppp(8) daemon
  to provide global connectivity (PPPoE, mobile networks etc.)
  
  Follow ppp(8) behavior and run startup script early before
  NETWORKING (and netwait), so other services that require
  working networking to be operational before starting won't fail.
  
  Bump PORTREVISION.

Modified:
  head/net/mpd5/Makefile
  head/net/mpd5/files/mpd5.in

Modified: head/net/mpd5/Makefile
==============================================================================
--- head/net/mpd5/Makefile	Sat Oct 13 14:55:19 2018	(r481989)
+++ head/net/mpd5/Makefile	Sat Oct 13 14:59:41 2018	(r481990)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpd
 DISTVERSION=	5.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
 PKGNAMESUFFIX=	5

Modified: head/net/mpd5/files/mpd5.in
==============================================================================
--- head/net/mpd5/files/mpd5.in	Sat Oct 13 14:55:19 2018	(r481989)
+++ head/net/mpd5/files/mpd5.in	Sat Oct 13 14:59:41 2018	(r481990)
@@ -3,8 +3,8 @@
 # $FreeBSD$
 #
 # PROVIDE: mpd5
-# REQUIRE: SERVERS
-# BEFORE: DAEMON
+# REQUIRE: netif
+# BEFORE: routing
 # KEYWORD: shutdown
 #
 # Add the following lines to /etc/rc.conf to enable mpd5:


More information about the svn-ports-all mailing list