From e79274d59ccd15e93aa88c08ea693ed756c6e40a Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 10 Mar 2007 17:30:36 +0000 Subject: [PATCH] added an example lib ips file. removed evergreen_core from the default config since that target has become the de facto PINES stuff (needs to change, obviously) git-svn-id: svn://svn.open-ils.org/ILS/trunk@7050 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/lib_ips.txt.example | 1 + Open-ILS/src/Makefile | 1 + install.conf.default | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Open-ILS/examples/lib_ips.txt.example diff --git a/Open-ILS/examples/lib_ips.txt.example b/Open-ILS/examples/lib_ips.txt.example new file mode 100644 index 0000000000..ed4c39b6d6 --- /dev/null +++ b/Open-ILS/examples/lib_ips.txt.example @@ -0,0 +1 @@ +MY-LIB 127.0.0.1 127.0.0.254 diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index 32624029d8..8219bc9215 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -127,6 +127,7 @@ perl-install: cp ../examples/oils_sip.xml.example $(ETCDIR) cp ../examples/hold_notification_template.example $(DATADIR) cp ../examples/oils_ctl.sh $(BINDIR) + cp ../examples/lib_ips.txt.example $(ETCDIR) mkdir -p $(TEMPLATEDIR) cp -r templates/marc $(TEMPLATEDIR) diff --git a/install.conf.default b/install.conf.default index 90064edb7f..c427d6136d 100644 --- a/install.conf.default +++ b/install.conf.default @@ -42,7 +42,7 @@ # If you only want to build the client app, then just build evergreen_xul_client. # -------------------------------------------------------------------- -TARGETS=("opensrf_all" "openils_core" "openils_web" "evergreen_core" "openils_db"); +TARGETS=("opensrf_all" "openils_core" "openils_web" "openils_db"); # -------------------------------------------------------------------- -- 2.11.0