mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/coreutils/no-broken-progs-am.patch.disabled
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. This patch disables su, uptime, hostname and groups which are rather
  23. feature-less and included in other packages like shadow, procps or
  24. net-tools. - Rene and Clifford
  25. --- ./src/Makefile.am.orig 2003-04-09 18:38:17.000000000 +0200
  26. +++ ./src/Makefile.am 2003-04-09 18:49:27.000000000 +0200
  27. @@ -1,16 +1,16 @@
  28. ## Process this file with automake to produce Makefile.in -*-Makefile-*-
  29. -EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname uptime users who
  30. +EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname users who
  31. EXTRA_SCRIPTS = nohup
  32. -bin_SCRIPTS = groups @OPTIONAL_BIN_ZCRIPTS@
  33. +bin_SCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
  34. bin_PROGRAMS = chgrp chown chmod cp dd dircolors du \
  35. ginstall link ln dir vdir ls mkdir \
  36. mkfifo mknod mv readlink rm rmdir shred stat sync touch unlink \
  37. cat cksum comm csplit cut expand fmt fold head join md5sum \
  38. nl od paste pr ptx sha1sum sort split sum tac tail tr tsort unexpand uniq wc \
  39. basename date dirname echo env expr factor false \
  40. - hostname id kill logname pathchk printenv printf pwd seq sleep tee \
  41. + id kill logname pathchk printenv printf pwd seq sleep tee \
  42. test true tty whoami yes \
  43. @OPTIONAL_BIN_PROGS@ @DF_PROG@
  44. @@ -88,7 +88,7 @@
  45. all-local: su$(EXEEXT)
  46. -installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'`
  47. +installed_su = $(DESTDIR)$(bindir)/`echo su-coreutils|sed '$(transform)'`
  48. setuid_root_mode = a=rx,u+s
  49. --- ./configure.ac.orig 2003-04-09 18:59:17.000000000 +0200
  50. +++ ./configure.ac 2003-04-09 19:00:21.000000000 +0200
  51. @@ -182,10 +182,6 @@
  52. fi
  53. fi
  54. -GNULIB_BOOT_TIME(
  55. - [OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)"
  56. - MAN="$MAN uptime.1"])
  57. -
  58. AC_SYS_POSIX_TERMIOS()
  59. jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
  60. --- ./man/Makefile.am.orig 2003-04-09 19:01:33.000000000 +0200
  61. +++ ./man/Makefile.am 2003-04-09 19:02:50.000000000 +0200
  62. @@ -2,13 +2,13 @@
  63. dist_man_MANS = \
  64. basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
  65. cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
  66. - echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
  67. - head.1 hostid.1 hostname.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
  68. + echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 \
  69. + head.1 hostid.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
  70. ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
  71. paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
  72. rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
  73. - su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  74. - tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \
  75. + sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  76. + tty.1 uname.1 unexpand.1 uniq.1 unlink.1 users.1 vdir.1 wc.1 \
  77. who.1 whoami.1 yes.1
  78. man_aux = $(dist_man_MANS:.1=.x)