patch-MCONFIG 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- util-linux-2.12r.orig/MCONFIG 2004-12-13 00:15:48.000000000 +0100
  3. +++ util-linux-2.12r/MCONFIG 2008-10-16 11:46:07.000000000 +0200
  4. @@ -16,8 +16,8 @@
  5. # Select for ARCH one of intel, alpha, sparc, arm, m68k, mips
  6. # Select for CPU i386 if the binaries must be able to run on an intel 386
  7. # (by default i486 code is generated, see below)
  8. -CPU=$(shell uname -m)
  9. -ARCH=$(shell echo $(CPU) | sed 's/i.86/intel/;s/arm.*/arm/')
  10. +CPU=
  11. +ARCH=
  12. # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp
  13. # will use PAM for authentication. Additionally, passwd will not be
  14. @@ -64,12 +64,12 @@ HAVE_SYSVINIT_UTILS=yes
  15. # If HAVE_WRITE is set to "yes", then write will not be built or
  16. # installed from the misc-utils subdirectory.
  17. # (There is a network aware write in netwrite from NetKit 0.16 or later.)
  18. -HAVE_WRITE=no
  19. +HAVE_WRITE=yes
  20. # If HAVE_GETTY is set to "yes", then agetty will not be built or
  21. # installed from the login-utils subdirectory. Note that agetty can
  22. # co-exist with other gettys, so this option should never be used.
  23. -HAVE_GETTY=no
  24. +HAVE_GETTY=yes
  25. # If USE_TTY_GROUP is set to "yes", then wall and write will be installed
  26. # setgid to the "tty" group, and mesg will only set the group write bit.
  27. @@ -82,13 +82,13 @@ USE_TTY_GROUP=yes
  28. # If HAVE_KILL is set to "yes", then kill will not be built or
  29. # installed from the misc-utils subdirectory.
  30. # (There is also a kill in the procps package.)
  31. -HAVE_KILL=no
  32. +HAVE_KILL=yes
  33. # If ALLOW_VCS_USE is set to "yes", then login will chown /dev/vcsN
  34. # to the current user, allowing her to make a screendump and do other
  35. # nifty things on the console, but also allowing him to keep an open
  36. # file descriptor after logging out to trick the next user.
  37. -ALLOW_VCS_USE=yes
  38. +ALLOW_VCS_USE=no
  39. # If DO_STAT_MAIL is set to "yes", then login will stat() the mailbox
  40. # and tell the user that she has new mail. This can hang the login if
  41. @@ -102,19 +102,19 @@ HAVE_RESET=yes
  42. # If HAVE_SLN is set to "yes", then sln won't be installed
  43. # (but the man page sln.8 will be installed anyway).
  44. # sln also comes with libc and glibc.
  45. -HAVE_SLN=no
  46. +HAVE_SLN=yes
  47. # If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed.
  48. -HAVE_FDUTILS=no
  49. +HAVE_FDUTILS=yes
  50. # If SILENT_PG is set to "yes", then pg will not ring the bell
  51. # when an invalid key is pressed
  52. -SILENT_PG=no
  53. +SILENT_PG=yes
  54. # If configure decides that Native Language Support (NLS) is available,
  55. # it sets MAY_ENABLE_NLS in defines.h. If you don't want NLS, set
  56. # DISABLE_NLS to "yes".
  57. -DISABLE_NLS=no
  58. +DISABLE_NLS=yes
  59. # Different optimizations for different cpus.
  60. # Before gcc 2.8.0 only -m486