summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-07-01 05:48:19 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-07-01 05:48:19 +0000
commit668db6a8ff08550e8a30074e91004f19058e1f26 (patch)
tree144dbbaf9473d9a5fd0e7abee6187859d69b2829 /www-misc/zoneminder/files
parentGo back to the better hardened setup, now that the binutils patch tarball is ... (diff)
downloadhistorical-668db6a8ff08550e8a30074e91004f19058e1f26.tar.gz
historical-668db6a8ff08550e8a30074e91004f19058e1f26.tar.bz2
historical-668db6a8ff08550e8a30074e91004f19058e1f26.zip
Version bump
Package-Manager: portage-2.1
Diffstat (limited to 'www-misc/zoneminder/files')
-rw-r--r--www-misc/zoneminder/files/digest-zoneminder-1.21.42
-rw-r--r--www-misc/zoneminder/files/digest-zoneminder-1.22.23
-rw-r--r--www-misc/zoneminder/files/postinstall-2.txt7
-rw-r--r--www-misc/zoneminder/files/postupgrade.txt7
4 files changed, 15 insertions, 4 deletions
diff --git a/www-misc/zoneminder/files/digest-zoneminder-1.21.4 b/www-misc/zoneminder/files/digest-zoneminder-1.21.4
index 3d1b9d0e39c3..94c7747253e7 100644
--- a/www-misc/zoneminder/files/digest-zoneminder-1.21.4
+++ b/www-misc/zoneminder/files/digest-zoneminder-1.21.4
@@ -1 +1,3 @@
MD5 ce35d8f99bf7da0691a692fd6e10005f zm-1.21.4.tar.gz 935070
+RMD160 233fcd3084e366cdf305d943d9098df7cccf6eb3 zm-1.21.4.tar.gz 935070
+SHA256 e69fb3f9e739adf7e7628ba6de7b0fc8ad4b0a2c879d4a6ca1c104ec7a00722e zm-1.21.4.tar.gz 935070
diff --git a/www-misc/zoneminder/files/digest-zoneminder-1.22.2 b/www-misc/zoneminder/files/digest-zoneminder-1.22.2
new file mode 100644
index 000000000000..4bee10255c81
--- /dev/null
+++ b/www-misc/zoneminder/files/digest-zoneminder-1.22.2
@@ -0,0 +1,3 @@
+MD5 b38ad6ff8c71c589e04d32f8352d2b9c ZoneMinder-1.22.2.tar.gz 1246851
+RMD160 ec84f03e26573a4ab9965c5d365368b78cd9e333 ZoneMinder-1.22.2.tar.gz 1246851
+SHA256 f8d0ee7e19eb17ff793cd0cc92629919233f1e52e07d5dbc73e02b7a611bd360 ZoneMinder-1.22.2.tar.gz 1246851
diff --git a/www-misc/zoneminder/files/postinstall-2.txt b/www-misc/zoneminder/files/postinstall-2.txt
index 2e2eb061b8f1..f6c588d1d5e6 100644
--- a/www-misc/zoneminder/files/postinstall-2.txt
+++ b/www-misc/zoneminder/files/postinstall-2.txt
@@ -1,4 +1,4 @@
-1. If this is a new installation, you will need to create a database for ZM to
+0. If this is a new installation, you will need to create a database for ZM to
use. Execute the following:
cd /usr/share/${PN}
@@ -8,13 +8,16 @@
> quit
mysqladmin reload
-2. Edit /etc/zm.conf:
+1. Edit /etc/zm.conf:
ZM_PATH_BUILD => /usr/share/${PN}
ZM_PATH_WEB => ${MY_INSTALLDIR}
ZM_PATH_CGI => ${VHOST_CGIBINDIR}
Also set your database settings.
+2. Start the zoneminder daemon:
+ /etc/init.d/zoneminder stop
+
3. Login: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/zm.php
Default username/password are admin/admin.
diff --git a/www-misc/zoneminder/files/postupgrade.txt b/www-misc/zoneminder/files/postupgrade.txt
index 35a4f27d3f84..98e59576deed 100644
--- a/www-misc/zoneminder/files/postupgrade.txt
+++ b/www-misc/zoneminder/files/postupgrade.txt
@@ -1,12 +1,15 @@
-1. If you are upgrading, you will need to run the zmupdate.pl script:
+0. If you are upgrading, you will need to run the zmupdate.pl script:
/usr/bin/zmupdate.pl version=<from version> [--user=<database user> --pass=<database password>]
-2. Edit /etc/zm.conf:
+1. Edit /etc/zm.conf:
ZM_PATH_BUILD => /usr/share/${PN}
ZM_PATH_WEB => ${MY_INSTALLDIR}
ZM_PATH_CGI => ${VHOST_CGIBINDIR}
Also set your database settings.
+2. Start the zoneminder daemon:
+ /etc/init.d/zoneminder start
+
3. Login: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/zm.php