Re: kernel config format migration script

2000-06-23 Thread Daniel C. Sobral
Cyrille Lefevre wrote: > > well, at 4.x, FreeBSD sed doesn't support -E, is that GNU sed which support > this option or 5.x FreeBSD sed ? for instance, GNU sed port doesn't exists ! Really? Funny. I'm not sure our sed is GNU sed. IIRC, it uses regex(3) instead of gnuregex. -- Daniel C. Sobral

Re: kernel config format migration script

2000-06-21 Thread Cyrille Lefevre
Brian Fundakowski Feldman <[EMAIL PROTECTED]> writes: > I made a sed script to ease migration of kernel configuration files from > the few-weeks-ago-CURRENT to current-CURRENT, and thought I might as well > share it since it makes things easy (autonomous :) > > You can find it at > http://

Re: kernel config format migration script

2000-06-21 Thread Eric Jacoboni
> "Cyrille" == Cyrille Lefevre <[EMAIL PROTECTED]> writes: Cyrille> well, at 4.x, FreeBSD sed doesn't support -E, is that GNU sed Cyrille> which support this option or 5.x FreeBSD sed ? for instance, Cyrille> GNU sed port doesn't exists ! FreeBSD-Current sed supports -E option... -- --

Re: kernel config format migration script

2000-06-21 Thread Cyrille Lefevre
Brian Fundakowski Feldman <[EMAIL PROTECTED]> writes: > I made a sed script to ease migration of kernel configuration files from > the few-weeks-ago-CURRENT to current-CURRENT, and thought I might as well > share it since it makes things easy (autonomous :) > > You can find it at > http://

kernel config format migration script

2000-06-21 Thread Brian Fundakowski Feldman
I made a sed script to ease migration of kernel configuration files from the few-weeks-ago-CURRENT to current-CURRENT, and thought I might as well share it since it makes things easy (autonomous :) You can find it at http://people.freebsd.org/~green/oldconfig2new It requires extended regu