From: Jason Boyer Date: Wed, 5 Oct 2022 20:14:36 +0000 (-0400) Subject: LP1855199: Stop using /tmp for Vandelay uploads X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fjboyer%2Flp1855199_nice_updo;p=working%2FEvergreen.git 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 --- 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)