svn commit: r396341 - in head/net/mrouted: . files

Hiroki Sato hrs at FreeBSD.org
Mon Sep 7 19:10:33 UTC 2015


Author: hrs
Date: Mon Sep  7 19:10:32 2015
New Revision: 396341
URL: https://svnweb.freebsd.org/changeset/ports/396341

Log:
  Fix rc.d script.

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

Modified: head/net/mrouted/Makefile
==============================================================================
--- head/net/mrouted/Makefile	Mon Sep  7 19:04:23 2015	(r396340)
+++ head/net/mrouted/Makefile	Mon Sep  7 19:10:32 2015	(r396341)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mrouted
 PORTVERSION=	3.9.7
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	hrs at FreeBSD.org

Modified: head/net/mrouted/files/mrouted.in
==============================================================================
--- head/net/mrouted/files/mrouted.in	Mon Sep  7 19:04:23 2015	(r396340)
+++ head/net/mrouted/files/mrouted.in	Mon Sep  7 19:10:32 2015	(r396341)
@@ -15,6 +15,6 @@ pidfile="/var/run/${name}.pid"
 required_files="%%PREFIX%%/etc/${name}.conf"
 extra_commands="reload"
 
-: ${mrouted_enable-"NO"}
 load_rc_config $name
+: ${mrouted_enable="NO"}
 run_rc_command "$1"


More information about the svn-ports-all mailing list