add manual pages, correct copyright notices
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 26 Oct 1988 07:07:53 +0000 (23:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 26 Oct 1988 07:07:53 +0000 (23:07 -0800)
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

usr/src/usr.sbin/sendmail/src/Makefile
usr/src/usr.sbin/sendmail/src/aliases.5
usr/src/usr.sbin/sendmail/src/newaliases.1

index e12aaec..fbf8028 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # 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 \
 #
 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
        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}
 
 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 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
        rm -f ${DESTDIR}/usr/ucb/newaliases
        ln -s ${DESTDIR}/usr/lib/sendmail ${DESTDIR}/usr/ucb/newaliases
        rm -f ${DESTDIR}/usr/ucb/mailq
index 117fa4f..f82c997 100644 (file)
@@ -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
 .\"
 .TH ALIASES 5 ""
 .UC 4
index 400d685..b201489 100644 (file)
@@ -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
 .\"
 .TH NEWALIASES 1 ""
 .UC 4