--- ./MCONFIG.orig 2004-12-12 15:15:48.000000000 -0800 +++ ./MCONFIG 2005-01-01 18:54:05.000000000 -0800 @@ -35,7 +35,7 @@ # If HAVE_PASSWD is set to "yes", then passwd will not be built or # installed from the login-utils subdirectory. -HAVE_PASSWD=no +HAVE_PASSWD=yes # If you use chfn and chsh from this package, REQUIRE_PASSWORD will require # non-root users to enter the account password before updating /etc/passwd. @@ -59,7 +59,7 @@ # not be built or installed from the login-utils subdirectory. (The # shutdown and init from the SysVinit package do not depend on the last, # mesg, and wall from that package.) -HAVE_SYSVINIT_UTILS=yes +HAVE_SYSVINIT_UTILS=no # If HAVE_WRITE is set to "yes", then write will not be built or # installed from the misc-utils subdirectory. @@ -137,7 +137,8 @@ else CPUTAIL=486 endif - CPUOPT= $(CPUHEAD)$(CPUTAIL) + # CPUOPT= $(CPUHEAD)$(CPUTAIL) + CPUOPT= -march=i486 -mcpu=i686 OPT= -pipe -O2 $(CPUOPT) -fomit-frame-pointer else ifeq "$(ARCH)" "arm"