Re: FAT32 short filename inconsistencies

2022-01-26 Thread Tilo Stritzky
On 25/01/22 21:48 Edd Barrett wrote: > > > -lForce listing and generation of Windows 95/98 long filenames and > > separate creation/modification/access dates. And the next paragraph: If neither -s nor -l are given, mount_msdos searches the root directory o

Re: /etc/netstart argument handling

2021-05-01 Thread Tilo Stritzky
On 01/05/21 11:09 Andreas Kusalananda K�h�ri wrote: > On Fri, Apr 30, 2021 at 09:17:47PM +0200, Tilo Stritzky wrote: > > > > /etc/netstart contains the following getopts handler: > > > > while getopts ":n" opt; do > > > > That colon is just total

/etc/netstart argument handling

2021-04-30 Thread Tilo Stritzky
/etc/netstart contains the following getopts handler: while getopts ":n" opt; do That colon is just totally bogus, isn't it? tilo Index: netstart === RCS file: /cvs/src/etc/netstart,v retrieving revision 1.211 diff -u -p -r1.211

Change umb(4) devclass from DV_DULL to DV_IFNET

2021-04-19 Thread Tilo Stritzky
On 10/04/21 22:56 Tilo Stritzky wrote: > umb interfaces advertise themselves as generic devices. > Network makes a lot more sense, I think. > tested on amd64. Having seen no response on this one, I'ld like to expand a little further. This value defines how a device is identif

if_umb devclass

2021-04-10 Thread Tilo Stritzky
umb interfaces advertise themselves as generic devices. Network makes a lot more sense, I think. tested on amd64. tilo Index: if_umb.c === RCS file: /cvs/src/sys/dev/usb/if_umb.c,v retrieving revision 1.43 diff -u -p -r1.43 if_umb.c

rc.firsttime.local

2010-10-03 Thread Tilo Stritzky
I like this rc.firsttime, but having to append to it is a bit awkard. How about rc.firsttime.local for site specific use? Index: etc/rc === RCS file: /cvs/src/etc/rc,v retrieving revision 1.342 diff -u -p -r1.342 rc --- etc/rc 1

Re: add rc.firsttime to rc(8)

2010-09-26 Thread Tilo Stritzky
On 22/09/10 23:57 Ingo Schwarze wrote: > It turned out this one needed a bit more tweaking: > > - a SYNOPSIS entry OK, but then it needs a link too (patch included), right? > - one place to mention it in the DESCRIPTION > - a brief hint how to create rc.firsttime >(because that's indeed

Re: add rc.firsttime to rc(8)

2010-09-11 Thread Tilo Stritzky
On 09/09/10 21:35 Owain Ainsworth wrote: > > ``Commands run on the first boot after creation'' > > or similar. Yes, I think this is better. Ceterum censeo file-shaped bike sheds should be underlined, fixed this while there. Someone cares to check this in, please? tilo Index: rc.8 ==