components/openssl/openssl-default/patches/101-manpage_openssl.patch
changeset 4822 1fb8a14c6702
parent 4370 7043c27399f1
equal deleted inserted replaced
4821:54dafbe33fdb 4822:1fb8a14c6702
       
     1 diff -ruN openssl-0.9.8a/util/extract-section.pl openssl-0.9.8a/util/extract-section.pl
       
     2 --- openssl-0.9.8a/util/extract-section.pl	2004-11-25 18:47:31.000000000 +0100
       
     3 +++ openssl-0.9.8a/util/extract-section.pl	2009-04-08 12:05:03.128230348 +0200
       
     4 @@ -3,10 +3,10 @@
       
     5  while(<STDIN>) {
       
     6  	if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
       
     7  		{
       
     8 -		print "$1\n";
       
     9 +		print "${1}openssl\n";
       
    10  		exit 0;
       
    11  		}
       
    12  }
       
    13  
       
    14 -print "$ARGV[0]\n";
       
    15 +print "${ARGV[0]}openssl\n";
       
    16