summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-02-08 19:35:40 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-02-08 19:35:40 +0000
commit2e32ae87adc08910930ec2c51090e3373923fa2b (patch)
tree2d5a7a44b25ee2f43736508f5eb072c66404f004 /www-misc
parentShow the right postinstall instructions (diff)
downloadgentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.tar.gz
gentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.tar.bz2
gentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.zip
Mention which database to use
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/zoneminder/ChangeLog5
-rw-r--r--www-misc/zoneminder/Manifest16
-rw-r--r--www-misc/zoneminder/files/postinstall-2.txt2
3 files changed, 8 insertions, 15 deletions
diff --git a/www-misc/zoneminder/ChangeLog b/www-misc/zoneminder/ChangeLog
index c59c54eca374..5e75c9acc1ea 100644
--- a/www-misc/zoneminder/ChangeLog
+++ b/www-misc/zoneminder/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-misc/zoneminder
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.13 2006/02/08 19:33:52 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.14 2006/02/08 19:35:40 rl03 Exp $
+
+ 08 Feb 2006; Renat Lumpau <rl03@gentoo.org> files/postinstall-2.txt:
+ Mention which database to use
08 Feb 2006; Renat Lumpau <rl03@gentoo.org> zoneminder-1.22.0.ebuild:
Show the right postinstall instructions
diff --git a/www-misc/zoneminder/Manifest b/www-misc/zoneminder/Manifest
index 3238f3462290..3e17cd783d29 100644
--- a/www-misc/zoneminder/Manifest
+++ b/www-misc/zoneminder/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 a33743d091095dfdf8712f0974345efc ChangeLog 2759
RMD160 7125f7ac718708ea66271421b08c0395d588dbc2 ChangeLog 2759
SHA256 858e89572c4a366eb6825356625660f8a4bbae5deb73165d755d048df346fbae ChangeLog 2759
@@ -19,9 +16,9 @@ SHA256 606b6ee31d2baf459001f886615f4a9f691c0e79e574b6decbd97cf75f1524ab files/di
MD5 fc6cb561550067ae70f7596cd82e092a files/init.d 411
RMD160 b33545e4be52e69728df0f0a4f2698c58a05ca36 files/init.d 411
SHA256 5a9faa34fe3cc27a012e3c1f86d82de97a7b78db629b303e47908cf7318fc801 files/init.d 411
-MD5 cc506f3ccbbdd0b4043c0cdb78d2479d files/postinstall-2.txt 596
-RMD160 87f6ec83c912e672ca64e5036e52bd6368cecdd6 files/postinstall-2.txt 596
-SHA256 f5dbf61ef1c346f38534e96ffe0b57d16700d2edf1eba851d8c527b90db8a851 files/postinstall-2.txt 596
+MD5 03b34ced7e992c7c47be351321ffcfb2 files/postinstall-2.txt 586
+RMD160 44c82e87aff44fd1f3ac9e7177ab0feefaa263e8 files/postinstall-2.txt 586
+SHA256 83b844510f9159e65150fe102ffeb5a5dbe7ad0a890b0074f198b6011fbd78dd files/postinstall-2.txt 586
MD5 f1bbdbaae143812aebe236c421c4fba9 files/postinstall.txt 627
RMD160 4684b7099eeb05886fb434b6eaabea6ee405d670 files/postinstall.txt 627
SHA256 e61ef4565aba1aee2c472aa38f7feeb7c8acb7db8ba23bd8ec48a4a08129ffba files/postinstall.txt 627
@@ -40,10 +37,3 @@ SHA256 f6853464d5d5674959665e09a5fa9c7a654cadbf2fb69b73e6dd40b913fbeddc zonemind
MD5 a3b4ea5c35246b934cee327b93a43df9 zoneminder-1.22.0.ebuild 2079
RMD160 6b64fb4e6c543a89fa61b9c5f1ee5870dd4b5b19 zoneminder-1.22.0.ebuild 2079
SHA256 cbe3046ae089796f6147efa1fccec5c5f7eeae3392dcaf49476a9703adf25b61 zoneminder-1.22.0.ebuild 2079
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFD6kesEzitwsaoONoRAqe6AKCaCT0MWl4M0u8qukQhm62VSQCNeQCfWx+R
-lEVqDa6SWL94Pnywi4dpETk=
-=eJ7A
------END PGP SIGNATURE-----
diff --git a/www-misc/zoneminder/files/postinstall-2.txt b/www-misc/zoneminder/files/postinstall-2.txt
index b41d8ddb558a..2e2eb061b8f1 100644
--- a/www-misc/zoneminder/files/postinstall-2.txt
+++ b/www-misc/zoneminder/files/postinstall-2.txt
@@ -4,7 +4,7 @@
cd /usr/share/${PN}
mysql mysql < db/zm_create.sql
mysql mysql
- > grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>';
+ > grant select,insert,update,delete on zoneminder.* to '<username>'@localhost identified by '<password>';
> quit
mysqladmin reload