summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2009-10-13 14:07:12 +0200
committerLinus Nordberg <linus@nordberg.se>2009-10-13 14:07:12 +0200
commit44cee228f1f66da742fa077aa7d8896e91e58946 (patch)
treeff8789d21fecdac0e31183e42cf2edf7a511734d
parenta6d5c41349d692d85c41a11e8371ef36afd71ac8 (diff)
* start-bgpstore.sh: START-BGPSTORE lives in package bgp-logger
nowadays.
-rwxr-xr-xstart-bgpstore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-bgpstore.sh b/start-bgpstore.sh
index 599068e..559dd15 100755
--- a/start-bgpstore.sh
+++ b/start-bgpstore.sh
@@ -23,4 +23,4 @@ sbcl --no-userinit \
--eval "(asdf:oos 'asdf:load-op 'postmodern)" \
--eval "(use-package 'postmodern)" \
--eval "(require 'bgpstore)" \
- --eval "(let ((*db-spec* '(\"$DB_DB\" \"$DB_USER\" \"$DB_PW\" \"$DB_HOST\"))) (start-bgpstore \"$HOST\" $PORT))"
+ --eval "(let ((*db-spec* '(\"$DB_DB\" \"$DB_USER\" \"$DB_PW\" \"$DB_HOST\"))) (bgp-logger:start-bgpstore \"$HOST\" $PORT))"