Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 18:36:47 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497321 - in head/net/pipsecd: . files
Message-ID:  <201903301836.x2UIalIj060497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Mar 30 18:36:47 2019
New Revision: 497321
URL: https://svnweb.freebsd.org/changeset/ports/497321

Log:
  Fix rc script: remove extraneous &&.

Modified:
  head/net/pipsecd/Makefile   (contents, props changed)
  head/net/pipsecd/files/patch-pipsecd.sh   (contents, props changed)

Modified: head/net/pipsecd/Makefile
==============================================================================
--- head/net/pipsecd/Makefile	Sat Mar 30 18:36:43 2019	(r497320)
+++ head/net/pipsecd/Makefile	Sat Mar 30 18:36:47 2019	(r497321)
@@ -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/

Modified: head/net/pipsecd/files/patch-pipsecd.sh
==============================================================================
--- head/net/pipsecd/files/patch-pipsecd.sh	Sat Mar 30 18:36:43 2019	(r497320)
+++ head/net/pipsecd/files/patch-pipsecd.sh	Sat Mar 30 18:36:47 2019	(r497321)
@@ -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'



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