diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-07-07 18:42:07 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-07-07 18:42:07 +0000 |
commit | c7e432d7873769b17e9ca278702889a561d3e303 (patch) | |
tree | 4b9323e0db3d48b255a44b5dfa6265c901df225d /www-misc/zoneminder/files | |
parent | Stable on ppc64 (diff) | |
download | historical-c7e432d7873769b17e9ca278702889a561d3e303.tar.gz historical-c7e432d7873769b17e9ca278702889a561d3e303.tar.bz2 historical-c7e432d7873769b17e9ca278702889a561d3e303.zip |
Version bump. Create log dirs (wrt #72002).
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-misc/zoneminder/files')
-rw-r--r-- | www-misc/zoneminder/files/digest-zoneminder-1.21.2 | 1 | ||||
-rw-r--r-- | www-misc/zoneminder/files/postinstall.txt | 14 | ||||
-rw-r--r-- | www-misc/zoneminder/files/zmconfig-gentoo.txt | 19 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www-misc/zoneminder/files/digest-zoneminder-1.21.2 b/www-misc/zoneminder/files/digest-zoneminder-1.21.2 new file mode 100644 index 000000000000..2c7de58c64b3 --- /dev/null +++ b/www-misc/zoneminder/files/digest-zoneminder-1.21.2 @@ -0,0 +1 @@ +MD5 cb4c6a65ed848f34b26723973345b732 zm-1.21.2.tar.gz 866244 diff --git a/www-misc/zoneminder/files/postinstall.txt b/www-misc/zoneminder/files/postinstall.txt new file mode 100644 index 000000000000..abd6e3b06ff3 --- /dev/null +++ b/www-misc/zoneminder/files/postinstall.txt @@ -0,0 +1,14 @@ +If this is a new installation, you will need to create a database for ZM to +use. Execute the following: + + cd /usr/share/doc/zoneminder-VERSION + gunzip zmschema.sql.gz && mysql mysql < zmschema.sql + mysql mysql + > grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>'; + > quit + mysqladmin reload + +Then edit /etc/zm.conf, and log in: + http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/zm.php + +Default username/password are admin/admin. diff --git a/www-misc/zoneminder/files/zmconfig-gentoo.txt b/www-misc/zoneminder/files/zmconfig-gentoo.txt new file mode 100644 index 000000000000..a474d4cbe51f --- /dev/null +++ b/www-misc/zoneminder/files/zmconfig-gentoo.txt @@ -0,0 +1,19 @@ +Name: ZM_PATH_MPEG_ENCODE +Value: /usr/bin/mpeg_encode +Description: Path to (optional) Berkeley mpeg encoder + +Name: ZM_PATH_FFMPEG +Value: /usr/bin/ffmpeg +Description: Path to (optional) ffmpeg mpeg encoder + +Name: ZM_OPT_NETPBM +Value: yes +Description: Are the (optional) Netpbm utilities installed + +Name: ZM_PATH_NETPBM +Value: /usr/bin +Description: Path to (optional) Netpbm utilities + +Name: ZM_PATH_LOGS +Value: /var/log/zoneminder +Description: Path to the various logs that the ZoneMinder daemons generate |