From 04eb29d5a68a5156d5f2a324cb61f76b6fd9d0b5 Mon Sep 17 00:00:00 2001 From: cs Date: Mon, 15 Sep 2014 18:03:10 +0000 Subject: Add pkg-message for client users --- security/pond/Makefile | 1 + security/pond/pkg-message | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 security/pond/pkg-message (limited to 'security/pond') diff --git a/security/pond/Makefile b/security/pond/Makefile index d73874c81d1a..743c5e1146b8 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -2,6 +2,7 @@ PORTNAME= pond PORTVERSION= 20140824 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20140824.tar.gz \ diff --git a/security/pond/pkg-message b/security/pond/pkg-message new file mode 100644 index 000000000000..93e25976ca21 --- /dev/null +++ b/security/pond/pkg-message @@ -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 + +****************************************************************************** -- cgit