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.

29 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../minit/sysvinit-shutdown.diff
  5. # Copyright (C) 2006 The OpenSDE 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. In the evil case we have sysvinit, don't overwrite it's shutdown
  17. --- ./Makefile.orig 2006-09-27 12:41:39.000000000 -0400
  18. +++ ./Makefile 2006-09-27 12:43:01.000000000 -0400
  19. @@ -78,7 +78,7 @@
  20. install minit pidfilehack $(DESTDIR)/sbin
  21. install write_proc hard-reboot minit-update $(DESTDIR)/sbin
  22. install msvc serdo $(DESTDIR)/bin
  23. - install -m 4750 shutdown $(DESTDIR)/sbin
  24. + install -m 4750 shutdown $(DESTDIR)/sbin/minit-shutdown
  25. test -f $(DESTDIR)/sbin/init || ln $(DESTDIR)/sbin/minit $(DESTDIR)/sbin/init
  26. install -m 644 hard-reboot.8 minit-list.8 minit-shutdown.8 minit-update.8 minit.8 msvc.8 pidfilehack.8 serdo.8 $(DESTDIR)$(MANDIR)/man8