keyfunc.sh.in: Don't let `userv' gobble our input.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 12 Feb 2012 23:00:03 +0000 (23:00 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Feb 2012 00:25:30 +0000 (00:25 +0000)
commit21a21fffb6e2d0cbddec155916a8257bb52d4d0d
treed97f7c0df8ccea1cc8270d73a634461b4dd4ef7c
parent59d0e78efe5ea301ec1731bce8e3cae1dd70d154
keyfunc.sh.in: Don't let `userv' gobble our input.

Unfortunately, `userv' has a bad habit of eating our stdin, whether it
needs it or not.  (This is a result of the `cat' processes and pipes
strung between the calling and service environments.)  To prevent this
from gobbling our input, which we might actually want to process
ourselves in some way, make sure that we let it chew on something less
important.  Like `/dev/null', say.
keyfunc.sh.in