summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-11-21 22:36:17 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-11-21 22:36:17 +0000
commitf965b49ed7ab9835dde8cbf8a1ab12c5eecaeb3f (patch)
tree29971b101e13c4eb3a83ec2ed7d346d2334259d0 /www-misc/zoneminder/files
parentHousekeeping (diff)
downloadgentoo-2-f965b49ed7ab9835dde8cbf8a1ab12c5eecaeb3f.tar.gz
gentoo-2-f965b49ed7ab9835dde8cbf8a1ab12c5eecaeb3f.tar.bz2
gentoo-2-f965b49ed7ab9835dde8cbf8a1ab12c5eecaeb3f.zip
Housekeeping
(Portage version: 2.1.2_rc1-r5) (Signed Manifest commit)
Diffstat (limited to 'www-misc/zoneminder/files')
-rw-r--r--www-misc/zoneminder/files/digest-zoneminder-1.21.43
-rw-r--r--www-misc/zoneminder/files/postinstall.txt19
-rw-r--r--www-misc/zoneminder/files/zmconfig-gentoo.txt19
3 files changed, 0 insertions, 41 deletions
diff --git a/www-misc/zoneminder/files/digest-zoneminder-1.21.4 b/www-misc/zoneminder/files/digest-zoneminder-1.21.4
deleted file mode 100644
index 94c7747253e7..000000000000
--- a/www-misc/zoneminder/files/digest-zoneminder-1.21.4
+++ /dev/null
@@ -1,3 +0,0 @@
-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/postinstall.txt b/www-misc/zoneminder/files/postinstall.txt
deleted file mode 100644
index 5bb5c2d66404..000000000000
--- a/www-misc/zoneminder/files/postinstall.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-If this is a new installation, you will need to create a database for ZM to
-use. Execute the following:
-
- cd /usr/share/doc/${PN}-${PVR}
- 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
-
-Now run zmconfig.pl:
- cd /usr/share/${PN}-${PVR}
- edit zmconfig-gentoo.txt set your db settings
- ./zmconfig.pl -f ./zmconfig-gentoo.txt -noi -nor
-
-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
deleted file mode 100644
index a474d4cbe51f..000000000000
--- a/www-misc/zoneminder/files/zmconfig-gentoo.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-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