summaryrefslogtreecommitdiff
path: root/net/irrd/files/pkg-message.in
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-08 10:59:28 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-08 10:59:28 +0000
commit0a74f338821d454d0ef32e132a155f6e3485c254 (patch)
treeb0f98f0b34885de9364243eafcf53e7c6d6ffa1c /net/irrd/files/pkg-message.in
parent[NEW] net/irrd-legacy: Legacy V 2.X of net/irrd (diff)
net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE - Utilizes UID and GID irrd for 252 - Take MAINTAINERSHIP - Mentioned in UPDATING - Both irrd-legacy and irrd can bes installed and run concurrently Approved by: ume (private mail)
Notes
Notes: svn path=/head/; revision=531106
Diffstat (limited to 'net/irrd/files/pkg-message.in')
-rw-r--r--net/irrd/files/pkg-message.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/irrd/files/pkg-message.in b/net/irrd/files/pkg-message.in
new file mode 100644
index 000000000000..8c67e1d9a373
--- /dev/null
+++ b/net/irrd/files/pkg-message.in
@@ -0,0 +1,26 @@
+[
+{ type: install
+ message: <<EOM
+1. A working copy of postgresql-server and postgresql-contrib is required.
+
+2. For a fresh install the following should do:
+pkg install postgresql%%PGSQL_DEFAULT%%-server postgresql%%PGSQL_DEFAULT%%-contrib
+
+3. Change the related postgresql server configuration like the following:
+https://irrd.readthedocs.io/en/stable/admins/deployment.html#postgresql-configuration
+
+Follow the documentation to create a database
+
+4. Configure irrd accordingly following the documentation:
+https://irrd.readthedocs.io/en/stable/admins/configuration.html
+
+5. Enable irrd at startup with:
+sysrc irrd4_enable=YES
+
+6. Start the service:
+service irrd4 start
+
+7. First sync of whois database might take a long time depending on resources available
+EOM
+}
+]