Tweak MESSAGEs/READMEs now that inetd(8) is off by default.

This commit is contained in:
ajacoutot 2013-04-27 15:44:20 +00:00
parent b100b01c49
commit a673865760
30 changed files with 99 additions and 58 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 01:30:27 espie Exp $
# $OpenBSD: Makefile,v 1.7 2013/04/27 15:44:20 ajacoutot Exp $
COMMENT= RFC 2217 compliant serial port redirector
DISTNAME= sredird-2.2.2
REVISION= 0
REVISION= 1
CATEGORIES= comms
MAINTAINER= Alexey E. Suslikov <alexey.suslikov@gmail.com>

View File

@ -5,3 +5,7 @@ You may wish to add the following line to /etc/inetd.conf:
which will start sredird on port 2001 and attach it to serial
port cua00.
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.31 2013/03/11 01:30:27 espie Exp $
# $OpenBSD: Makefile,v 1.32 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= decoder for the CEPT (Btx) protocol
DISTNAME= xcept-2.1.2
REVISION= 4
REVISION= 5
CATEGORIES= comms
PERMIT_PACKAGE_CDROM= Yes

View File

@ -6,7 +6,11 @@ to /etc/services, then put the line
xcept stream tcp nowait _xcept ${PREFIX}/libexec/ceptd ceptd
in /etc/inetd.conf on your server host, and restart inetd.
in /etc/inetd.conf on your server host.
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
Note that running this software as root as advised in the
distribution can present a serious security risk to your system.

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2013/03/11 02:52:05 espie Exp $
# $OpenBSD: Makefile,v 1.29 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= GNU Problem Report Management System
DISTNAME= gnats-3.113.1
REVISION= 9
REVISION= 10
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_GNU:=gnats/}

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.4 2011/06/02 13:41:36 ajacoutot Exp $
$OpenBSD: README,v 1.5 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -10,10 +10,14 @@ Post-installation steps
support 1529/tcp # GNATS
2. Add the following to /etc/inetd.conf and HUP inetd:
2. Add the following to /etc/inetd.conf:
support stream tcp nowait _gnats ${TRUEPREFIX}/libexec/gnats/gnatsd gnatsd
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
3. Edit the config files in ${TRUEPREFIX}/share/gnats/gnats-db/gnats-adm
(see the GNATS info documentation and online HTML documentation)
to your liking, then run (as root):

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.57 2013/03/21 08:45:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= API for accessing scanners, backends
DISTNAME= sane-backends-1.0.23
REVISION= 1
REVISION= 2
SHARED_LIBS= sane 2.0 # .1.0
CATEGORIES= graphics

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.10 2012/08/04 15:08:45 ajacoutot Exp $
$OpenBSD: README,v 1.11 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -56,3 +56,7 @@ If you're planning on using the SANE network daemon (saned) with
inetd(8) as opposed to starting it standalone from the provided rc.d(8)
script, add the following line in /etc/services:
sane-port 6566/tcp saned # SANE network scanner daemon
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:51 espie Exp $
# $OpenBSD: Makefile,v 1.11 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= pop password changing daemon using KerberosV
DISTNAME= kpoppassd-0.5
REVISION = 3
REVISION = 4
CATEGORIES= mail

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.1 2013/03/08 06:41:03 ajacoutot Exp $
$OpenBSD: README,v 1.2 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -6,7 +6,10 @@ $OpenBSD: README,v 1.1 2013/03/08 06:41:03 ajacoutot Exp $
kpoppassd uses the LOG_LOCAL4 syslog(3) facility for logging.
To start kpoppassd, the following line must be added to /etc/inetd.conf
and inetd(8) must be (re)started.
To start kpoppassd, the following line must be added to /etc/inetd.conf:
127.0.0.1:pop3pw stream tcp nowait root ${PREFIX}/libexec/kpoppassd kpoppassd
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=

View File

