Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2000 08:47:24 -0700 (PDT)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   kernel config format migration script
Message-ID:  <Pine.BSF.4.21.0006210843530.14479-100000@builder.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 regular expression support (because old regexps
are so cumbersome to actually _use_), so for example:
	mv GREEN GREEN.old
	perl gethints.pl GREEN
	sed -Ef oldconfig2new GREEN.old > GREEN

Hope it saves some people time! :)

-- 
 Brian Fundakowski Feldman           /  "Any sufficiently advanced bug is    \
 green@FreeBSD.org                   |   indistinguishable from a feature."  |
     FreeBSD: The Power to Serve!    \        -- Rich Kulawiec               /



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0006210843530.14479-100000>