Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 1995 16:08:24 -0400 (EDT)
From:      "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>
To:        Dave Wilson <ccdw@kudu.ru.ac.za>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: majordomo or similar for 2.0.5?
Message-ID:  <Pine.3.89.9506131626.G1056-0100000@kryten.atinc.com>
In-Reply-To: <m0sLaH6-000CPHC@kudu.ru.ac.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 13 Jun 1995, Dave Wilson wrote:

> Does anyone know where I can get majordomo or similar list server
> package for FreeBSD 2.0.5?  I've browsed around in packages and
> ports/distfiles and can't see anything there that seems to fit the bill.

	all you need is the edits to the makefile.  set the variables to match 
your system. if you need examples for /etc/sendmail, i can provide. ;)

# This is where "wrapper" looks for the programs it's supposed to run.
#W_BIN=/tools/majordomo-1.92
W_BIN=/c/jmb/mj192

# This is the environment that (along with LOGNAME and USER inherited 
from the
# parent process, and without the leading "W_" in the variable names) gets
# passed to processes run by "wrapper"

W_PATH=/bin:/usr/bin
W_HOME=${W_BIN}
W_SHELL=/bin/csh
W_MAJORDOMO_CF=$(W_BIN)/majordomo.cf

# Use these settings for BSD-based systems, including SunOS 4.x.  If you're
# using a POSIX-compliant system (including SysV and BSDI), comment these
# settings out, and uncomment the POSIX settings below.
W_USER=root
W_GROUP=daemon
W_CHOWN=${W_USER}.${W_GROUP}
W_CHMOD=6755
WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\"    \
        -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\"  \
        -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\"





> 
> Thanks.
> -- 
> Dave Wilson                                       
> Director, Computing Services, Rhodes University   Phone: +27-461-318279
> Grahamstown, South Africa                         Fax:   +27-461-25049
> 

Jonathan M. Bresler  jmb@kryten.atinc.com	| Analysis & Technology, Inc.  
						| 2341 Jeff Davis Hwy
play go.					| Arlington, VA 22202
ride bike. hack FreeBSD.--ah the good life	| 703-418-2800 x346




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.3.89.9506131626.G1056-0100000>