@ -1,2 +1,3 @@
If you don't plan on using this package anymore, remove the
kpoppassd line from /etc/inetd.conf.
kpoppassd line from /etc/inetd.conf and remove inetd_flags
from rc.conf.local(5) if inetd(8) is not needed anymore.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:23:53 espie Exp $
# $OpenBSD: Makefile,v 1.9 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT-main= UW e-mail client
COMMENT-c-client= UW c-client mail access routines
@ -29,6 +29,7 @@ EPOCH-c-client= 0
EPOCH-imap= 0
EPOCH-mailutil= 0
REVISION-imap= 0
REVISION-pilot= 6
REVISION-pico= 0

View File

@ -1,4 +1,4 @@
$OpenBSD: README-imap,v 1.1.1.1 2012/09/27 15:09:53 ajacoutot Exp $
$OpenBSD: README-imap,v 1.2 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -14,7 +14,6 @@ The ipop2d, ipop3d, and imapd daemons should be invoked by your
imap stream tcp nowait root ${TRUEPREFIX}/libexec/imapd imapd
imap stream tcp6 nowait root ${TRUEPREFIX}/libexec/imapd imapd
To use SSL as default transport you need to add the lines below to
/etc/inetd.conf.
@ -23,6 +22,10 @@ To use SSL as default transport you need to add the lines below to
imaps stream tcp nowait root ${TRUEPREFIX}/libexec/imapd imapd
imaps stream tcp6 nowait root ${TRUEPREFIX}/libexec/imapd imapd
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
You also need to install your certificates to
/etc/ssl/{imapd,ipop3d}.pem and files containing the corresponding private
keys to /etc/ssl/private/{imapd,ipop3d}.pem. See ssl(8) for how to do this.

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:23:53 espie Exp $
# $OpenBSD: Makefile,v 1.28 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= flexible POP3 server
VERSION= 0.15
DISTNAME= solid-pop3d-${VERSION}
REVISION = 5
REVISION = 6
CATEGORIES= mail
MASTER_SITES= ftp://dione.ids.pl/pub/solidpop3d/

View File

@ -7,6 +7,10 @@ lines like the following:
The second line is only necessary if you want to use IPv6
support.
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
An optional global configuration file may be used in ${SYSCONFDIR}
called spop3d.conf.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2013/03/21 08:46:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.45 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT-main= network-capable tape backup (client and tape server)
COMMENT-client= network-capable tape backup (client only)
@ -16,8 +16,8 @@ DISTNAME= amanda-${DISTVERSION}
PKGNAME-main= amanda-${PKGVERSION}
PKGNAME-client= amanda-client-${PKGVERSION}
PKGNAME-doc= amanda-doc-${PKGVERSION}
REVISION-main= 2
REVISION-client=1
REVISION-main= 3
REVISION-client=2
CATEGORIES= misc

View File

@ -2,10 +2,11 @@ In order to update /etc/services and /etc/inetd.conf, run
${PREFIX}/libexec/amanda/patch-system --disable-index --disable-tape
You should check both of these files, verifying proper installation.
Once verified issue the command:
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
kill -HUP `cat /var/run/inetd.pid`
You should check both of these files, verifying proper installation.
You also need to create /operator/.amandahosts, which will contain the
FQDN of the tape server and the user allowed to access this machine.

View File

@ -3,9 +3,10 @@ In order to update /etc/services and /etc/inetd.conf, run
${PREFIX}/libexec/amanda/patch-system --enable-index --enable-tape
You should check both of these files, verifying proper installation.
Once verified issue the command:
kill -HUP `cat /var/run/inetd.pid`
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
You also need to create /operator/.amandahosts, which will contain the
FQDN of the tape server and the user allowed to access this machine.

View File

@ -1,7 +1,6 @@
Remove AMANDA entries (amanda, amandaidx, amidxtape) from
/etc/inetd.conf.
/etc/inetd.conf and remove inetd_flags from rc.conf.local(5)
if inetd(8) is not needed anymore.
gpg flavor only:
Do not forget to remove the GPG keyrings from your system.

View File

