diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-01-23 20:31:35 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-01-23 20:31:35 +0000 |
commit | 5fd6768f0ba333ef22e5d55dd3560a2018e39402 (patch) | |
tree | 5848b2e4911b20f571d52f27726569215791776c /portal-gui/scripts | |
parent | 30d53daaf8430d078ff78fc3c4761883fa40ce13 (diff) |
remove CONFDIR variable from toplevel configure script. now hardcoded to go into ${localstatedir}/rpki/conf
django db now defaults to ${localstatedir}/rpki/gui.db
remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in
mv rpkigui/templates up one directory so the django app code can be moved eventually
remove deprecated runserver script
put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui"
svn path=/configure; revision=3643
Diffstat (limited to 'portal-gui/scripts')
-rw-r--r-- | portal-gui/scripts/runserver.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/portal-gui/scripts/runserver.in b/portal-gui/scripts/runserver.in deleted file mode 100644 index 6e49c9f9..00000000 --- a/portal-gui/scripts/runserver.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# $Id$ -# -# Copyright (C) 2010 SPARTA, Inc. dba Cobham Analytic Solutions -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND SPARTA DISCLAIMS ALL WARRANTIES WITH -# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -# AND FITNESS. IN NO EVENT SHALL SPARTA BE LIABLE FOR ANY SPECIAL, DIRECT, -# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -# PERFORMANCE OF THIS SOFTWARE. -# -# -# Helper script to start the Django test webserver for the portal-gui. -# -# @configure_input@ - -cd @INSTDIR@/rpkigui -@PYTHON@ manage.py runserver --pythonpath=@MYRPKIDIR@ $* |