aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2003-02-21 18:07:24 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2003-02-21 18:07:24 +0000
commita9f39f60e00f584efee7cf645508bc8baa5d81ce (patch)
treeba2c44ab1e12b82693efab7f16085e9e5dcb282a /release/amd64
parent812c95c8f39426aa9d6a894b6f2f81bb869259be (diff)
downloadsrc-a9f39f60e00f584efee7cf645508bc8baa5d81ce.tar.gz
src-a9f39f60e00f584efee7cf645508bc8baa5d81ce.zip
Push UFS_ACL back for i386. We have 11kbytes of free space on kern.flp.
If we have no UFS_ACL kernel, users who already uses UFS1/2 attributes get confused since no access control is performed for an update install. Still, pc98 and alpha doesn't have UFS_ACL since I don't know about them. Nyan-san, if kern.flp on tatsu has enough spaces (4k or more spaces), please back UFS_ACL for pc98 also. Data collected from: 5.0-CURRENT-20030221-JPSNAP on snapshots.jp.FreeBSD.org
Notes
Notes: svn path=/head/; revision=111219
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 3505fb6dd385..9d5b3f1b7ada 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -18,7 +18,6 @@ sed \
-e '/PSEUDOFS/d' \
-e '/SOFTUPDATES/d' \
-e '/SYSV/d' \
- -e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/WITNESS/d' \
-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \