DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦b9d671bf3⟧ TextFile

    Length: 939 (0x3ab)
    Types: TextFile
    Names: »Makefile.generic«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦aa80fdcbc⟧ »EurOpenD3/mail/ida.5.61.tar.Z« 
        └─⟦4314099ac⟧ 
            └─⟦this⟧ »cf/Makefile.generic« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/ida/cf/Makefile.generic« 

TextFile

#
#  MAKEFILE -- Configuration Files.
#  Copyright (c) 1987 Lennart Lovstrand
#  CIS Dept, Univ of Linkoping, Sweden
#
#  Use it, abuse it, but don't sell it.
#
#  Generic version.

SITENAME=	# Value of `hostname | sed 's/\..*//'` or equiv
CONFIGS=	$(SITENAME).cf newaliases.cf

#  The following definitions are inserted by ../Makefile
#  Change them there--not here!
LIBDIR=		/usr/lib/mail

all:		$(CONFIGS)

install:	$(CONFIGS)
		cp $(SITENAME).cf /usr/lib/sendmail.cf
		cp newaliases.cf $(LIBDIR)

diff:
		-diff /usr/lib/sendmail.cf $(SITENAME).cf

clean:
		-rm -f \#* *~ *.cf

backup:
		tar cf Backup.tar *.m4 *.mc

$(CONFIGS):	Sendmail.mc

sendmail.cf	Sendmail.cf:
		@echo 'Based on what host/site?  Do make <host>.cf instead.'

stop:
		-skill sendmail

restart:	stop
		/usr/lib/sendmail -bd -q30m

.SUFFIXES:	.cf .m4

.m4.cf:
		@echo "# NOTE: This file was automatically generated from an m4 specification" >$*.cf
		m4 $*.m4 >>$*.cf