configRun.src: remove -s from inetd cmd, only run inetd if it exists.
authoribid_ag@lavabit.com <ibid_ag@lavabit.com>
Tue, 14 Aug 2012 03:14:09 +0000 (21:14 -0600)
committerJon Trulson <jon@radscan.com>
Tue, 14 Aug 2012 03:14:09 +0000 (21:14 -0600)
cde/admin/IntegTools/post_install/linux/configRun.src

index 1736b8f23187e7c71b91a0360eeb2b7d60be349b..36b5944931aae78b01472e8cce23ec36833a031d 100755 (executable)
@@ -343,7 +343,7 @@ DEFAULT_PRINTER="DtPrint"
     then
        awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
     else
-       [ -x /usr/sbin/inetd ] && /usr/sbin/inetd -s 2>/dev/null
+       [ -x /usr/sbin/inetd ] && /usr/sbin/inetd
     fi
   fi