diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-10 17:26:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-10 17:26:27 +0000 |
commit | c08ea910e403a194aca0dd4a6866f48bcfa7c056 (patch) | |
tree | 95dbb347ecdf793ec8461a5fb32e834d64786bbb /etc | |
parent | 255dbf69904b255dbcedfd1efb591dab9a5cdc47 (diff) | |
download | FreeBSD-src-c08ea910e403a194aca0dd4a6866f48bcfa7c056.zip FreeBSD-src-c08ea910e403a194aca0dd4a6866f48bcfa7c056.tar.gz |
Fix tabbing damage in last commit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 4e8bf79..c3c95d0 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -114,6 +114,6 @@ # (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 +#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 |