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.

46 lines
1.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/hotplug/hotplug-noinit.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 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. diff -urN hotplug-2003_05_01-mine/Makefile hotplug-2003_05_01/Makefile
  20. --- hotplug-2003_05_01-mine/Makefile 2003-07-10 21:52:39.000000000 -0400
  21. +++ hotplug-2003_05_01/Makefile 2003-07-10 21:51:08.000000000 -0400
  22. @@ -20,7 +20,6 @@
  23. TOPDIR=/
  24. DIRS= /sbin \
  25. /etc/hotplug \
  26. - /etc/init.d/ \
  27. /var/run/usb \
  28. /usr/share/man/man8
  29. @@ -52,7 +51,6 @@
  30. $(RELEASE_DIR).tar.gz: clean
  31. @chmod +x sbin/hotplug
  32. - @chmod +x etc/rc.d/init.d/hotplug
  33. @chmod +x etc/hotplug/*.agent etc/hotplug/*.rc
  34. @-rm -rf $(RELEASE_DIR)
  35. @mkdir $(RELEASE_DIR)
  36. @@ -91,7 +89,6 @@
  37. for F in etc/hotplug/{blacklist,usb.{user,hand,dist}map} ; do \
  38. ${INSTALL_DATA} $$F $(etcdir)/hotplug ; \
  39. done
  40. - ${INSTALL_SCRIPT} -D etc/rc.d/init.d/hotplug $(etcdir)/init.d/hotplug
  41. $(INSTALL_DATA) -D hotplug.8 $(mandir)/man8/hotplug.8
  42. $(INSTALL) -d $(prefix)/var/log/hotplug $(prefix)/var/run
  43. $(INSTALL) -d -m 700 $(prefix)/var/run/usb