Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 05:42:45 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305183 - in head/net-mgmt/ipv6mon: . files
Message-ID:  <201210030542.q935gjSk072885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Oct  3 05:42:45 2012
New Revision: 305183
URL: http://svn.freebsd.org/changeset/ports/305183

Log:
  Fix $rcvar.
  
  Spotted by:	ume

Modified:
  head/net-mgmt/ipv6mon/Makefile
  head/net-mgmt/ipv6mon/files/ipv6mon.in

Modified: head/net-mgmt/ipv6mon/Makefile
==============================================================================
--- head/net-mgmt/ipv6mon/Makefile	Wed Oct  3 05:33:21 2012	(r305182)
+++ head/net-mgmt/ipv6mon/Makefile	Wed Oct  3 05:42:45 2012	(r305183)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipv6mon
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www.si6networks.com/tools/ipv6mon/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}

Modified: head/net-mgmt/ipv6mon/files/ipv6mon.in
==============================================================================
--- head/net-mgmt/ipv6mon/files/ipv6mon.in	Wed Oct  3 05:33:21 2012	(r305182)
+++ head/net-mgmt/ipv6mon/files/ipv6mon.in	Wed Oct  3 05:42:45 2012	(r305183)
@@ -9,7 +9,7 @@
 . /etc/rc.subr
 
 name="ipv6mon"
-rcvar=$name
+rcvar="${name}_enable"
 command="%%PREFIX%%/sbin/${name}"
 pidfile="/var/run/${name}.pid"
 required_files="%%PREFIX%%/etc/${name}.conf"



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