Blob Blame History Raw
diff -ur crudminer-0.3.orig/crudminer.py crudminer-0.3/crudminer.py
--- crudminer-0.3.1.orig/crudminer.py	2011-10-19 15:36:48.000000000 -0400
+++ crudminer-0.3.1/crudminer.py	2011-10-19 15:53:57.491061518 -0400
@@ -44,8 +44,8 @@
 
 
 VERSION  = '0.3.2'
-CRUDFILE = 'crud.ini'
-MAILOPTS = 'mailopts.ini'
+CRUDFILE = '/etc/crudminer/crud.ini'
+MAILOPTS = '/etc/crudminer/mailopts.ini'
 
 dotremove = re.compile('^\.$', re.MULTILINE)
 
diff -ur crudminer-0.3.orig/mailopts.ini crudminer-0.3/mailopts.ini
--- crudminer-0.3.orig/mailopts.ini	2011-10-19 15:36:48.000000000 -0400
+++ crudminer-0.3/mailopts.ini	2011-10-19 15:54:57.570533202 -0400
@@ -1,7 +1,7 @@
 [main]
 ; location of the file containing the mapping of paths to site names
 ; and admin emails
-mailmap = mailmap.ini
+mailmap = /etc/crudminer/mailmap.ini
 ; how many days do site owners have to update their software?
 nagdays = 30
 ; how often should we nag them (in days):
@@ -9,7 +9,7 @@
 ; which host to use for smtp connections (on port 25)
 mailhost = localhost
 ; where to keep the state database
-statedb = nagstate.sqlite
+statedb = /var/lib/crudminer/nagstate.sqlite
 
 ; Configuration for the mail that will go out to clients.
 [nagmail]