svn commit: r368278 - head/security/pond

Carlo Strub cs at FreeBSD.org
Mon Sep 15 18:03:11 UTC 2014


Author: cs
Date: Mon Sep 15 18:03:10 2014
New Revision: 368278
URL: http://svnweb.freebsd.org/changeset/ports/368278
QAT: https://qat.redports.org/buildarchive/r368278/

Log:
  Add pkg-message for client users

Added:
  head/security/pond/pkg-message   (contents, props changed)
Modified:
  head/security/pond/Makefile

Modified: head/security/pond/Makefile
==============================================================================
--- head/security/pond/Makefile	Mon Sep 15 17:45:24 2014	(r368277)
+++ head/security/pond/Makefile	Mon Sep 15 18:03:10 2014	(r368278)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pond
 PORTVERSION=	20140824
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://c-s.li/ports/
 DISTFILES=	pond-20140824.tar.gz \

Added: head/security/pond/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pond/pkg-message	Mon Sep 15 18:03:10 2014	(r368278)
@@ -0,0 +1,15 @@
+
+******************************************************************************
+
+To use pond as a client, you require tmpfs:
+
+1) Place the following line in loader.conf(5):
+	tmpfs_load="YES"
+
+2) Mount a tmpfs directory, for example:
+	mount -t tmpfs tmpfs /tmp
+
+3) Run pond client and follow the instructions:
+	pond
+
+******************************************************************************


More information about the svn-ports-head mailing list