diff options
author | cs <cs@FreeBSD.org> | 2014-09-16 02:03:10 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-09-16 02:03:10 +0800 |
commit | 04eb29d5a68a5156d5f2a324cb61f76b6fd9d0b5 (patch) | |
tree | 0f4431b254c2ba5198f23d699f5967049d921a98 /security/pond | |
parent | f195c01ebc8e7f64602fdd74f58373a378fd8d57 (diff) | |
download | freebsd-ports-gnome-04eb29d5a68a5156d5f2a324cb61f76b6fd9d0b5.tar.gz freebsd-ports-gnome-04eb29d5a68a5156d5f2a324cb61f76b6fd9d0b5.tar.zst freebsd-ports-gnome-04eb29d5a68a5156d5f2a324cb61f76b6fd9d0b5.zip |
Add pkg-message for client users
Diffstat (limited to 'security/pond')
-rw-r--r-- | security/pond/Makefile | 1 | ||||
-rw-r--r-- | security/pond/pkg-message | 15 |
2 files changed, 16 insertions, 0 deletions
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 + +****************************************************************************** |