git: 503537476d0e - main - devel/py-lru-dict: remove unwanted file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 19:18:22 UTC
The branch main has been updated by driesm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=503537476d0e7cd5e32a2f92015f3ce58c60284b
commit 503537476d0e7cd5e32a2f92015f3ce58c60284b
Author: Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2022-08-08 19:16:42 +0000
Commit: Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2022-08-08 19:16:42 +0000
devel/py-lru-dict: remove unwanted file
Fixes: c39aa34d299da60309ca44a792fd744abca168e9
---
devel/py-lru-dict/files/pkg-message.in | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/devel/py-lru-dict/files/pkg-message.in b/devel/py-lru-dict/files/pkg-message.in
deleted file mode 100644
index ae97ff64e4bb..000000000000
--- a/devel/py-lru-dict/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Now it is time to set-up the main configuration file.
-
-First run "pyznap setup", a sample configuration will be copied
-to %%ETCDIR%%/pyznap/pyznap.conf.
-
-After configuring the file to your liking setup cron(8) with the
-following entries:
-
-*/15 * * * * root %%BINDIR%%/pyznap snap >> /var/log/pyznap.log
-0 0 * * * root %%BINDIR%%/pyznap send >> /var/log/pyznap.log
-EOM
-}
-]