svn commit: r406621 - head/security/sshit

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 18 23:06:54 UTC 2016


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 @@
- at 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
- at exec if [ ! -f %D/etc/sshit.conf ] ; then cp -p %D/%F %B/sshit.conf; fi
+ at sample etc/sshit.conf-dist etc/sshit.conf
 sbin/sshit


More information about the svn-ports-head mailing list