I'm guessing that whoever made this change:
@@ -324,7 +343,7 @@ DEFAULT_PRINTER="DtPrint"
     then
        awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
     else
-       /usr/sbin/inetd -s
+       [ -x /usr/sbin/inetd ] && /usr/sbin/inetd -s 2>/dev/null
     fi
   fi

just figured that the message needed to be silenced, rather than fixed.
But inetd -s is a Solaris extra that disables SAC; on linux, this is
irrelevant, and adding this parameter results in a "Usage:" message.
I've deleted the -s parameter.
I'd rather see error messages, though...

Thanks,
Isaac Dunham

Attachment: configrun.diff
Description: application/download

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to