]> git.pld-linux.org Git - packages/freeswan.git/commitdiff
- there where errors in rsa keys generation proces in %post; my mistake
authorradzio <radzio@pld-linux.org>
Sun, 21 Apr 2002 13:45:53 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    freeswan.spec -> 1.28

freeswan.spec

index 40b80f9a0e3dc56c9f39ed218219d38f7040b056..2c138ba245261fa2bb98bd93ac1c031dca8ef987 100644 (file)
@@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 if [ ! -f %{_sysconfdir}/ipsec/ipsec.secrets ];
 then
     echo generate RSA private key...
-    /usr/sbin/ipsec newhostkey > %{_sysconfdir}/ipsec/ipsec.secrets
+    /usr/sbin/ipsec newhostkey --output %{_sysconfdir}/ipsec/ipsec.secrets
     chmod 600 %{_sysconfdir}/ipsec/ipsec.secrets
 fi
 
This page took 0.05024 seconds and 4 git commands to generate.