diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:46 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:46 +0100 |
commit | e1bfc41f9a8e6c7ef051686210c0f263bf512372 (patch) | |
tree | 403612780ae40da9d69f785bd09d177c69fafca6 /debian/patches | |
parent | de624a45c50b87eb153e78cd84cf0eae8dbeddfa (diff) | |
download | rsyslog-e1bfc41f9a8e6c7ef051686210c0f263bf512372.tar.gz |
Imported Debian patch 1.20.1-1debian/1.20.1-1
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/no_create_db.patch | 16 | ||||
-rw-r--r-- | debian/patches/series | 2 |
2 files changed, 14 insertions, 4 deletions
diff --git a/debian/patches/no_create_db.patch b/debian/patches/no_create_db.patch index 58d2503..4021e48 100644 --- a/debian/patches/no_create_db.patch +++ b/debian/patches/no_create_db.patch @@ -1,7 +1,7 @@ -Index: rsyslog/plugins/ommysql/createDB.sql +Index: plugins/ommysql/createDB.sql =================================================================== ---- rsyslog.orig/plugins/ommysql/createDB.sql 2007-08-30 01:05:00.000000000 +0200 -+++ rsyslog/plugins/ommysql/createDB.sql 2007-08-30 01:07:50.000000000 +0200 +--- plugins/ommysql/createDB.sql (Revision 994) ++++ plugins/ommysql/createDB.sql (Arbeitskopie) @@ -1,6 +1,4 @@ -CREATE DATABASE Syslog; -USE Syslog; @@ -19,3 +19,13 @@ Index: rsyslog/plugins/ommysql/createDB.sql ( ID int unsigned not null auto_increment primary key, SystemEventID int NULL , +Index: plugins/ompgsql/createDB.sql +=================================================================== +--- plugins/ompgsql/createDB.sql (Revision 994) ++++ plugins/ompgsql/createDB.sql (Arbeitskopie) +@@ -1,5 +1,3 @@ +-CREATE DATABASE "Syslog"; +-\c Syslog; + CREATE TABLE SystemEvents + ( + ID serial not null primary key, diff --git a/debian/patches/series b/debian/patches/series index a73faf0..b3aa377 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ ignore_non_conf_files.patch -p0 -no_create_db.patch +no_create_db.patch -p0 |