diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-08 15:48:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-08 15:48:47 +0000 |
commit | a692101e8df963cb5a8dafa0bf95a69f41aa7f06 (patch) | |
tree | 45d01f8ec52059f4991ef1cda1170dd6c5a64b3a /net/gnu-radius/files/patch-dbm | |
parent | - Update to 0.9.6 (diff) |
- Update to 1.6
- Remove NOTIFY and NLS options (deprecated and bad style, respectively)
- Add optional PAM support
- Fix NOPORTDOCS and PORTEXAMPLES
- Refactor Makefile and pkg-plist a little bit
Notes
Notes:
svn path=/head/; revision=223993
Diffstat (limited to 'net/gnu-radius/files/patch-dbm')
-rw-r--r-- | net/gnu-radius/files/patch-dbm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gnu-radius/files/patch-dbm b/net/gnu-radius/files/patch-dbm index 66b842d7b18d..788693e8298c 100644 --- a/net/gnu-radius/files/patch-dbm +++ b/net/gnu-radius/files/patch-dbm @@ -1,9 +1,9 @@ ---- radiusd/builddbm.c.orig Wed Dec 8 14:22:52 2004 -+++ radiusd/builddbm.c Wed Dec 8 14:23:11 2004 -@@ -57,7 +57,7 @@ +--- radiusd/builddbm.c.orig 2008-12-08 14:22:12.000000000 +0100 ++++ radiusd/builddbm.c 2008-12-08 14:22:37.000000000 +0100 +@@ -58,7 +58,7 @@ if (2 + check_len + reply_len > closure->pair_buffer_size) { - grad_log(L_ERR, "%s:%d: %s", + grad_log(GRAD_LOG_ERR, "%s:%d: %s", - closure->filename, sym->lineno, + closure->filename, sym->loc.line, _("too many attributes")); |