~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to debian/patches/no_create_db.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-04-23 16:46:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080423164639-5acmt8a4vpxjgnxw
Tags: 3.14.2-3
* debian/rsyslog-doc.install
  - Fix a typo in the install path of the dia files. Closes: #477489
    Thanks to Justin B Rye for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: rsyslog/plugins/ommysql/createDB.sql
2
2
===================================================================
3
 
--- rsyslog.orig/plugins/ommysql/createDB.sql   2007-08-30 01:05:00.000000000 +0200
4
 
+++ rsyslog/plugins/ommysql/createDB.sql        2007-08-30 01:07:50.000000000 +0200
 
3
--- rsyslog.orig/plugins/ommysql/createDB.sql   2007-12-12 18:18:29.000000000 +0100
 
4
+++ rsyslog/plugins/ommysql/createDB.sql        2008-02-12 16:03:04.000000000 +0100
5
5
@@ -1,6 +1,4 @@
6
6
-CREATE DATABASE Syslog;
7
7
-USE Syslog;
19
19
 (
20
20
         ID int unsigned not null auto_increment primary key,
21
21
         SystemEventID int NULL ,
 
22
Index: rsyslog/plugins/ompgsql/createDB.sql
 
23
===================================================================
 
24
--- rsyslog.orig/plugins/ompgsql/createDB.sql   2007-12-12 18:18:29.000000000 +0100
 
25
+++ rsyslog/plugins/ompgsql/createDB.sql        2008-02-12 16:03:04.000000000 +0100
 
26
@@ -1,5 +1,3 @@
 
27
-CREATE DATABASE "Syslog";
 
28
-\c Syslog;
 
29
 CREATE TABLE SystemEvents
 
30
 (
 
31
         ID serial not null primary key,