[BACK]Return to patch-kippo_tac CVS log [TXT][DIR] Up to [local] / ports / security / kippo / patches

File: [local] / ports / security / kippo / patches / patch-kippo_tac (download)

Revision 1.1, Fri Feb 28 21:23:51 2014 UTC (10 years, 2 months ago) by kirby
Branch point for: MAIN

Initial revision

$OpenBSD$
--- kippo.tac.orig	Fri Jan 31 15:50:17 2014
+++ kippo.tac	Fri Jan 31 15:50:45 2014
@@ -18,7 +18,7 @@ if os.name == 'posix' and os.getuid() == 0:
     print 'ERROR: You must not run kippo as root!'
     sys.exit(1)
 
-if not os.path.exists('kippo.cfg'):
+if not os.path.exists('${SYSCONFDIR}/kippo/kippo.cfg'):
     print 'ERROR: kippo.cfg is missing!'
     sys.exit(1)