From e3630dde5051288c58542076e4820407fd5c1b65 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 5 Oct 2022 16:14:36 -0400 Subject: [PATCH] LP1855199: Stop using /tmp for Vandelay uploads For some time /tmp has been made private to system services on systems using systemd so we may as well move the default vandelay spool directory so it will work out of the box. Signed-off-by: Jason Boyer --- Open-ILS/examples/opensrf.xml.example | 2 +- Open-ILS/web/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 05d945fdeb..c1607f34ff 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -1318,7 +1318,7 @@ vim:et:ts=4:sw=4: Files will be deleted after records are spooled. *note: in a multi-brick environment, this will need to be on a write-able NFS share. --> - /tmp + /openils/var/data/vandelay /openils/var/web/opac/extras/ac diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 45b324c804..4a4e4e6df2 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -46,6 +46,7 @@ webcore-install: $(MKDIR_P) $(opacextrasdir) $(MKDIR_P) $(DESTDIR)$(reportsdir) $(MKDIR_P) $(DESTDIR)$(XSLDIR) + $(MKDIR_P) $(DESTDIR)$(datadir)/vandelay rm -f $(DESTDIR)$(reportsdir)/fm_IDL.xml cp $(DESTDIR)@sysconfdir@/fm_IDL.xml $(DESTDIR)$(WEBDIR)/reports/ cp -r @top_srcdir@/Open-ILS/web/. $(DESTDIR)$(WEBDIR) -- 2.11.0