]> git.pld-linux.org Git - packages/flumotion.git/blob - flumotion-pdksh.patch
- more pldize
[packages/flumotion.git] / flumotion-pdksh.patch
1 diff -Nurwa flumotion-0.5.1-vanilla/data/make-dummy-cert flumotion-0.5.1/data/make-dummy-cert
2 --- flumotion-0.5.1-vanilla/data/make-dummy-cert        2007-03-01 18:42:18.000000000 +0100
3 +++ flumotion-0.5.1/data/make-dummy-cert        2008-04-23 00:32:40.980604626 +0200
4 @@ -19,7 +19,7 @@
5  for target in $@ ; do
6         PEM1=`/bin/mktemp /tmp/openssl.XXXXXX`
7         PEM2=`/bin/mktemp /tmp/openssl.XXXXXX`
8 -       trap "rm -f $PEM1 $PEM2" SIGINT
9 +       trap "rm -f $PEM1 $PEM2" INT
10         answers | /usr/bin/openssl req -newkey rsa:1024 -keyout $PEM1 -nodes -x509 -days 365 -out $PEM2 2> /dev/null
11         cat $PEM1 >  ${target}
12         echo ""   >> ${target}
This page took 0.079399 seconds and 3 git commands to generate.