From fdb09c27dba1bc85db2ade22722d0aa1691f3ff4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 9 Apr 2009 23:54:04 +0000 Subject: - Update to 2.1.4. PR: 133532 Submitted by: David Wood (maintainer) --- net/freeradius2/files/patch-bootstrap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/freeradius2/files/patch-bootstrap (limited to 'net/freeradius2/files/patch-bootstrap') diff --git a/net/freeradius2/files/patch-bootstrap b/net/freeradius2/files/patch-bootstrap new file mode 100644 index 000000000000..e5cb7cc050e7 --- /dev/null +++ b/net/freeradius2/files/patch-bootstrap @@ -0,0 +1,11 @@ +--- raddb/certs/bootstrap 2009-03-18 20:20:41.000000000 +0000 ++++ raddb/certs/bootstrap 2009-03-18 21:20:25.000000000 +0000 +@@ -17,7 +17,7 @@ + # + # If that worked, exit. Otherwise, run the commands manually. + # +-if [ "$?" == "0" ] ++if [ $? -eq 0 ] + then + exit 0 + fi -- cgit v1.2.3