summaryrefslogtreecommitdiff
path: root/www/shibboleth-sp/patches/patch-ab
blob: cf54d0344191456551e6cc736ade3fbde29293c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2011/03/15 13:15:37 pettai Exp $

Automatically generate the keys in the pkgsrc config dir

--- configs/keygen.sh.orig	2011-03-15 10:21:13.000000000 +0000
+++ configs/keygen.sh
@@ -1,5 +1,8 @@
 #! /bin/sh
 
+# Dump the generated keys in @SHIB_CONFDIR@ by default
+cd @SHIB_CONFDIR@
+
 while getopts h:u:g:o:e:y:bf c
      do
          case $c in