minssl
Software
www.skarnet.org
The minssl-bannerprint program
minssl-bannerprint prints a string to stdout, then runs a
program.
Interface
minssl-bannerprint string prog...
- minssl-bannerprint prints string to stdout,
then execs into prog....
Notes
- minssl-bannerprint string prog... is
equivalent to
foreground
~minecho
~string ";" prog.... It has been rewritten to avoid
run-time dependencies from minssl to
execline and
skaembutils.
- minssl-bannerprint is used internally by
minsslserver to handle server banners.
It should not be run by the user.