From 4dbed1ed61d745e22017fe1b54cb6a7c81de89f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 2 Apr 2016 19:53:02 -0500 Subject: [PATCH] conf: in OPM, it's listen_port, not port. [ci skip] --- doc/ircd.conf.example | 6 +++--- doc/reference.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index f54ff128b..c69fdbbfd 100644 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -462,10 +462,10 @@ opm { */ #port_ipv6 = 32000; - /* You can also set a port directive which will set both the IPv4 and - * IPv6 ports at once. + /* You can also set the listen_port directive which will set both the + * IPv4 and IPv6 ports at once. */ - port = 32000; + listen_port = 32000; /* This sets the timeout in seconds before ending open proxy scans. * Values less than 1 or greater than 60 are ignored. diff --git a/doc/reference.conf b/doc/reference.conf index 4a451229f..e13541ae0 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -938,10 +938,10 @@ opm { */ #port_ipv6 = 32000; - /* You can also set a port directive which will set both the IPv4 and - * IPv6 ports at once. + /* You can also set the listen_port directive which will set both the + * IPv4 and IPv6 ports at once. */ - port = 32000; + listen_port = 32000; /* This sets the timeout in seconds before ending open proxy scans. * Values less than 1 or greater than 60 are ignored.