From d60b85c4d7ff32dbbdb45dc281eedcc7afd2e656 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 13 Feb 2002 08:21:45 +0000 Subject: [PATCH] Fix a typo in swat example. Spotted by: Sergey Osokin Reviewed by: ru Approved by: ru MFC after: 1 week --- etc/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index ed89b72b8384..06a294ad768f 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -116,4 +116,4 @@ # #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 +#swat stream tcp nowait/400 root /usr/local/sbin/swat swat