Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 23:06:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406621 - head/security/sshit
Message-ID:  <201601182306.u0IN6rJO040704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 18 23:06:53 2016
New Revision: 406621
URL: https://svnweb.freebsd.org/changeset/ports/406621

Log:
  Use @sample

Modified:
  head/security/sshit/Makefile
  head/security/sshit/pkg-plist

Modified: head/security/sshit/Makefile
==============================================================================
--- head/security/sshit/Makefile	Mon Jan 18 22:59:13 2016	(r406620)
+++ head/security/sshit/Makefile	Mon Jan 18 23:06:53 2016	(r406621)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sshit
 PORTVERSION=	0.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	http://anp.ath.cx/sshit/
 

Modified: head/security/sshit/pkg-plist
==============================================================================
--- head/security/sshit/pkg-plist	Mon Jan 18 22:59:13 2016	(r406620)
+++ head/security/sshit/pkg-plist	Mon Jan 18 23:06:53 2016	(r406621)
@@ -1,4 +1,2 @@
-@unexec if cmp -s %D/etc/sshit.conf %D/etc/sshit.conf-dist; then rm -f %D/etc/sshit.conf; fi
-etc/sshit.conf-dist
-@exec if [ ! -f %D/etc/sshit.conf ] ; then cp -p %D/%F %B/sshit.conf; fi
+@sample etc/sshit.conf-dist etc/sshit.conf
 sbin/sshit



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