aboutsummaryrefslogtreecommitdiff
path: root/www/rnews/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-20 20:52:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-20 20:52:38 +0000
commit9bfd47d88c12c0b100c831ee5a147b96e3c6239a (patch)
tree8c5ded8caf80c189072fa7e511b0ecb7603c4a1e /www/rnews/files
parent1363a076bb5b020afb5b7410d2e01e02173808fd (diff)
downloadports-9bfd47d88c12c0b100c831ee5a147b96e3c6239a.tar.gz
ports-9bfd47d88c12c0b100c831ee5a147b96e3c6239a.zip
Notes
Diffstat (limited to 'www/rnews/files')
-rw-r--r--www/rnews/files/patch-inc-db.php11
-rw-r--r--www/rnews/files/pkg-message.in5
2 files changed, 2 insertions, 14 deletions
diff --git a/www/rnews/files/patch-inc-db.php b/www/rnews/files/patch-inc-db.php
deleted file mode 100644
index e24ed3473943..000000000000
--- a/www/rnews/files/patch-inc-db.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- inc/db.php.orig Fri Sep 14 06:25:32 2007
-+++ inc/db.php Fri Sep 14 06:36:13 2007
-@@ -50,7 +50,7 @@
- if (mysql_select_db(DB_DATABASE)) {
- $rc = TRUE;
- } else {
-- $rc = mysql_create_db(DB_DATABASE);
-+ $rc = mysql_query('CREATE DATABASE ' . DB_DATABASE);
- }
- mysql_close();
- return $rc;
diff --git a/www/rnews/files/pkg-message.in b/www/rnews/files/pkg-message.in
index 550a62486d6f..40fa50c99ff4 100644
--- a/www/rnews/files/pkg-message.in
+++ b/www/rnews/files/pkg-message.in
@@ -14,8 +14,7 @@ and restart httpd.
To finish the installation, open:
http://<hostname>/rnews/install.php
-update:
- The DB schema has changed in several ways! For more
- information see: %%DOCSDIR%%/UPGRADE
+for update information see:
+ %%DOCSDIR%%/UPGRADE
===============================================================