diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-01 22:15:45 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-01 22:15:45 +0300 |
| commit | 0058c6ceed9336c14487eb844f0e5768204371ea (patch) | |
| tree | b7ea928bf21a356a35985d9f0493f89d2ed3f1b5 /pfclient.install | |
| parent | 7e769cf201f79286e9eb65edef63927eb8b1110a (diff) | |
Bump to v3.0.2080 add ARM support, and add .service and .install files
Diffstat (limited to 'pfclient.install')
| -rw-r--r-- | pfclient.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pfclient.install b/pfclient.install new file mode 100644 index 0000000..8bd21c6 --- /dev/null +++ b/pfclient.install @@ -0,0 +1,9 @@ +post_install() { + echo " + In order to use the client, it's necessary to start the service and + configure it by HTML interface at http://<your-ip>:30053. + " +} + +# vim:set ts=2 sw=2 et: + |
