summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-28 04:54:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-28 04:54:18 +0000
commit7f89a8a8e933ce27a8dc64a4380c3e23ea3e8a20 (patch)
treeb9563dc53457ea8fdce333c9852cd3485d881e9f /dev-db
parentversion bump (diff)
downloadgentoo-2-7f89a8a8e933ce27a8dc64a4380c3e23ea3e8a20.tar.gz
gentoo-2-7f89a8a8e933ce27a8dc64a4380c3e23ea3e8a20.tar.bz2
gentoo-2-7f89a8a8e933ce27a8dc64a4380c3e23ea3e8a20.zip
remove dud file
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/files/mysql-4.0.14-r2-tcpd-vars-fix.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/mysql/files/mysql-4.0.14-r2-tcpd-vars-fix.diff b/dev-db/mysql/files/mysql-4.0.14-r2-tcpd-vars-fix.diff
deleted file mode 100644
index 18fd9c87bb6d..000000000000
--- a/dev-db/mysql/files/mysql-4.0.14-r2-tcpd-vars-fix.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur orig/sql/mysqld.cc new/sql/mysqld.cc
---- orig/sql/mysqld.cc 2003-06-10 22:22:10.000000000 +0200
-+++ new/sql/mysqld.cc 2003-06-10 22:21:38.000000000 +0200
-@@ -101,8 +101,8 @@
- #ifdef NEED_SYS_SYSLOG_H
- #include <sys/syslog.h>
- #endif /* NEED_SYS_SYSLOG_H */
--int allow_severity = LOG_INFO;
--int deny_severity = LOG_WARNING;
-+//int allow_severity = LOG_INFO;
-+//int deny_severity = LOG_WARNING;
-
- #ifdef __STDC__
- #define my_fromhost(A) fromhost(A)