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.9 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-in.patch
  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. diff -ur coreutils-5.0/configure coreutils-5.0-fixed/configure
  23. --- coreutils-5.0/configure 2003-04-02 16:28:50.000000000 +0200
  24. +++ coreutils-5.0-fixed/configure 2003-05-18 01:55:50.000000000 +0200
  25. @@ -37706,10 +37706,6 @@
  26. fi
  27. echo "$as_me:$LINENO: result: $gnulib_cv_have_boot_time" >&5
  28. echo "${ECHO_T}$gnulib_cv_have_boot_time" >&6
  29. - if test $gnulib_cv_have_boot_time = yes; then
  30. - OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)"
  31. - MAN="$MAN uptime.1"
  32. -fi
  33. diff -ur coreutils-5.0/man/Makefile.in coreutils-5.0-fixed/man/Makefile.in
  34. --- coreutils-5.0/man/Makefile.in 2003-04-02 16:28:42.000000000 +0200
  35. +++ coreutils-5.0-fixed/man/Makefile.in 2003-05-18 01:58:31.000000000 +0200
  36. @@ -151,13 +151,13 @@
  37. dist_man_MANS = \
  38. basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
  39. cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
  40. - echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
  41. - head.1 hostid.1 hostname.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
  42. + echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 \
  43. + head.1 hostid.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
  44. ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
  45. paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
  46. rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
  47. - su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  48. - tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \
  49. + sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  50. + tty.1 uname.1 unexpand.1 uniq.1 unlink.1 users.1 vdir.1 wc.1 \
  51. who.1 whoami.1 yes.1
  52. diff -ur coreutils-5.0/src/Makefile.in coreutils-5.0-fixed/src/Makefile.in
  53. --- coreutils-5.0/src/Makefile.in 2003-04-02 16:46:19.000000000 +0200
  54. +++ coreutils-5.0-fixed/src/Makefile.in 2003-05-18 01:54:10.000000000 +0200
  55. @@ -155,17 +155,17 @@
  56. sysconfdir = @sysconfdir@
  57. target_alias = @target_alias@
  58. -EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname uptime users who
  59. +EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname users who
  60. EXTRA_SCRIPTS = nohup
  61. -bin_SCRIPTS = groups @OPTIONAL_BIN_ZCRIPTS@
  62. +bin_SCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
  63. bin_PROGRAMS = chgrp chown chmod cp dd dircolors du \
  64. ginstall link ln dir vdir ls mkdir \
  65. mkfifo mknod mv readlink rm rmdir shred stat sync touch unlink \
  66. cat cksum comm csplit cut expand fmt fold head join md5sum \
  67. nl od paste pr ptx sha1sum sort split sum tac tail tr tsort unexpand uniq wc \
  68. basename date dirname echo env expr factor false \
  69. - hostname id kill logname pathchk printenv printf pwd seq sleep tee \
  70. + id kill logname pathchk printenv printf pwd seq sleep tee \
  71. test true tty whoami yes \
  72. @OPTIONAL_BIN_PROGS@ @DF_PROG@
  73. @@ -226,7 +226,7 @@
  74. SUFFIXES = .sh
  75. -installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'`
  76. +installed_su = $(DESTDIR)$(bindir)/`echo su-coreutils|sed '$(transform)'`
  77. setuid_root_mode = a=rx,u+s