Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 1996 16:02:35 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        root@dnsback.sos.state.il.us (Charlie ROOT)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: majordomo install problem
Message-ID:  <199605142302.QAA20156@freefall.freebsd.org>
In-Reply-To: <Pine.BSF.3.91.960514150750.408A-100000@dnsback.sos.state.il.us> from "Charlie ROOT" at May 14, 96 03:15:37 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Charlie ROOT wrote:
> 
> 
> I have tried to install majordomo-1.92 on FreeBSD-2.1. Things 
> appeared to go allright. However each time I try to execute
> './wrapper majordomo' I get the following error:
> 
> ./wrapper: error: recompile usr POSIX flags
> 
> Should I really do this our is this a permissions problem?
> 
> 
> Here is the edited Makefile 
[snip]
> W_PATH=/bin:/usr/bin:/usr/ucb

	W_PATH=/bin:/usr/bin

> W_HOME=${W_BIN}
> W_SHELL=/bin/csh
> W_MAJORDOMO_CF=/etc/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=daemon

	W_USER=root

> W_GROUP=majordom
> 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}\"

jmb
--
Jonathan M. Bresler           FreeBSD Postmaster             jmb@FreeBSD.ORG
FreeBSD--4.4BSD Unix for PC clones, source included. http://www.freebsd.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605142302.QAA20156>