View | Details | Raw Unified | Return to bug 145438 | Differences between
and this patch

Collapse All | Expand All

(-)rackmonkey/Makefile (-3 / +5 lines)
Lines 2-15 Link Here
2
# Date created:						February 10, 2010
2
# Date created:						February 10, 2010
3
# Whom:								Eric F Crist <ecrist@secure-computing.net>
3
# Whom:								Eric F Crist <ecrist@secure-computing.net>
4
#
4
#
5
# $FreeBSD: ports/net-mgmt/rackmonkey/Makefile,v 1.3 2010/03/31 17:16:42 wxs Exp $
5
# $FreeBSD: ports/net-mgmt/rackmonkey/Makefile,v 1.2 2010/03/10 17:53:27 miwi Exp $
6
#
6
#
7
7
8
PORTNAME=	rackmonkey
8
PORTNAME=	rackmonkey
9
PORTVERSION=	1.2.5
9
PORTVERSION=	1.2.5
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	net-mgmt www
11
CATEGORIES=	net-mgmt www
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF \
13
		ftp://ftp.secure-computing.net/pub/FreeBSD/ports/rackmonkey/ \
14
		ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/rackmonkey/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
15
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
14
16
15
MAINTAINER=	ecrist@secure-computing.net
17
MAINTAINER=	ecrist@secure-computing.net
(-)rackmonkey/files/pkg-message.in (-1 / +4 lines)
Lines 17-28 Link Here
17
If using the Apache web server, simply add the following
17
If using the Apache web server, simply add the following
18
to the appropriate place in your config files:
18
to the appropriate place in your config files:
19
19
20
Alias /rackmonkey %%WWWDIR%%
20
<Location /rackmonkey>
21
<Location /rackmonkey>
22
   Order allow,deny
23
   Allow from all
21
   Options ExecCGI FollowSymLinks Includes
24
   Options ExecCGI FollowSymLinks Includes
22
   AddHandler cgi-script .pl
25
   AddHandler cgi-script .pl
23
   AddType text/html .shtml 
26
   AddType text/html .shtml 
24
   AddHandler server-parsed .shtml
27
   AddHandler server-parsed .shtml
25
   DirectoryIndex rackmonkey.pl index.shtml index.html 
28
   DirectoryIndex rackmonkey.pl index.shtml index.html 
26
   SetEnv RACKMONKEY_CONF /usr/local/www/rackmonkey/rackmonkey.conf
29
   SetEnv RACKMONKEY_CONF %%WWWDIR%%/rackmonkey.conf
27
</Location>
30
</Location>
28
31

Return to bug 145438