Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2016 02:17:40 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412541 - in head/security/openvpn: . files
Message-ID:  <201604050217.u352HeWw008161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Apr  5 02:17:40 2016
New Revision: 412541
URL: https://svnweb.freebsd.org/changeset/ports/412541

Log:
  One more fix for /usr/sbin/service -R.

Modified:
  head/security/openvpn/Makefile
  head/security/openvpn/files/openvpn.in

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Tue Apr  5 02:08:04 2016	(r412540)
+++ head/security/openvpn/Makefile	Tue Apr  5 02:17:40 2016	(r412541)
@@ -3,7 +3,7 @@
 
 PORTNAME=		openvpn
 DISTVERSION=		2.3.10
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		security net
 MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
 			http://build.openvpn.net/downloads/releases/

Modified: head/security/openvpn/files/openvpn.in
==============================================================================
--- head/security/openvpn/files/openvpn.in	Tue Apr  5 02:08:04 2016	(r412540)
+++ head/security/openvpn/files/openvpn.in	Tue Apr  5 02:17:40 2016	(r412541)
@@ -76,6 +76,9 @@ case "$0" in
 	# so get the name of the script from $_file
 	name="$_file"
 	;;
+*/service)
+	# do not use this as $0
+	;;
 *)
 	name="$0"
 	;;



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