From a673865760ab357ad75be8d5100e1c3b95f7f5da Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 27 Apr 2013 15:44:20 +0000 Subject: [PATCH] Tweak MESSAGEs/READMEs now that inetd(8) is off by default. --- comms/sredird/Makefile | 4 ++-- comms/sredird/pkg/MESSAGE | 4 ++++ comms/xcept/Makefile | 4 ++-- comms/xcept/pkg/MESSAGE | 6 +++++- databases/gnats/Makefile | 4 ++-- databases/gnats/pkg/README | 8 ++++++-- graphics/sane-backends/Makefile | 4 ++-- graphics/sane-backends/pkg/README | 6 +++++- mail/kpoppassd/Makefile | 4 ++-- mail/kpoppassd/pkg/README | 9 ++++++--- mail/kpoppassd/pkg/UNMESSAGE | 3 ++- mail/re-alpine/Makefile | 3 ++- mail/re-alpine/pkg/README-imap | 7 +++++-- mail/solid-pop3d/Makefile | 4 ++-- mail/solid-pop3d/pkg/MESSAGE | 4 ++++ misc/amanda/Makefile | 6 +++--- misc/amanda/pkg/MESSAGE-client | 7 ++++--- misc/amanda/pkg/MESSAGE-main | 5 +++-- misc/amanda/pkg/UNMESSAGE-client | 5 ++--- misc/amanda/pkg/UNMESSAGE-main | 5 ++--- net/bitlbee/Makefile | 4 ++-- net/bitlbee/pkg/README | 10 +++++----- net/gophernicus/Makefile | 4 ++-- net/gophernicus/pkg/README | 6 +++++- net/minbif/Makefile | 4 ++-- net/minbif/pkg/MESSAGE | 9 +++++---- net/oidentd/Makefile | 4 ++-- net/oidentd/pkg/MESSAGE | 4 ++++ net/samba/Makefile | 4 ++-- net/samba/pkg/README-main | 6 +++++- 30 files changed, 99 insertions(+), 58 deletions(-) diff --git a/comms/sredird/Makefile b/comms/sredird/Makefile index 077482eeb2f..b82dd5f57d7 100644 --- a/comms/sredird/Makefile +++ b/comms/sredird/Makefile @@ -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 diff --git a/comms/sredird/pkg/MESSAGE b/comms/sredird/pkg/MESSAGE index 569b775081a..506989ba781 100644 --- a/comms/sredird/pkg/MESSAGE +++ b/comms/sredird/pkg/MESSAGE @@ -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= diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 1904ef4585e..405de0d5041 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -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 diff --git a/comms/xcept/pkg/MESSAGE b/comms/xcept/pkg/MESSAGE index b1a1a642272..9e8457e8cd6 100644 --- a/comms/xcept/pkg/MESSAGE +++ b/comms/xcept/pkg/MESSAGE @@ -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. diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index ee3323bb3bd..433a144a448 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -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/} diff --git a/databases/gnats/pkg/README b/databases/gnats/pkg/README index f5851885bc0..b0fc3f0da23 100644 --- a/databases/gnats/pkg/README +++ b/databases/gnats/pkg/README @@ -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): diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 25413c02bda..4e404bbfe20 100755 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -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 diff --git a/graphics/sane-backends/pkg/README b/graphics/sane-backends/pkg/README index b4cca3d3890..33dbd4f15a6 100644 --- a/graphics/sane-backends/pkg/README +++ b/graphics/sane-backends/pkg/README @@ -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= diff --git a/mail/kpoppassd/Makefile b/mail/kpoppassd/Makefile index 7b6304eee94..f3b38b05f17 100755 --- a/mail/kpoppassd/Makefile +++ b/mail/kpoppassd/Makefile @@ -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 diff --git a/mail/kpoppassd/pkg/README b/mail/kpoppassd/pkg/README index dbdced0443b..f33726fe94a 100644 --- a/mail/kpoppassd/pkg/README +++ b/mail/kpoppassd/pkg/README @@ -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= diff --git a/mail/kpoppassd/pkg/UNMESSAGE b/mail/kpoppassd/pkg/UNMESSAGE index 76e4a014ef7..9dc3007cfe9 100755 --- a/mail/kpoppassd/pkg/UNMESSAGE +++ b/mail/kpoppassd/pkg/UNMESSAGE @@ -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. diff --git a/mail/re-alpine/Makefile b/mail/re-alpine/Makefile index d72ac9ed52a..7119edd2b35 100644 --- a/mail/re-alpine/Makefile +++ b/mail/re-alpine/Makefile @@ -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 diff --git a/mail/re-alpine/pkg/README-imap b/mail/re-alpine/pkg/README-imap index dd816d82f25..57e43afaf34 100644 --- a/mail/re-alpine/pkg/README-imap +++ b/mail/re-alpine/pkg/README-imap @@ -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. diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile index d355d7d8602..42bc9bcba52 100644 --- a/mail/solid-pop3d/Makefile +++ b/mail/solid-pop3d/Makefile @@ -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/ diff --git a/mail/solid-pop3d/pkg/MESSAGE b/mail/solid-pop3d/pkg/MESSAGE index 46ec16627e4..d007c5076f9 100644 --- a/mail/solid-pop3d/pkg/MESSAGE +++ b/mail/solid-pop3d/pkg/MESSAGE @@ -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. diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 2e4a860efba..38d624d76ec 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -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 diff --git a/misc/amanda/pkg/MESSAGE-client b/misc/amanda/pkg/MESSAGE-client index 90a064ea180..b3335fe2b04 100644 --- a/misc/amanda/pkg/MESSAGE-client +++ b/misc/amanda/pkg/MESSAGE-client @@ -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. diff --git a/misc/amanda/pkg/MESSAGE-main b/misc/amanda/pkg/MESSAGE-main index a10dad7e17b..1d92c7db793 100644 --- a/misc/amanda/pkg/MESSAGE-main +++ b/misc/amanda/pkg/MESSAGE-main @@ -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. diff --git a/misc/amanda/pkg/UNMESSAGE-client b/misc/amanda/pkg/UNMESSAGE-client index 3833d4108b5..896104ce30a 100644 --- a/misc/amanda/pkg/UNMESSAGE-client +++ b/misc/amanda/pkg/UNMESSAGE-client @@ -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. diff --git a/misc/amanda/pkg/UNMESSAGE-main b/misc/amanda/pkg/UNMESSAGE-main index 3833d4108b5..896104ce30a 100644 --- a/misc/amanda/pkg/UNMESSAGE-main +++ b/misc/amanda/pkg/UNMESSAGE-main @@ -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. diff --git a/net/bitlbee/Makefile b/net/bitlbee/Makefile index 3accc790820..622090f866b 100644 --- a/net/bitlbee/Makefile +++ b/net/bitlbee/Makefile @@ -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/ diff --git a/net/bitlbee/pkg/README b/net/bitlbee/pkg/README index f26d4ad0253..116795424ad 100644 --- a/net/bitlbee/pkg/README +++ b/net/bitlbee/pkg/README @@ -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 diff --git a/net/gophernicus/Makefile b/net/gophernicus/Makefile index 3df2d9648d8..a0baba50510 100644 --- a/net/gophernicus/Makefile +++ b/net/gophernicus/Makefile @@ -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 diff --git a/net/gophernicus/pkg/README b/net/gophernicus/pkg/README index 244b95109a2..bf28787a4e3 100644 --- a/net/gophernicus/pkg/README +++ b/net/gophernicus/pkg/README @@ -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. diff --git a/net/minbif/Makefile b/net/minbif/Makefile index 992b3cd815d..12a44b862b3 100644 --- a/net/minbif/Makefile +++ b/net/minbif/Makefile @@ -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/ diff --git a/net/minbif/pkg/MESSAGE b/net/minbif/pkg/MESSAGE index 0a08853817f..a3553d4f2b7 100644 --- a/net/minbif/pkg/MESSAGE +++ b/net/minbif/pkg/MESSAGE @@ -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= diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index cfb0ecb4576..dcd658708ba 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -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/} diff --git a/net/oidentd/pkg/MESSAGE b/net/oidentd/pkg/MESSAGE index 0f73ea54bd3..9ef74da4e46 100644 --- a/net/oidentd/pkg/MESSAGE +++ b/net/oidentd/pkg/MESSAGE @@ -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= diff --git a/net/samba/Makefile b/net/samba/Makefile index 2775708e5fb..253743a6229 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -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 \ diff --git a/net/samba/pkg/README-main b/net/samba/pkg/README-main index 5dcf4c26a56..d87a76cbb6d 100644 --- a/net/samba/pkg/README-main +++ b/net/samba/pkg/README-main @@ -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.