Re: crontab: support random offsets for steps

2023-05-04 Thread Navan Carson
> On May 3, 2023, at 1:32 PM, Todd C. Miller wrote: > > Crontab supports things like "*/20" in the minutes column to run > every 20 minutes. For example, given: > > */20 * * * * echo I am right on time > > The job above would run at 0, 20, and 40 minutes of every hours. > > job@ asked whe

examples/acme-client.conf spaces -> tabs

2020-09-16 Thread navan
Convert leading spaces to tabs, matching the rest of the file. Index: acme-client.conf === RCS file: /cvs/src/etc/examples/acme-client.conf,v retrieving revision 1.3 diff -u -p -r1.3 acme-client.conf --- acme-client.conf14 Sep 202

Re: httpd.conf.5 TLS defaults

2020-09-05 Thread Navan Carson
> On Sep 4, 2020, at 9:07 PM, Theo Buehler wrote: > > On Fri, Sep 04, 2020 at 08:48:48PM -0700, na...@airpost.net wrote: >> This is TLS v1.2 & 1.3 now. Delete it here, since the referenced man page is >> updated. > > Thanks, I'm ok with this diff. I had the diff below in my tree for a > lon

httpd.conf.5 TLS defaults

2020-09-04 Thread navan
This is TLS v1.2 & 1.3 now. Delete it here, since the referenced man page is updated. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving revision 1.112 diff -u -p -r1.112 httpd.conf.5 --- httpd.conf.5

release.8 - .fs -> .img

2020-08-19 Thread navan
Update the name of the install image. Index: release.8 === RCS file: /cvs/src/share/man/man8/release.8,v retrieving revision 1.95 diff -u -p -r1.95 release.8 --- release.8 29 Apr 2020 15:02:51 - 1.95 +++ release.8 20 Aug

/etc/rc diff

2015-03-10 Thread Navan Carson
Fix a comment typo. Index: rc === RCS file: /cvs/src/etc/rc,v retrieving revision 1.447 diff -u -p -r1.447 rc --- rc 22 Jan 2015 19:00:24 - 1.447 +++ rc 10 Mar 2015 22:56:17 - @@ -501,7 +501,7 @@ start_daemon ftpproxy t

httpd.conf.5 return code typo

2015-02-18 Thread Navan Carson
Thank you for the new 'block' functionality. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving revision 1.51 diff -u -p -r1.51 httpd.conf.5 --- httpd.conf.515 Feb 2015 13:43:32 - 1.

newfs.8

2014-08-28 Thread Navan Carson
disklabel is not required for mount_mfs Index: newfs.8 === RCS file: /cvs/src/sbin/newfs/newfs.8,v retrieving revision 1.70 diff -u -p -r1.70 newfs.8 --- newfs.8 23 May 2011 10:56:17 - 1.70 +++ newfs.8 29 Aug 2014 04:

/usr/share/misc/mime.types diff

2014-08-27 Thread Navan Carson
Compared the new mime.types file to the one from nginx and found this. Index: mime.types === RCS file: /cvs/src/share/misc/mime.types,v retrieving revision 1.1 diff -u -p -r1.1 mime.types --- mime.types 25 Aug 2014 14:27:54 -

Re: biowaittime

2013-04-07 Thread Navan Carson
Hi Ted, I really like the idea of gathering data about time spent waiting for a disk, but where do I find this data? Thank you, Navan On Apr 4, 2013, at 7:50 PM, Ted Unangst wrote: > This is a stupid simple diff to see just how much time you spend > waiting for your disk. If you&#