Am 04.05.2024 um 02:27 schrieb Aleksey Cheusov:
> mktemp man pages says the following about mkdtemp(3)
>
> 1) STANDARDS:
>
> The mkstemp() and mkdtemp() functions conform to IEEE Std 1003.1-2004
> (``POSIX.1'') and IEEE Std 1003.1-2008 (``POSIX.1''), respectively.
>
> 2) BUGS:
>
>
nia writes:
> Here is an updated version based on the feedback received so far -
> thanks for the attention and fixes.
With this newer version...
# nbupgrade -r head
does nothing and exits with return value 0. I suspect this hunk...
elif $do_nothing; then
do_update
fi
If I do...
# nbup
> See src/usr.sbin/mailwrapper
> symlinks for hoststat and purgestat to mailwrapper
> [...]
> mailq and newaliases are mentioned in the manpages but not hoststat
> and purgestat.
My guess is, because the latter are specific to a particular mailer.
mailq and newaliases date back to sendmail (or fur
On Fri, May 03, 2024 at 22:56:50 +, Jeremy C. Reed wrote:
> manpage was added to source in
>
> revision 1.1
> date: 2016-06-27 20:07:26 +; author: maya; state: Exp; commitid:
> 6ZGENVNUdTQBU8cz;
> Add man page for mkcsmapper.
> Imported from FreeBSD.
>
> And it has updates since the
mktemp man pages says the following about mkdtemp(3)
1) STANDARDS:
The mkstemp() and mkdtemp() functions conform to IEEE Std 1003.1-2004
(``POSIX.1'') and IEEE Std 1003.1-2008 (``POSIX.1''), respectively.
2) BUGS:
The mkdtemp() function is nonstandard and should not be used
Same for mkesdb.1
the NOMAN predates the addition of the manpages
manpage was added to source in
revision 1.1
date: 2016-06-27 20:07:26 +; author: maya; state: Exp; commitid:
6ZGENVNUdTQBU8cz;
Add man page for mkcsmapper.
Imported from FreeBSD.
And it has updates since then
But its Makefile has
NOMAN=# defined (must come before bsd.own.mk)
Okay if I
See src/usr.sbin/mailwrapper
symlinks for hoststat and purgestat to mailwrapper
Okay if I add the following?
MLINKS= mailwrapper.8 hoststat.8 \
mailwrapper.8 purgestat.8
mailq and newaliases are mentioned in the manpages but not hoststat and
purgestat.
default etc/mailer.conf does not h
Here is an updated version based on the feedback received so far -
thanks for the attention and fixes.
nbupgrade.tar.gz
Description: Binary data