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.

52 lines
2.4 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/praenti/cups/noinit.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.orig 2003-08-16 17:12:44.000000000 +0000
  20. +++ ./Makefile 2003-08-16 17:12:58.000000000 +0000
  21. @@ -89,30 +89,6 @@
  22. echo Installing cups-config script...
  23. $(INSTALL_DIR) $(BINDIR)
  24. $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
  25. - echo Installing startup script...
  26. - if test "x$(INITDIR)" != "x"; then \
  27. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \
  28. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
  29. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc0.d; \
  30. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
  31. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc2.d; \
  32. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
  33. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc3.d; \
  34. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
  35. - $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc5.d; \
  36. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
  37. - fi
  38. - if test "x$(INITDIR)" = "x" -a "x$(INITDDIR)" != "x"; then \
  39. - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
  40. - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
  41. - $(INSTALL_SCRIPT) cups.osx $(BUILDROOT)$(INITDDIR)/PrintingServices; \
  42. - $(INSTALL_DATA) cups.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
  43. - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
  44. - $(INSTALL_DATA) cups.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
  45. - else \
  46. - $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
  47. - fi \
  48. - fi
  49. #
  50. # Install source and header files...