[procps] vm.min_free_kbytes is removed in sysctl.conf"
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / openssl / openssl-0.9.8x / debian / ca.patch
1 Upstream-Status: Backport [debian]
2
3 Index: openssl-0.9.8m/apps/CA.pl.in
4 ===================================================================
5 --- openssl-0.9.8m.orig/apps/CA.pl.in   2006-04-28 00:28:51.000000000 +0000
6 +++ openssl-0.9.8m/apps/CA.pl.in        2010-02-27 00:36:51.000000000 +0000
7 @@ -65,6 +65,7 @@
8  foreach (@ARGV) {
9         if ( /^(-\?|-h|-help)$/ ) {
10             print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
11 +           print STDERR "usage: CA -signcert certfile keyfile|-newcert|-newreq|-newca|-sign|-verify\n";
12             exit 0;
13         } elsif (/^-newcert$/) {
14             # create a certificate
15 @@ -165,6 +166,7 @@
16         } else {
17             print STDERR "Unknown arg $_\n";
18             print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
19 +           print STDERR "usage: CA -signcert certfile keyfile|-newcert|-newreq|-newca|-sign|-verify\n";
20             exit 1;
21         }
22  }