Date: Tue, 2 Feb 2010 18:43:08 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r203388 - in stable/8/release: amd64 i386 pc98 powerpc sparc64 sun4v Message-ID: <201002021843.o12Ih89l044781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Feb 2 18:43:08 2010 New Revision: 203388 URL: http://svn.freebsd.org/changeset/base/203388 Log: MFC 203031: Remove slattach from the install mfsroot since it doesn't exist anymore to quiet a warning from crunchgen. Modified: stable/8/release/amd64/boot_crunch.conf stable/8/release/i386/boot_crunch.conf stable/8/release/pc98/boot_crunch.conf stable/8/release/powerpc/boot_crunch.conf stable/8/release/sparc64/boot_crunch.conf stable/8/release/sun4v/boot_crunch.conf Directory Properties: stable/8/release/ (props changed) stable/8/release/doc/ (props changed) stable/8/release/doc/en_US.ISO8859-1/hardware/ (props changed) Modified: stable/8/release/amd64/boot_crunch.conf ============================================================================== --- stable/8/release/amd64/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/amd64/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -20,7 +20,6 @@ progs mount_nfs progs newfs progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs Modified: stable/8/release/i386/boot_crunch.conf ============================================================================== --- stable/8/release/i386/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/i386/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -20,7 +20,6 @@ progs mount_nfs progs newfs progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs Modified: stable/8/release/pc98/boot_crunch.conf ============================================================================== --- stable/8/release/pc98/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/pc98/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -20,7 +20,6 @@ progs mount_nfs progs newfs progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs Modified: stable/8/release/powerpc/boot_crunch.conf ============================================================================== --- stable/8/release/powerpc/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/powerpc/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -22,7 +22,6 @@ progs newfs progs newfs_msdos progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs Modified: stable/8/release/sparc64/boot_crunch.conf ============================================================================== --- stable/8/release/sparc64/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/sparc64/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -20,7 +20,6 @@ progs mount_nfs progs newfs progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs Modified: stable/8/release/sun4v/boot_crunch.conf ============================================================================== --- stable/8/release/sun4v/boot_crunch.conf Tue Feb 2 18:38:17 2010 (r203387) +++ stable/8/release/sun4v/boot_crunch.conf Tue Feb 2 18:43:08 2010 (r203388) @@ -20,7 +20,6 @@ progs mount_nfs progs newfs progs route progs rtsol -progs slattach progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002021843.o12Ih89l044781>