From: dbs Date: Tue, 4 Nov 2008 04:52:21 +0000 (+0000) Subject: Install oils_web.xml.example by default like other example configuration files X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5da057143955e20ab92030d80b24612e494ec912;p=Evergreen.git Install oils_web.xml.example by default like other example configuration files git-svn-id: svn://svn.open-ils.org/ILS/trunk@11057 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/oils_web.xml b/Open-ILS/examples/oils_web.xml deleted file mode 100644 index babb51abb0..0000000000 --- a/Open-ILS/examples/oils_web.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - /eg - - - - - - - - /openils/var/web/templates - - - - - - - - - - - - - - - - - - - - - diff --git a/Open-ILS/examples/oils_web.xml.example b/Open-ILS/examples/oils_web.xml.example new file mode 100644 index 0000000000..babb51abb0 --- /dev/null +++ b/Open-ILS/examples/oils_web.xml.example @@ -0,0 +1,35 @@ + + + /eg + + + + + + + + /openils/var/web/templates + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index 77dffbe1e7..9e7d89ad3e 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -69,6 +69,7 @@ sysconf_DATA = $(examples)/opensrf.xml.example \ $(examples)/opensrf_core.xml.example \ $(examples)/fm_IDL.xml \ $(examples)/oils_sip.xml.example \ + $(examples)/oils_web.xml.example \ $(examples)/lib_ips.txt.example core_scripts = $(examples)/oils_ctl.sh \