commiting:

0000073: Add option to inetd applet to run in foreground
this option was already there for uclinux -- this just exposes
it in the normal case as well.
This commit is contained in:
Paul Fox
2005-08-01 19:39:47 +00:00
parent 156dc41cbc
commit b831753676
2 changed files with 4 additions and 6 deletions

View File

@ -1193,10 +1193,11 @@
"\t-f\tforce de/configuration"
#define inetd_trivial_usage \
"[-q len] [conf]"
"[-f] [-q len] [conf]"
#define inetd_full_usage \
"Listens for network connections and launches programs\n\n" \
"Option:\n" \
"\t-f\tRun as a foreground progress\n" \
"\t-q\tSets the size of the socket listen queue to\n" \
"\t\tthe specified value. Default is 128"