diff options
-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 |