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.

93 lines
3.6 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/modutils/use_old_postfix.diff
  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. --- ./man/Makefile.in.orig 2003-01-27 17:25:24.000000000 +0100
  23. +++ ./man/Makefile.in 2003-03-28 23:44:32.000000000 +0100
  24. @@ -16,9 +16,10 @@
  25. rm -f $(DESTDIR)$(mandir)/man5/conf.modules.5 $(DESTDIR)$(mandir)/man5/conf.modules.5.gz
  26. set -e; \
  27. for i in $(srcdir)/*.[1-8] ; do \
  28. - ext=`echo $$i | sed 's/.*\.//'`; \
  29. + ext=`echo $$i | sed 's/.*\.//'`; old='.old.'; \
  30. + [ $$ext != 1 -a $$ext != 8 ] && old='.'; \
  31. $(MKDIR) $(DESTDIR)$(mandir)/man$$ext/; \
  32. - $(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man$$ext/; \
  33. + $(INSTALL) -m 444 $$i $(DESTDIR)$(mandir)/man$$ext/$${i%.*}$$old$$ext; \
  34. done
  35. realclean: clean
  36. --- ./depmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  37. +++ ./depmod/Makefile.in 2003-01-28 00:55:31.000000000 +0100
  38. @@ -56,7 +56,7 @@
  39. install install-bin: all
  40. $(MKDIR) $(DESTDIR)$(sbindir)
  41. - $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)
  42. + $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)/depmod.old
  43. dep depend .depend: depmod.c
  44. $(CC) -M $(CFLAGS) $(DEFSNOARCH) $(DEFS) $^ > .depend
  45. --- ./genksyms/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  46. +++ ./genksyms/Makefile.in 2003-01-28 00:55:46.000000000 +0100
  47. @@ -62,7 +62,7 @@
  48. install install-bin: all
  49. $(MKDIR) $(DESTDIR)$(sbindir)
  50. - $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)
  51. + $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)/genksyms.old
  52. # auto-generated dependancies are almost redundant once we add all the
  53. # rules to get the generated files built first.
  54. --- ./insmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  55. +++ ./insmod/Makefile.in 2003-01-28 00:57:36.000000000 +0100
  56. @@ -116,16 +116,16 @@
  57. @set -ex;\
  58. for i in $(TARGETS_REAL); do \
  59. $(MKDIR) $(DESTDIR)$(sbindir); \
  60. - $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir); done;
  61. + $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
  62. set -e; \
  63. for i in $(srcdir)/insmod_ksymoops_clean $(srcdir)/kernelversion; do \
  64. $(MKDIR) $(DESTDIR)$(sbindir); \
  65. - $(INSTALL) $$i $(DESTDIR)$(sbindir); done;
  66. + $(INSTALL) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
  67. set -e; \
  68. for i in $(COMB); do \
  69. - ln -sf insmod $(DESTDIR)$(sbindir)/$$i; \
  70. + ln -sf insmod.old $(DESTDIR)$(sbindir)/$$i.old; \
  71. (test "$(insmod_static)" = yes && \
  72. - ln -sf insmod.static $(DESTDIR)$(sbindir)/$$i.static) || true; \
  73. + ln -sf insmod.static.old $(DESTDIR)$(sbindir)/$$i.static.old) || true; \
  74. done
  75. clean:
  76. --- ./kerneld/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  77. +++ ./kerneld/Makefile.in 2003-01-28 00:57:52.000000000 +0100
  78. @@ -42,7 +42,7 @@
  79. set -e; \
  80. for i in $(PROGS); do \
  81. $(MKDIR) $(sbindir); \
  82. - $(INSTALL) $(STRIP) $$i $(sbindir); \
  83. + $(INSTALL) $(STRIP) $$i $(sbindir)/$$i.old; \
  84. done
  85. install-scripts: