diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-09 23:54:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-09 23:54:04 +0000 |
commit | fdb09c27dba1bc85db2ade22722d0aa1691f3ff4 (patch) | |
tree | c9069e3408af7deae8785a52c9b3bccec5be5f51 /net/freeradius2/files/patch-bootstrap | |
parent | - add an OPTION to enable/disable kvm (diff) |
- Update to 2.1.4.
PR: 133532
Submitted by: David Wood <david at wood2 dot org dot uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=231968
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 |