OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 05-Jan-2004 15:10:43
Branch: HEAD Handle: 2004010514104102
Modified files:
openpkg-src/mysql my.cnf mysql.spec
openpkg-web news.txt
Log:
cleanup config file
Summary:
Revision Changes Path
1.10 +2 -8 openpkg-src/mysql/my.cnf
1.85 +1 -1 openpkg-src/mysql/mysql.spec
1.7980 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/my.cnf
============================================================================
$ cvs diff -u -r1.9 -r1.10 my.cnf
--- openpkg-src/mysql/my.cnf 9 Jun 2003 11:37:53 -0000 1.9
+++ openpkg-src/mysql/my.cnf 5 Jan 2004 14:10:43 -0000 1.10
@@ -12,12 +12,10 @@
# logfile destinations (overwrite values of rc.mysql in rc.conf accordingly)
log = @l_prefix@/var/mysql/common.log
log-update = @l_prefix@/var/mysql/update.log
-# binary log
-# use instead of log-update, server-id must be unique for replication
+# binary log (use instead of log-update, server-id must be unique for replication)
#log-bin = @l_prefix@/var/mysql/binary.log
#server-id = 1
-
[mysqld_safe]
datadir = @l_prefix@/var/mysql
socket = @l_prefix@/var/mysql/mysql.sock
@@ -36,7 +34,6 @@
set-variable = max_delayed_threads=20
set-variable = max_heap_table_size=16777216
set-variable = max_sort_length=1024
-# for max_user_connections=0 (unlimited) comment out the following line
set-variable = max_user_connections=1000
set-variable = record_buffer=131072
set-variable = record_rnd_buffer=131072
@@ -49,14 +46,11 @@
set-variable = [EMAIL PROTECTED]@
set-variable = [EMAIL PROTECTED]@
-# Innobase
+# Innobase DB
#set-variable = innodb_buffer_pool_size=70M
#set-variable = innodb_additional_mem_pool_size=2M
#set-variable = innodb_log_files_in_group=3
#set-variable = innodb_log_file_size=20M
#set-variable = innodb_log_buffer_size=8M
#set-variable = innodb_lock_wait_timeout=50
-#innodb_data_home_dir =
-#innodb_data_file_path = @innodb_data_file_path@
-#innodb_flush_log_at_trx_commit = 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.84 -r1.85 mysql.spec
--- openpkg-src/mysql/mysql.spec 18 Dec 2003 13:25:29 -0000 1.84
+++ openpkg-src/mysql/mysql.spec 5 Jan 2004 14:10:43 -0000 1.85
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20031218
+Release: 20040105
# package options
%option with_berkeleydb yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7979 -r1.7980 news.txt
--- openpkg-web/news.txt 5 Jan 2004 13:28:31 -0000 1.7979
+++ openpkg-web/news.txt 5 Jan 2004 14:10:41 -0000 1.7980
@@ -1,3 +1,4 @@
+05-Jan-2004: Upgraded package: P<mysql-4.0.17-20040105>
05-Jan-2004: Upgraded package: P<openpkg-20040105-20040105>
05-Jan-2004: New package: P<offlineimap-4.0.0-20040105>
05-Jan-2004: Upgraded package: P<pgpdump-0.20-20040105>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]