This commit is contained in:
parent
d24e306756
commit
7994ce119a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2882
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $Id: ports.cgi,v 1.19 1998-04-30 07:30:38 wosch Exp $
|
||||
# $Id: ports.cgi,v 1.20 1998-06-01 16:15:03 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
@ -87,7 +87,7 @@ sub init_variables {
|
|||
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';
|
||||
|
||||
# visible E-Mail address, plain text
|
||||
$mailto = 'wosch@FreeBSD.org';
|
||||
$mailto = 'www@FreeBSD.org';
|
||||
|
||||
# Mailinglist for FreeBSD Ports
|
||||
$mailtoList = 'ports@FreeBSD.org';
|
||||
|
@ -96,7 +96,7 @@ sub init_variables {
|
|||
$mailtoAdvanced = 'yes';
|
||||
|
||||
# the URL if you click at the E-Mail address (see below)
|
||||
$mailtoURL = 'http://www.de.freebsd.org/~wosch/';
|
||||
$mailtoURL = 'http://www.freebsd.org/ports/';
|
||||
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
|
||||
|
||||
# security
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $Id: ports.cgi,v 1.19 1998-04-30 07:30:38 wosch Exp $
|
||||
# $Id: ports.cgi,v 1.20 1998-06-01 16:15:03 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
@ -87,7 +87,7 @@ sub init_variables {
|
|||
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';
|
||||
|
||||
# visible E-Mail address, plain text
|
||||
$mailto = 'wosch@FreeBSD.org';
|
||||
$mailto = 'www@FreeBSD.org';
|
||||
|
||||
# Mailinglist for FreeBSD Ports
|
||||
$mailtoList = 'ports@FreeBSD.org';
|
||||
|
@ -96,7 +96,7 @@ sub init_variables {
|
|||
$mailtoAdvanced = 'yes';
|
||||
|
||||
# the URL if you click at the E-Mail address (see below)
|
||||
$mailtoURL = 'http://www.de.freebsd.org/~wosch/';
|
||||
$mailtoURL = 'http://www.freebsd.org/ports/';
|
||||
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
|
||||
|
||||
# security
|
||||
|
|
Loading…
Reference in a new issue