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.
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