3 - Makefile

[editar]
Tutorial creado por Maria Teresa C.T. Extraido de: http://www.tux.cl/articulos.php?id=33
30 de Noviembre de 1999
Editar /usr/local/src/majordomo-1.94.5/Makefile

·  /usr/local/src/majordomo-1.94.5/Makefile

...

#
  Configure these items
#
#

# Put the location of your Perl binary here:

<b>PERL = /usr/bin/perl</b>

# What do you call your C compiler?

CC = cc

# Where do you want Majordomo to be installed?  This CANNOT be the

# current directory (where you unpacked the distribution)

<b>W_HOME = /usr/local/majordomo</b>

# Where do you want man pages to be installed?

<b>MAN = /usr/local/man</b>

# You need to have or create a user and group which majordomo will run as.

# Enter the numeric UID and GID (not their names!) here:

<b>W_USER = 507</b>

<b>W_GROUP = 3001</b>

# These set the permissions for all installed files and executables (except

# the wrapper), respectively.  Some sites may wish to make these more

# lenient, or more restrictive.

FILE_MODE = 644

EXEC_MODE = 755

HOME_MODE = 751

# If your system is POSIX (e.g. Sun Solaris, SGI Irix 5 and 6, Dec Ultrix MIPS,

# BSDI or other 4.4-based BSD, Linux) use the following four lines.  Do not

# change these values!

WRAPPER_OWNER = root

WRAPPER_GROUP = $(W_GROUP)

WRAPPER_MODE = 4755

POSIX = -DPOSIX_UID=$(W_USER) -DPOSIX_GID=$(W_GROUP)

# Otherwise, if your system is NOT POSIX (e.g. SunOS 4.x, SGI Irix 4,

# HP DomainOS) then comment out the above four lines and uncomment

# the following four lines.

# WRAPPER_OWNER = $(W_USER)

# WRAPPER_GROUP = $(W_GROUP)

# WRAPPER_MODE = 6755

# POSIX =

# Define this if the majordomo programs should *also* be run in the same

# group as your MTA, usually sendmail.  This is rarely needed, but some

# MTAs require certain group memberships before allowing the message sender

# to be set arbitrarily.

# MAIL_GID =   numeric_gid_of_MTA

# 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_SHELL = /bin/sh

W_PATH = /bin:/usr/bin:/usr/ucb

W_MAJORDOMO_CF = $(W_HOME)/majordomo.cf

# A directory for temp files..

TMPDIR = <b>/tmp</b>

#
YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.

...
[editar]

Sé el primero en opinar


Tutoriales relacionados con 'Instalando y configurando majordomo'

Majordomo es un programa que automatiza la gestión de listas de correo en Internet. Los... Más »

Autor y licencia de 'Instalando y configurando majordomo'


Tutorial de Maria Teresa C.T. Extraido de: http://www.tux.cl/articulos.php?id=33 CopyLeft
Este contenido ha sido recopilado por el equipo de Wikilearning. Todo el contenido recopilado se ha obtenido respetando y comunicando en nuestro site la licencia de cada fuente.
Wikilearning tiene permiso expreso por escrito de los autores para publicar los contenidos que ha extraído de otras webs, incluyendo su uso comercial.