NetBSD/libexec
perry 626a48a033 rmail really shouldn't be invoking sendmail with "-odq" ("queue only")
any more -- this drastically slows delivery because the next queue run
might be an hour away.
Pointed out by Takahiro Yugawa PR bin/21018
He suggested changing to -odi, but I've changed to -odb (background
delivery) instead.
I've left an #ifdef QUEUE_ONLY for those who would like to build the
old way, but I'm not expecting any. I've also heavily commented this
line of code to explain the issues to anyone reading it later on.

I would have made this a run time command line flag, but it isn't like
you can change rmail's arguments given the uucp architecture, and
besides, UUCP is mostly dead...
2003-04-05 17:45:11 +00:00
..
atrun Call setsid() so that setlogname doesn't affect our parent and siblings. 2003-03-03 17:14:36 +00:00
comsat Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
cron
fingerd
ftpd behaviour->behavior 2003-03-31 17:05:12 +00:00
getNAME .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
getty
hpropd add DPADD 2002-10-23 01:11:09 +00:00
identd s/USER-ID/USERID/ in response when -L is used 2003-03-27 22:32:59 +00:00
kadmind correct libvers DPADD 2002-10-23 01:04:25 +00:00
kpasswdd add DPADD 2002-10-23 01:06:11 +00:00
ld.aout_so spell fixes (most from me, one from Igor Sobrado in PR misc/19700) 2003-03-31 01:51:01 +00:00
ld.elf_so SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so 2003-03-26 14:46:32 +00:00
lfs_cleanerd Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
mail.local die if strdup fails 2002-11-16 15:41:17 +00:00
makekey
makewhatis
rexecd Call setsid so we don't change inetd's logname (and that of our peers). 2003-03-03 18:57:53 +00:00
rlogind .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
rmail rmail really shouldn't be invoking sendmail with "-odq" ("queue only") 2003-04-05 17:45:11 +00:00
rpc.rquotad Remove bug section, we now support group quotas. 2003-02-14 14:58:42 +00:00
rpc.rstatd Dont call gettimeofday on a rpc timeval. 2003-03-09 10:33:04 +00:00
rpc.rusersd PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpx 2002-11-04 22:03:38 +00:00
rpc.rwalld
rpc.sprayd .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
rshd Call setsid() before (setusercontext() calls) setlogin() so we don't change 2003-03-03 18:29:55 +00:00
talkd verify strvis() buffer length is enough. make sure string termination before 2002-11-20 21:01:57 +00:00
telnetd .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
tftpd
utmp_update The following changes make ftpd able to remove its own entries. Ftpd 2003-02-26 18:16:50 +00:00
uucpd Call setsid so we get our own logname. 2003-03-03 19:05:09 +00:00
Makefile
Makefile.inc