svn commit: r497321 - in head/net/pipsecd: . files

Cy Schubert cy at FreeBSD.org
Sat Mar 30 18:36:53 UTC 2019


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'


More information about the svn-ports-all mailing list