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.

55 lines
2.5 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/rene/cups/noinit.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. --- ./Makefile.orig 2003-08-16 17:12:44.000000000 +0000
  23. +++ ./Makefile 2003-08-16 17:12:58.000000000 +0000
  24. @@ -89,30 +89,6 @@
  25. echo Installing cups-config script...
  26. $(INSTALL_DIR) $(BINDIR)
  27. $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
  28. - echo Installing startup script...
  29. - if test "x$(INITDIR)" != "x"; then \
  30. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \
  31. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
  32. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc0.d; \
  33. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
  34. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc2.d; \
  35. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
  36. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc3.d; \
  37. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
  38. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc5.d; \
  39. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
  40. - fi
  41. - if test "x$(INITDIR)" = "x" -a "x$(INITDDIR)" != "x"; then \
  42. - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
  43. - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
  44. - $(INSTALL_SCRIPT) cups.osx $(BUILDROOT)$(INITDDIR)/PrintingServices; \
  45. - $(INSTALL_DATA) cups.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
  46. - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
  47. - $(INSTALL_DATA) cups.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
  48. - else \
  49. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
  50. - fi \
  51. - fi
  52. #
  53. # Install source and header files...