OpenSDE Packages Database (without history before r20070)
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.

50 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sysvinit/sysvinit.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Rediffed for sysvinit-2.86, altugh it is a question why we actually patch it
  17. away ...
  18. - Rene Rebe <rene@exactcode.de>
  19. --- sysvinit-2.86/src/Makefile 2004-06-09 14:47:45.000000000 +0200
  20. +++ sysvinit-2.86-fixed/src/Makefile 2004-12-11 18:18:10.228142800 +0100
  21. @@ -24,11 +24,11 @@
  22. MAN8 += shutdown.8 telinit.8
  23. ifeq ($(DISTRO),)
  24. -BIN += mountpoint
  25. -SBIN += sulogin bootlogd
  26. -USRBIN += utmpdump wall
  27. -MAN1 += mountpoint.1 wall.1
  28. -MAN8 += sulogin.8 bootlogd.8
  29. +BIN +=
  30. +SBIN += sulogin
  31. +USRBIN += wall
  32. +MAN1 += wall.1
  33. +MAN8 += sulogin.8
  34. endif
  35. ifeq ($(DISTRO),Debian)
  36. @@ -71,9 +71,6 @@
  37. mountpoint: mountpoint.o
  38. $(CC) $(LDFLAGS) -o $@ mountpoint.o
  39. -utmpdump: utmpdump.o
  40. - $(CC) $(LDFLAGS) -o $@ utmpdump.o
  41. -
  42. runlevel: runlevel.o
  43. $(CC) $(LDFLAGS) -o $@ runlevel.o