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.

40 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../grsecurity/gradm-Makefile-fix.patch
  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. --- gradm2/Makefile.orig 2005-12-18 01:24:06.000000000 +0100
  17. +++ gradm2/Makefile 2006-10-12 17:03:21.000000000 +0200
  18. @@ -123,21 +123,9 @@
  19. @if [ ! -f $(DESTDIR)$(GRSEC_DIR)/learn_config ] ; then \
  20. $(INSTALL) -m 0600 learn_config $(DESTDIR)$(GRSEC_DIR) ; \
  21. fi
  22. - @if [ -z "`cut -d" " -f3 /proc/mounts | grep "^devfs"`" ] ; then \
  23. - rm -f $(DESTDIR)/dev/grsec ; \
  24. - if [ ! -e $(DESTDIR)/dev/grsec ] ; then \
  25. - mkdir -p $(DESTDIR)/dev ; \
  26. - $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \
  27. - fi \
  28. - fi
  29. @echo "Installing gradm manpage..."
  30. @mkdir -p $(DESTDIR)$(MANDIR)/man8
  31. @$(INSTALL) -m 0644 gradm.8 $(DESTDIR)$(MANDIR)/man8/$(GRADM_BIN).8
  32. - @if [ -x /sbin/$(GRADM_BIN) ] ; then \
  33. - if [ -z $(DESTDIR) ] && [ ! -f $(GRSEC_DIR)/pw ] ; then \
  34. - /sbin/$(GRADM_BIN) -P ; \
  35. - fi \
  36. - fi
  37. @true
  38. clean: