patch-Jamfile 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. $OpenBSD: patch-Jamfile,v 1.2 2016/11/01 09:10:41 landry Exp $
  2. --- Jamfile.orig Mon Mar 10 14:44:59 2014
  3. +++ Jamfile Thu May 1 10:34:10 2014
  4. @@ -14,7 +14,6 @@ SubInclude TOP recorder ;
  5. SubInclude TOP sasl ;
  6. SubInclude TOP schema ;
  7. SubInclude TOP scripts ;
  8. -SubInclude TOP installer ;
  9. SubInclude TOP extractors ;
  10. SubInclude TOP archiveopteryx ;
  11. SubInclude TOP aoximport ;
  12. @@ -47,26 +46,12 @@ actions together Prepare
  13. }
  14. -Prepare $(INSTALLROOT)$(JAILDIR) ;
  15. -Prepare $(INSTALLROOT)$(JAILDIR)/var/run ;
  16. -Prepare $(INSTALLROOT)$(MESSAGEDIR) ;
  17. Prepare $(INSTALLROOT)$(PIDFILEDIR) ;
  18. Prepare $(INSTALLROOT)$(CONFIGDIR) ;
  19. Prepare $(INSTALLROOT)$(LIBDIR)/contrib ;
  20. if ( $(LOGFILE:D) != "" && $(LOGFILE:D) != "syslog" ) {
  21. Prepare $(INSTALLROOT)$(LOGFILE:D) ;
  22. }
  23. -
  24. -
  25. -# if we make JAILDIR, we should chmod it so noone can read it:
  26. -MODE on $(INSTALLROOT)$(JAILDIR) = 701 ;
  27. -Chmod $(INSTALLROOT)$(JAILDIR) ;
  28. -
  29. -# if we make MESSAGEDIR, we should chmod it similarly. AOXUSER needs to
  30. -# be able to write to it, but we can't chown here, because the user may
  31. -# not exist yet.
  32. -MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ;
  33. -Chmod $(INSTALLROOT)$(MESSAGEDIR) ;
  34. actions Message {