From 760238a2ec11db4e959c99c8856ff6c5be6d8447 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Mar 2015 16:59:00 +0100 Subject: [PATCH] monkey: add configuration files. --- srcpkgs/monkey/template | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/srcpkgs/monkey/template b/srcpkgs/monkey/template index 88a8cba6f10..cb532e74bbf 100644 --- a/srcpkgs/monkey/template +++ b/srcpkgs/monkey/template @@ -1,7 +1,7 @@ # Template file for 'monkey' pkgname=monkey version=1.5.6 -revision=1 +revision=2 build_style=configure makedepends="mbedtls-devel" configure_args+="--prefix=/usr --plugdir=/usr/share/monkey/plugins " @@ -21,6 +21,19 @@ make_dirs=" /var/log/monkey 0755 root httpd /srv/httpd/htdocs 0755 root httpd" +conf_files=" + /etc/monkey/plugins/mbedtls/mbedtls.conf + /etc/monkey/plugins/mandril/mandril.conf + /etc/monkey/plugins/logger/logger.conf + /etc/monkey/plugins/fastcgi/fastcgi.conf + /etc/monkey/plugins/dirlisting/dirhtml.conf + /etc/monkey/plugins/dirlisting/themes/guineo/header.theme + /etc/monkey/plugins/dirlisting/themes/guineo/footer.theme + /etc/monkey/plugins/dirlisting/themes/guineo/entry.theme + /etc/monkey/plugins/cheetah/cheetah.conf + /etc/monkey/plugins/cgi/cgi.conf + /etc/monkey/plugins/auth/monkey.users" + system_accounts="httpd" httpd_descr="Monkey HTTP server" httpd_homedir="/srv/httpd"