aboutsummaryrefslogtreecommitdiff
path: root/net/pipsecd
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-03-30 18:36:47 +0000
committerCy Schubert <cy@FreeBSD.org>2019-03-30 18:36:47 +0000
commitf973aed0d1bdc927a4c8e49a0648ed0fbfe37d41 (patch)
tree5e01e74a9daae304e2dfcaa6d69eba32c3bc702f /net/pipsecd
parentd64f4c86217c155a1bc29c001509a5c411760b90 (diff)
downloadports-f973aed0d1bdc927a4c8e49a0648ed0fbfe37d41.tar.gz
ports-f973aed0d1bdc927a4c8e49a0648ed0fbfe37d41.zip
Fix rc script: remove extraneous &&.
Notes
Notes: svn path=/head/; revision=497321
Diffstat (limited to 'net/pipsecd')
-rw-r--r--net/pipsecd/Makefile2
-rw-r--r--net/pipsecd/files/patch-pipsecd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile
index 749612045e7c..d3de7a84c4ec 100644
--- a/net/pipsecd/Makefile
+++ b/net/pipsecd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pipsecd
PORTVERSION= 19991014
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net security
MASTER_SITES= http://perso.telecom-paristech.fr/~beyssac/pipsec/ \
http://www.komquats.com/distfiles/
diff --git a/net/pipsecd/files/patch-pipsecd.sh b/net/pipsecd/files/patch-pipsecd.sh
index fb9465d3b653..2bf26a0c9dea 100644
--- a/net/pipsecd/files/patch-pipsecd.sh
+++ b/net/pipsecd/files/patch-pipsecd.sh
@@ -2,4 +2,4 @@
+++ pipsecd.sh Thu Oct 14 13:00:38 1999
@@ -0,0 +1,2 @@
+#!/bin/sh
-+cd /usr/local; [ -x sbin/pipsecd -a -f etc/ipsec/pipsecd.conf ] && sbin/pipsecd & && echo -n ' pipsecd'
++cd /usr/local; [ -x sbin/pipsecd -a -f etc/ipsec/pipsecd.conf ] && sbin/pipsecd & echo -n ' pipsecd'