Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 18:03:10 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368278 - head/security/pond
Message-ID:  <201409151803.s8FI3ApD022818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+
+******************************************************************************



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