Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 06:27:40 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9302 for review
Message-ID:  <200204071327.g37DRec81834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9302

Change 9302 by murray@murray_builder on 2002/04/07 06:27:32

	linux_base will not install without SYSV in the kernel (or
	loaded as a module).  There is space, so just add it back in
	statically.  This should go into CVS after a "make release"
	test to make sure it doesn't cause an overflow on -CURRENT.

Affected files ...

... //depot/releng/5_dp1/src/release/i386/dokern.sh#2 edit

Differences ...

==== //depot/releng/5_dp1/src/release/i386/dokern.sh#2 (text+ko) ====

@@ -22,7 +22,6 @@
 	-e '/	splash$/d' \
 	-e '/PROCFS/d' \
 	-e '/KTRACE/d' \
-	-e '/SYSV/d' \
 	-e '/SOFTUPDATES/d' \
 	-e '/UFS_DIRHASH/d' \
 	-e '/MFS/d' \
@@ -80,7 +79,6 @@
 	-e '/	splash$/d' \
 	-e '/PROCFS/d' \
 	-e '/KTRACE/d' \
-	-e '/SYSV/d' \
 	-e '/SOFTUPDATES/d' \
 	-e '/UFS_DIRHASH/d' \
 	-e '/MFS/d' \

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204071327.g37DRec81834>