summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-10-03 05:30:56 +0000
committerjkh <jkh@FreeBSD.org>2001-10-03 05:30:56 +0000
commit6f03352a6e00df1babb5af00aba9c45a0b504eb6 (patch)
treee546e3716a0165e7ce4518c73b37f88ffc029280 /etc
parente94a83a24720b8a8acf2866b54acde2c005eacb5 (diff)
downloadFreeBSD-src-6f03352a6e00df1babb5af00aba9c45a0b504eb6.zip
FreeBSD-src-6f03352a6e00df1babb5af00aba9c45a0b504eb6.tar.gz
Add commented-out/prototype entries for samba's swat configuration tool.
Requested by: "William Wong" <willwong@samurai.com> MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf4
-rw-r--r--etc/services1
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 3e306c6..4e8bf79 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -111,7 +111,9 @@
#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
#
# Enable the following two entries to enable samba startup from inetd
-# (from the Samba documentation).
+# (from the Samba documentation). Enable the third entry to enable the swat
+# samba configuration tool.
#
#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
+#swat stream tcp nowait.400 root /usr/local/sbin/swat swat
diff --git a/etc/services b/etc/services
index 24f95c4..8f14cd0 100644
--- a/etc/services
+++ b/etc/services
@@ -1199,6 +1199,7 @@ rsync 873/tcp
rsync 873/udp
accessbuilder 888/tcp
accessbuilder 888/udp
+swat 901/tcp # samba web configuration tool
ftps-data 989/tcp # ftp protocol, data, over TLS/SSL
ftps-data 989/udp
ftps 990/tcp # ftp protocol, control, over TLS/SSL
OpenPOWER on IntegriCloud