Re: [cdesktopenv-devel] git 2b8bd074: inetd on Ubuntu does not need/support -s

2012-08-13 Thread Jon Trulson
On Sun, 12 Aug 2012, ibid...@lavabit.com wrote: > I'm guessing that whoever made this change: > @@ -324,7 +343,7 @@ DEFAULT_PRINTER="DtPrint" missed this one - applied. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out.

Re: [cdesktopenv-devel] git 2b8bd074: inetd on Ubuntu does not need/support -s

2012-08-12 Thread ibid_ag
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