From: Keith Bostic Date: Wed, 26 Oct 1988 07:07:53 +0000 (-0800) Subject: add manual pages, correct copyright notices X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~353 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/e23029c36ed888618080cf853c955e4f5d06252d add manual pages, correct copyright notices SCCS-vsn: usr.sbin/sendmail/src/Makefile 5.8 SCCS-vsn: usr.sbin/sendmail/src/aliases.5 6.2 SCCS-vsn: usr.sbin/sendmail/src/newaliases.1 6.3 --- diff --git a/usr/src/usr.sbin/sendmail/src/Makefile b/usr/src/usr.sbin/sendmail/src/Makefile index e12aaec17d..fbf802824c 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefile +++ b/usr/src/usr.sbin/sendmail/src/Makefile @@ -14,7 +14,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.7 (Berkeley) %G% +# @(#)Makefile 5.8 (Berkeley) %G% # SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ deliver.c domain.c envelope.c err.c headers.c macro.c main.c \ @@ -24,7 +24,7 @@ OBJS= alias.o arpadate.o clock.o collect.o conf.o convtime.o daemon.o \ deliver.o domain.o envelope.o err.o headers.o macro.o main.o \ parseaddr.o queue.o readcf.o recipient.o savemail.o srvrsmtp.o \ stab.o stats.o sysexits.o trace.o usersmtp.o util.o -MAN= sendmail.0 +MAN= sendmail.0 newaliases.0 aliases.0 CFLAGS= -O -I. -I../include -DVMUNIX ASMSED= ../include/asm.sed.${MACHINE} @@ -52,6 +52,8 @@ install: ${MAN} install -c -o bin -g bin -m 644 /dev/null ${DESTDIR}/usr/lib/sendmail.fc install -c -o bin -g bin -m 666 /dev/null ${DESTDIR}/usr/lib/sendmail.st install -c -o bin -g bin -m 444 sendmail.0 ${DESTDIR}/usr/man/cat8 + install -c -o bin -g bin -m 444 aliases.5 ${DESTDIR}/usr/man/cat5 + install -c -o bin -g bin -m 444 newaliases.0 ${DESTDIR}/usr/man/cat1 rm -f ${DESTDIR}/usr/ucb/newaliases ln -s ${DESTDIR}/usr/lib/sendmail ${DESTDIR}/usr/ucb/newaliases rm -f ${DESTDIR}/usr/ucb/mailq diff --git a/usr/src/usr.sbin/sendmail/src/aliases.5 b/usr/src/usr.sbin/sendmail/src/aliases.5 index 117fa4fe08..f82c997753 100644 --- a/usr/src/usr.sbin/sendmail/src/aliases.5 +++ b/usr/src/usr.sbin/sendmail/src/aliases.5 @@ -1,8 +1,19 @@ -.\" Copyright (c) 1980 Regents of the University of California. -.\" All rights reserved. The Berkeley software License Agreement -.\" specifies the terms and conditions for redistribution. +.\" Copyright (c) 1985 The Regents of the University of California. +.\" All rights reserved. .\" -.\" @(#)aliases.5 6.1 (Berkeley) %G% +.\" Redistribution and use in source and binary forms are permitted +.\" provided that the above copyright notice and this paragraph are +.\" duplicated in all such forms and that any documentation, +.\" advertising materials, and other materials related to such +.\" distribution and use acknowledge that the software was developed +.\" by the University of California, Berkeley. The name of the +.\" University may not be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" +.\" @(#)aliases.5 6.2 (Berkeley) %G% .\" .TH ALIASES 5 "" .UC 4 diff --git a/usr/src/usr.sbin/sendmail/src/newaliases.1 b/usr/src/usr.sbin/sendmail/src/newaliases.1 index 400d6858bc..b201489931 100644 --- a/usr/src/usr.sbin/sendmail/src/newaliases.1 +++ b/usr/src/usr.sbin/sendmail/src/newaliases.1 @@ -1,8 +1,19 @@ -.\" Copyright (c) 1980 Regents of the University of California. -.\" All rights reserved. The Berkeley software License Agreement -.\" specifies the terms and conditions for redistribution. +.\" Copyright (c) 1985 The Regents of the University of California. +.\" All rights reserved. .\" -.\" @(#)newaliases.1 6.2 (Berkeley) %G% +.\" Redistribution and use in source and binary forms are permitted +.\" provided that the above copyright notice and this paragraph are +.\" duplicated in all such forms and that any documentation, +.\" advertising materials, and other materials related to such +.\" distribution and use acknowledge that the software was developed +.\" by the University of California, Berkeley. The name of the +.\" University may not be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" +.\" @(#)newaliases.1 6.3 (Berkeley) %G% .\" .TH NEWALIASES 1 "" .UC 4