PERFORCE change 9302 for review

[ Available lists | Index of p4-releng | Month of Apr 2002 | Week of 7 Apr 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Murray Stokely <murray@FreeBSD.org>
Date
7 Apr 2002 06:27:51
Subject
PERFORCE change 9302 for review
Message-ID
200204071327.g37DRec81834@freefall.freebsd.org

Replies
Referenced by

[ Hide this part ]
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



Elapsed time: 0.051 seconds