diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-11 17:58:56 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-11 17:58:56 +0000 |
commit | 5abe104793ead00c6577933a6382f2c3f276e5eb (patch) | |
tree | 394d806ac9b7fa0578812539fb93369dbb09cb80 /www/momspider/files | |
parent | 645ac205261ba44a96336ce98a36b3dee80acdac (diff) |
Notes
Diffstat (limited to 'www/momspider/files')
-rw-r--r-- | www/momspider/files/momspider.sh | 20 | ||||
-rw-r--r-- | www/momspider/files/patch-aa | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/www/momspider/files/momspider.sh b/www/momspider/files/momspider.sh new file mode 100644 index 000000000000..4f331a1efcf3 --- /dev/null +++ b/www/momspider/files/momspider.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# wrapper for momspider +# +# MOMspider is a web-roaming robot that specializes in the maintenance +# of distributed hypertext infostructures (i.e. wide-area webs). The +# program is written in Perl and, once customized for your site, should +# work on any UNIX-based system with Perl 4.036. +# +# The momspider documentation is in /usr/local/momspider/README.html +# +# $Id$ + +PATH=/bin:/usr/bin; export PATH +momhome=/usr/local/momspider + +: ${LIBWWW_PERL=$momhome/libwww-perl-0.40}; export LIBWWW_PERL +: ${MOMSPIDER_HOME=$momhome}; export MOMSPIDER_HOME + +exec perl ${MOMSPIDER_HOME}/momspider "$@" diff --git a/www/momspider/files/patch-aa b/www/momspider/files/patch-aa new file mode 100644 index 000000000000..8d32771ad7db --- /dev/null +++ b/www/momspider/files/patch-aa @@ -0,0 +1,11 @@ +--- momconfig.pl 1997/10/10 22:35:11 1.1 ++++ momconfig.pl 1997/10/10 22:35:29 +@@ -78,7 +78,7 @@ + # which messages should be mailed, and accepts other headers and message + # text from stdin. + +-$sendmailCommand = "/usr/lib/sendmail"; ++$sendmailCommand = "/usr/sbin/sendmail"; + + + # ========================================================================== |