diff options
author | 2006-11-01 22:18:08 +0000 | |
---|---|---|
committer | 2006-11-01 22:18:08 +0000 | |
commit | 5628d5b2a39c655779aa81134ea4b2c272091e5e (patch) | |
tree | 87e59ac56ce48d1b6e08dd6eaa26ecc1054a7a02 /www-misc | |
parent | compiz version bump (diff) | |
download | gentoo-2-5628d5b2a39c655779aa81134ea4b2c272091e5e.tar.gz gentoo-2-5628d5b2a39c655779aa81134ea4b2c272091e5e.tar.bz2 gentoo-2-5628d5b2a39c655779aa81134ea4b2c272091e5e.zip |
Fix postinstall instructions, bug #153585.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/zoneminder/ChangeLog | 5 | ||||
-rw-r--r-- | www-misc/zoneminder/files/postinstall-2.txt | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www-misc/zoneminder/ChangeLog b/www-misc/zoneminder/ChangeLog index 9838edee4ac4..d8202fef1118 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.16 2006/08/03 16:39:31 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.17 2006/11/01 22:18:08 rl03 Exp $ + + 01 Nov 2006; Renat Lumpau <rl03@gentoo.org> files/postinstall-2.txt: + Fix postinstall instructions, bug #153585. 03 Aug 2006; Renat Lumpau <rl03@gentoo.org> zoneminder-1.22.2.ebuild: emake install needs -j1. bug #142662. diff --git a/www-misc/zoneminder/files/postinstall-2.txt b/www-misc/zoneminder/files/postinstall-2.txt index f6c588d1d5e6..2c8c4aba6896 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 zoneminder.* to '<username>'@localhost identified by '<password>'; + > grant select,insert,update,delete on zm.* to '<username>'@localhost identified by '<password>'; > quit mysqladmin reload |