From ee5833d1ebde36a016418810009d313a2438bf0b Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 9 Oct 2012 00:32:28 +0200 Subject: SQLite: Move default installation path from /etc/openvpn to /var/lib/eurephia Using /var/lib is more appropriate for the kind of database file eurephia uses and will also avoid other security restrictions on hardened installations as well. Signed-off-by: David Sommerseth --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1759944..287be22 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EUREPHIADM_XSLT="${XSLTPATH}/eurephiadm" EUREPHIADM_XSLT_SET=0 MANDIR="${PREFIX}/share/man" MANDIR_SET=0 -SQLITE3PREFIX="/etc/openvpn" +SQLITE3PREFIX="/var/lib/eurephia" # # Misc functions -- cgit