head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.04.11.09.58.39;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2005.10.31.11.25.56;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@2009-03-22 science/oof: Broken with GCC 4.2 and beyond
2009-04-06 www/raqdevil: Master site gone, distfiles not fetchable
@
text
@#!/bin/sh

echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
echo ""
echo "This port installs configuration files and is designed to automate"
echo "administration of your system as a web server. As such, existing"
echo "configurations may be overwritten. It is recommended to _only_ install"
echo "this port on unconfigured machines."
echo ""
echo -n "Do you want to install this port (Y/N)? "
read answer
if [ "x"$answer = "xY" -o "x"$answer = "xy" ]; then
	exit 0
else
	exit 1;
fi 
@


1.1
log
@new port www/raqdevil

	This pr is a duplicate of ports/87108, which doesn't have the shar.

	This shar creates a raqdevil/ directory which is suitable
	for addition in the FreeBSD ports tree.

        From the pkg-descr:

	RAQdevil is a web control panel application, developed by
	OffMyServer and based upon the Sun Cobalt RaQ550 software.
	The RAQdevil is software that provides web based management
	of multiple aspects of a server. RAQdevil manages system
	users, web sites, email, DNS, and other common server
	components used for web hosting.

        http://www.raqdevil.com/

	I submitted a shar for 0.9 as well, but cannot find the
	original report via the web interface. This shar supercedes
	0.9.

PR:		ports/87129
Submitted by:	Devon H. O'Dell <dodell@@offmyserver.com>
@
text
@@

