From: Matthew Mondor Date: Tue, 4 Aug 2015 01:17:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=1219e8b3a3252b47c3a409a6e3cabb8ad52e5d24;p=mmondor.git *** empty log message *** --- diff --git a/netbsd/netbsd_improvements.txt b/netbsd/netbsd_improvements.txt index 14fe1c1..4cf8ef1 100644 --- a/netbsd/netbsd_improvements.txt +++ b/netbsd/netbsd_improvements.txt @@ -10,7 +10,7 @@ Status, defined by the first column: * The fix that was submitted via PR was accepted and commited. -- PRIx style macro for C/POSIX types such as [s]size_t... +- PRI style macros for C/POSIX types such as [s]size_t, off_t... = Daemons run via boot init scripts which themselves drop privileges without necessarily calling login(1) do not inherit any rlimit set in login.conf(5) @@ -30,7 +30,7 @@ Status, defined by the first column: new systems should come with an /etc/rlimit.conf file. #!/bin/sh # -# $Id: netbsd_improvements.txt,v 1.49 2015/08/04 01:12:21 mmondor Exp $ +# $Id: netbsd_improvements.txt,v 1.50 2015/08/04 01:17:20 mmondor Exp $ # # If too early at boot, the sysctl commands somehow fail.