diff options
Diffstat (limited to 'net/freeradius2/files/patch-bootstrap')
-rw-r--r-- | net/freeradius2/files/patch-bootstrap | 11 |
1 files changed, 11 insertions, 0 deletions
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 |