Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 14:59:42 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481990 - in head/net/mpd5: . files
Message-ID:  <201810131459.w9DExgTb022166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810131459.w9DExgTb022166>