svn commit: r412541 - in head/security/openvpn: . files

Matthias Andree mandree at FreeBSD.org
Tue Apr 5 02:17:42 UTC 2016


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"
 	;;


More information about the svn-ports-all mailing list