diff options
author | matusita <matusita@FreeBSD.org> | 2003-02-21 18:07:24 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-02-21 18:07:24 +0000 |
commit | c6646c2f7da7d39f3506c8ff46b821f065dc318f (patch) | |
tree | ba2c44ab1e12b82693efab7f16085e9e5dcb282a /release/i386/dokern.sh | |
parent | 210114da25a49b17fd6118a793d143138030e29b (diff) | |
download | FreeBSD-src-c6646c2f7da7d39f3506c8ff46b821f065dc318f.zip FreeBSD-src-c6646c2f7da7d39f3506c8ff46b821f065dc318f.tar.gz |
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
Diffstat (limited to 'release/i386/dokern.sh')
-rwxr-xr-x | release/i386/dokern.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 3505fb6..9d5b3f1 100755 --- a/release/i386/dokern.sh +++ b/release/i386/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' \ |