pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

soju: Add missing MESSAGE.Linux



Module Name:	pkgsrc-wip
Committed By:	Iris <iris000%duck.com@localhost>
Pushed By:	iris
Date:		Sun Aug 25 11:13:52 2024 +0000
Changeset:	cd309e90fc6d91aa3064244b317356b0484e2dfe

Added Files:
	soju/MESSAGE.Linux

Log Message:
soju: Add missing MESSAGE.Linux

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd309e90fc6d91aa3064244b317356b0484e2dfe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 soju/MESSAGE.Linux | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/soju/MESSAGE.Linux b/soju/MESSAGE.Linux
new file mode 100644
index 0000000000..6a61aa92ff
--- /dev/null
+++ b/soju/MESSAGE.Linux
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD$
+
+On Linux, if you want to use the built-in identd, you may need to
+assign the CAP_NET_BIND_SERVICE capability in order for soju to be
+able to bind to port 113:
+
+	setcap 'cap_net_bind_service=+ep' ${PREFIX}/bin/soju
+
+setcap can be found in your distribution's libcap or libcap2-bin
+packages, or can be installed from pkgsrc in sysutils/libcap.
+
+===========================================================================


Home | Main Index | Thread Index | Old Index