diff options
| author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-19 14:01:01 +0000 |
|---|---|---|
| committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-19 14:01:01 +0000 |
| commit | 9f87b1c0186099b28705a02fbd7996325a742846 (patch) | |
| tree | 32594be6bcccf77a22524ba5d1eca91e38933740 | |
| parent | - fix build with gcc46 (diff) | |
- Remove warning when importing MySQL example script
- Do not bump PORTREVISION
PR: ports/164962
Submitted by: Edward <myself@rdtan.net>
| -rw-r--r-- | net/freeradius/files/patch-doc__examples__mysql.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freeradius/files/patch-doc__examples__mysql.sql b/net/freeradius/files/patch-doc__examples__mysql.sql new file mode 100644 index 000000000000..18f76e3bdca4 --- /dev/null +++ b/net/freeradius/files/patch-doc__examples__mysql.sql @@ -0,0 +1,11 @@ +--- ./doc/examples/mysql.sql.orig 2012-02-19 08:51:58.000000000 -0500 ++++ ./doc/examples/mysql.sql 2012-02-19 08:54:03.000000000 -0500 +@@ -125,7 +125,7 @@ + user varchar(64) NOT NULL default '', + pass varchar(64) NOT NULL default '', + reply varchar(32) NOT NULL default '', +- date timestamp(14) NOT NULL, ++ date timestamp NOT NULL, + PRIMARY KEY (id) + ) ; + |
