Module Name: src Committed By: apb Date: Tue Oct 16 08:28:14 UTC 2012
Modified Files: src/distrib/i386/ramdisks/common: list.ramdisk Log Message: Make i386/ramdisks/common/list.ramdisk identical to amd64/ramdisks/common/list.ramdisk. Previously, the amd64 list.ramdisk used the small version of gzip from distrib/utils/x_gzip, while the i386 list.ramdisk used the full version of gzip built from usr.bin/gzip, and also used extra libraries needed to make that work. Now, they both use the small version. The only other difference was in the order of some PROG lines. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/distrib/i386/ramdisks/common/list.ramdisk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.