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

Annotation of ports/security/kippo/patches/patch-kippo_tac, Revision 1.1

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

CVSweb