@ -1,7 +1,6 @@
Remove AMANDA entries (amanda, amandaidx, amidxtape) from
/etc/inetd.conf.
/etc/inetd.conf and remove inetd_flags from rc.conf.local(5)
if inetd(8) is not needed anymore.
gpg flavor only:
Do not forget to remove the GPG keyrings from your system.

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.50 2013/03/13 21:42:58 landry Exp $
# $OpenBSD: Makefile,v 1.51 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
DISTNAME= bitlbee-3.2
CATEGORIES= net
REVISION= 0
REVISION= 1
HOMEPAGE= http://bitlbee.org/

View File

@ -1,16 +1,16 @@
$OpenBSD: README,v 1.4 2012/04/22 11:41:55 ajacoutot Exp $
$OpenBSD: README,v 1.5 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
To enable bitlbee, add a line such as:
To enable bitlbee, add a line such as the following to /etc/inetd.conf:
127.0.0.1:6667 stream tcp nowait _bitlbee ${TRUEPREFIX}/sbin/bitlbee bitlbee
to your /etc/inetd.conf and restart inetd:
# ${RCDIR}/inetd reload
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
If a libpurple flavored bitlbee port was previously used, be aware that
"classic" bitlbee cannot support all protocols supported with purple

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:35:47 espie Exp $
# $OpenBSD: Makefile,v 1.6 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= modern gopher server
DISTNAME= gophernicus-1.4
REVISION= 0
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://gophernicus.org

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.1.1.1 2012/09/22 07:58:28 landry Exp $
$OpenBSD: README,v 1.2 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -15,6 +15,10 @@ gopher stream tcp nowait _gophernicus ${TRUEPREFIX}/sbin/in.gophernicus in.gophe
Replace "hostname" with the system's hostname, this should be valid
and resolvable as it is used to construct links.
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
By default Gophernicus serves documents from /var/gopher and will
only serve files which are world-readable; being readable by the
server process is not enough.

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:49 espie Exp $
# $OpenBSD: Makefile,v 1.10 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT = IRC-friendly instant messaging client
DISTNAME= minbif-1.0.3
CATEGORIES= net
REVISION= 3
REVISION= 4
HOMEPAGE = http://minbif.im/
MASTER_SITES= ${HOMEPAGE}attachments/download/50/

View File

@ -3,10 +3,11 @@ Then, either start it in daemon fork mode (will fork for every client):
sudo -u _minbif ${TRUEPREFIX}/bin/minbif
Or start it through inetd, adding a line like:
Or start it through inetd, adding a line like the following to
/etc/inetd.conf:
127.0.0.1:6667 stream tcp nowait _minbif ${TRUEPREFIX}/bin/minbif minbif ${SYSCONFDIR}/minbif/minbif.conf
to your /etc/inetd.conf and restart inetd with
# kill -HUP `cat /var/run/inetd.pid`
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:35:50 espie Exp $
# $OpenBSD: Makefile,v 1.20 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= ident daemon with custom responses and NAT support
DISTNAME= oidentd-2.0.7
REVISION= 2
REVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}

View File

@ -12,3 +12,7 @@ fi
For inetd, modify /etc/inetd.conf to use oidentd for ident:
ident stream tcp nowait root ${PREFIX}/sbin/oidentd oidentd -Im
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.180 2013/03/29 18:13:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.181 2013/04/27 15:44:21 ajacoutot Exp $
SHARED_ONLY= Yes
@ -9,7 +9,7 @@ DISTNAME= samba-3.6.13
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}
FULLPKGPATH-docs= net/samba,-docs
REVISION-main= 0
REVISION-main= 1
SHARED_LIBS= smbclient 3.0 \
smbsharemodes 1.0 \

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.7 2011/09/26 09:32:12 sthen Exp $
$OpenBSD: README-main,v 1.8 2013/04/27 15:44:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -24,6 +24,10 @@ port 901.
swat 901/tcp # samba admin service
...
inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
Install the samba-docs package and see documentation files in
${PREFIX}/share/doc/samba and example config files in
${PREFIX}/share/examples/samba for more information.