diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 23:51:15 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 23:51:15 +0000 |
commit | 451cac29b5579c994b33cc6411570ae8855f0b1e (patch) | |
tree | 31d9a7c5c8d265c8fdfe0f5a154ccca2c626e422 /security/audit/files/patch-src::auditd::audconf.c | |
parent | . Update to 0.3. (diff) |
- add patch files and unbreak this port
- utilize PORTDOCS and USE_MYSQL
Notes
Notes:
svn path=/head/; revision=120733
Diffstat (limited to 'security/audit/files/patch-src::auditd::audconf.c')
-rw-r--r-- | security/audit/files/patch-src::auditd::audconf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/audit/files/patch-src::auditd::audconf.c b/security/audit/files/patch-src::auditd::audconf.c new file mode 100644 index 000000000000..150a58c57097 --- /dev/null +++ b/security/audit/files/patch-src::auditd::audconf.c @@ -0,0 +1,10 @@ +--- src/auditd/audconf.c.orig Thu Nov 4 07:25:36 2004 ++++ src/auditd/audconf.c Thu Nov 4 07:25:45 2004 +@@ -295,6 +295,7 @@ + strlcpy(options->resmodule, value, sizeof(options->resmodule)); + return (0); + default: ++ break; + } + + errno = EINVAL; |