2f628dd
From 5460be41550933fdcb07128777ec608c2024aed3 Mon Sep 17 00:00:00 2001
2f628dd
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
2f628dd
Date: Tue, 8 Oct 2013 14:26:10 +0200
2f628dd
Subject: [PATCH] Install database to /var
2f628dd
MIME-Version: 1.0
2f628dd
Content-Type: text/plain; charset=UTF-8
2f628dd
Content-Transfer-Encoding: 8bit
2f628dd
2f628dd
Signed-off-by: Petr Písař <ppisar@redhat.com>
2f628dd
---
2f628dd
 sample.data/Makefile.in | 2 +-
2f628dd
 1 file changed, 1 insertion(+), 1 deletion(-)
2f628dd
2f628dd
diff --git a/sample.data/Makefile.in b/sample.data/Makefile.in
2f628dd
index 584ce5b..0aecbb5 100644
2f628dd
--- a/sample.data/Makefile.in
2f628dd
+++ b/sample.data/Makefile.in
2f628dd
@@ -15,7 +15,7 @@ etcdir      = @sysconfdir@
2f628dd
 srcdir	    = @srcdir@
2f628dd
 VPATH       = @srcdir@
2f628dd
 
2f628dd
-RWHOIS_ROOT_DIR = $(etcdir)/rwhoisd/samples
2f628dd
+RWHOIS_ROOT_DIR = /var/rwhoisd/samples
2f628dd
 
2f628dd
 FILES = \
2f628dd
         a.com \
2f628dd
-- 
2f628dd
1.8.3.1
2f628dd