$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)