Index: head/sbin/sysctl/Makefile =================================================================== --- head/sbin/sysctl/Makefile (revision 1862) +++ head/sbin/sysctl/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= sysctl -MAN8= sysctl.0 +MAN8= sysctl.8 .include Index: head/usr.sbin/Makefile =================================================================== --- head/usr.sbin/Makefile (revision 1862) +++ head/usr.sbin/Makefile (revision 1863) @@ -1,30 +1,30 @@ # @(#)Makefile 5.20 (Berkeley) 6/12/93 # XXX MISSING: cron mkproto sa # XXX MISSING SOURCES: ac quot # XXX TEMP. BROKEN: iostat SUBDIR= XNSrouted accton amd arp chown chroot dev_mkdb diskpart \ edquota inetd kgmon kvm_mkdb lpr mtree portmap pstat \ pwd_mkdb quotaon repquota routed rmt rwhod sendmail \ sliplogin sysctl syslogd traceroute trpt trsp vipw .if make(clean) || make(cleandir) -SUBDIR+=bad144 config config.new eeprom iostat timed update +SUBDIR+=bad144 config config.new eeprom iostat timed .elif ${MACHINE} == "hp300" -SUBDIR+=config iostat timed update +SUBDIR+=config iostat timed .elif ${MACHINE} == "i386" SUBDIR+=bad144 config timed # iostat .elif ${MACHINE} == "luna68k" -SUBDIR+=config iostat timed update +SUBDIR+=config iostat timed .elif ${MACHINE} == "mips" -SUBDIR+=config iostat timed update +SUBDIR+=config iostat timed .elif ${MACHINE} == "sparc" -SUBDIR+=config.new eeprom timed update +SUBDIR+=config.new eeprom timed .elif ${MACHINE} == "tahoe" -SUBDIR+=config iostat timed update +SUBDIR+=config iostat timed .elif ${MACHINE} == "vax" -SUBDIR+=bad144 config iostat timed update +SUBDIR+=bad144 config iostat timed .endif .include Index: head/usr.sbin/XNSrouted/Makefile =================================================================== --- head/usr.sbin/XNSrouted/Makefile (revision 1862) +++ head/usr.sbin/XNSrouted/Makefile (revision 1863) @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= XNSrouted -MAN8= XNSrouted.0 +MAN8= XNSrouted.8 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c DPADD= ${LIBCOMPAT} LDADD= -lcompat .include Index: head/usr.sbin/arp/Makefile =================================================================== --- head/usr.sbin/arp/Makefile (revision 1862) +++ head/usr.sbin/arp/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/18/94 PROG= arp -MAN8= arp.0 -CLEANFILES=arp4.0 +MAN8= arp.8 +MAN4= arp.4 .include Index: head/usr.sbin/arp/arp.4 =================================================================== --- head/usr.sbin/arp/arp.4 (nonexistent) +++ head/usr.sbin/arp/arp.4 (revision 1863) @@ -0,0 +1,124 @@ +.\" Copyright (c) 1985, 1986, 1988, 1994 +.\" The Regents of the University of California. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" @(#)arp4.4 6.5 (Berkeley) 4/18/94 +.\" +.Dd April 18, 1994 +.Dt ARP 4 +.Os BSD 4 +.Sh NAME +.Nm arp +.Nd Address Resolution Protocol +.Sh SYNOPSIS +.Em "pseudo-device ether" +.Sh DESCRIPTION +The Address Resolution Protocol (ARP) is a protocol used to dynamically +map between Internet host addresses and 10Mb/s Ethernet addresses. +It is used by all the 10Mb/s Ethernet interface drivers. +It is not specific to Internet protocols or to 10Mb/s Ethernet, +but this implementation currently supports only that combination. +.Pp +ARP caches Internet-Ethernet address mappings. +When an interface requests a mapping for an address not in the cache, +ARP queues the message which requires the mapping and broadcasts +a message on the associated network requesting the address mapping. +If a response is provided, the new mapping is cached and any pending +message is transmitted. +ARP will queue at most one packet while waiting for a response to a +mapping request; +only the most recently ``transmitted'' packet is kept. +If the target host does not respond after several requests, +the host is considered to be down for a short period (normally 20 seconds), +allowing an error to be returned to transmission attempts during this +interval. +The error is +.Li EHOSTDOWN +for a non-responding destination host, and +.Li EHOSTUNREACH +for a non-responding router. +.Pp +The ARP cache is stored in the system routing table as +dynamically-created host routes. +The route to a directly-attached Ethernet network is installed as a +.Dq cloning +route (one with the +.Li RTF_CLONING +flag set), +causing routes to individual hosts on that network to be created on +demand. +These routes time out periodically (normally 20 minutes after validated; +entries are not validated when not in use). +An entry for a host which is not responding is a +.Dq reject +route (one with the +.Li RTF_REJECT +flag set). +.Pp +ARP entries may be added, deleted or changed with the +.Xr arp 8 +utility. +Manually-added entries may be temporary or permanent, +and may be +.Dq published , +in which case the system will respond to ARP requests for that host +as if it were the target of the request. +.Pp +In the past, +ARP was used to negotiate the use of a trailer encapsulation. +This is no longer supported. +.Pp +ARP watches passively for hosts impersonating the local host (i.e. a host +which responds to an ARP mapping request for the local host's address). +.Sh DIAGNOSTICS +.Em "duplicate IP address %x!! sent from ethernet address: %x:%x:%x:%x:%x:%x." +ARP has discovered another host on the local network which responds to +mapping requests for its own Internet address with a different Ethernet +address, generally indicating that two hosts are attempting to use the +same Internet address. +.Sh SEE ALSO +.Xr inet 4 , +.Xr route 4 , +.Xr arp 8 , +.Xr ifconfig 8 , +.Xr route 8 +.sp +.Rs +.%A Plummer, D. +.%B "An Ethernet Address Resolution Protocol" +.%T RFC826 +.Re +.Rs +.%A Leffler, S.J. +.%A Karels, M.J. +.%B "Trailer Encapsulations +.%T RFC893 +.Re + Property changes on: head/usr.sbin/arp/arp.4 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/usr.sbin/bad144/Makefile =================================================================== --- head/usr.sbin/bad144/Makefile (revision 1862) +++ head/usr.sbin/bad144/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= bad144 -MAN8= bad144.0 -MANSUBDIR=/vax +MAN8= bad144.8 +MANSUBDIR=/i386 .include Index: head/usr.sbin/chown/Makefile =================================================================== --- head/usr.sbin/chown/Makefile (revision 1862) +++ head/usr.sbin/chown/Makefile (revision 1863) @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chown CFLAGS+=-DSUPPORT_DOT -MAN1= chgrp.0 -MAN8= chown.0 +MAN1= chgrp.1 +MAN8= chown.8 LINKS= ${BINDIR}/chown /usr/bin/chgrp .include Index: head/usr.sbin/chroot/Makefile =================================================================== --- head/usr.sbin/chroot/Makefile (revision 1862) +++ head/usr.sbin/chroot/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chroot -MAN8= chroot.0 +MAN8= chroot.8 .include Index: head/usr.sbin/config.new/Makefile =================================================================== --- head/usr.sbin/config.new/Makefile (revision 1862) +++ head/usr.sbin/config.new/Makefile (revision 1863) @@ -1,14 +1,12 @@ # @(#)Makefile 8.2 (Berkeley) 4/19/94 -PROG= config +PROG= config.new SRCS= files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c \ mkswap.c pack.c scan.l sem.c util.c CFLAGS+=-I${.CURDIR} -I. CLEANFILES=gram.c scan.c y.tab.h -MAN8= config.new.0 - -MLINKS+=config.new.0 config.0 +MAN8= config.new.8 .include .depend: gram.c scan.c Index: head/usr.sbin/dev_mkdb/Makefile =================================================================== --- head/usr.sbin/dev_mkdb/Makefile (revision 1862) +++ head/usr.sbin/dev_mkdb/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= dev_mkdb -MAN8= dev_mkdb.0 +MAN8= dev_mkdb.8 .include Index: head/usr.sbin/diskpart/Makefile =================================================================== --- head/usr.sbin/diskpart/Makefile (revision 1862) +++ head/usr.sbin/diskpart/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= diskpart -MAN8= diskpart.0 +MAN8= diskpart.8 .include Index: head/usr.sbin/edquota/Makefile =================================================================== --- head/usr.sbin/edquota/Makefile (revision 1862) +++ head/usr.sbin/edquota/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= edquota -MAN8= edquota.0 +MAN8= edquota.8 .include Index: head/usr.sbin/inetd/Makefile =================================================================== --- head/usr.sbin/inetd/Makefile (revision 1862) +++ head/usr.sbin/inetd/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= inetd -MAN8= inetd.0 -MLINKS= inetd.8 inetd.5 +MAN8= inetd.8 +MLINKS= inetd.8 inetd.conf.5 .include Index: head/usr.sbin/iostat/Makefile =================================================================== --- head/usr.sbin/iostat/Makefile (revision 1862) +++ head/usr.sbin/iostat/Makefile (revision 1863) @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= iostat CFLAGS+=-I/sys -I${.CURDIR}/../../usr.bin/vmstat -MAN8= iostat.0 +MAN8= iostat.8 DPADD= ${LIBKVM} LDADD= -lkvm BINGRP= kmem BINMODE=2555 .include Index: head/usr.sbin/kgmon/Makefile =================================================================== --- head/usr.sbin/kgmon/Makefile (revision 1862) +++ head/usr.sbin/kgmon/Makefile (revision 1863) @@ -1,14 +1,14 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= kgmon -MAN8= kgmon.0 +MAN8= kgmon.8 DPADD= ${LIBKVM} LDADD= -lkvm # # This program may safely be run setuid-root to allow non-root # users to start, stop, and reset profiling buffers. # #BINOWN=root #BINMODE=4555 .include Index: head/usr.sbin/kvm_mkdb/Makefile =================================================================== --- head/usr.sbin/kvm_mkdb/Makefile (revision 1862) +++ head/usr.sbin/kvm_mkdb/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= kvm_mkdb SRCS= kvm_mkdb.c nlist.c testdb.c -MAN8= kvm_mkdb.0 +MAN8= kvm_mkdb.8 .include Index: head/usr.sbin/lpr/lpc/Makefile =================================================================== --- head/usr.sbin/lpr/lpc/Makefile (revision 1862) +++ head/usr.sbin/lpr/lpc/Makefile (revision 1863) @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lpc CFLAGS+=-I${.CURDIR}/../common_source -MAN8= lpc.0 +MAN8= lpc.8 SRCS= lpc.c cmds.c cmdtab.c startdaemon.c common.c BINGRP= daemon BINMODE=2555 .PATH: ${.CURDIR}/../common_source .include "../../Makefile.inc" .include Index: head/usr.sbin/lpr/lpd/Makefile =================================================================== --- head/usr.sbin/lpr/lpd/Makefile (revision 1862) +++ head/usr.sbin/lpr/lpd/Makefile (revision 1863) @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lpd CFLAGS+=-I${.CURDIR}/../common_source -MAN8= lpd.0 +MAN8= lpd.8 SRCS= lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \ lpdchar.c common.c .PATH: ${.CURDIR}/../common_source .include "../../Makefile.inc" .include Index: head/usr.sbin/lpr/lpq/Makefile =================================================================== --- head/usr.sbin/lpr/lpq/Makefile (revision 1862) +++ head/usr.sbin/lpr/lpq/Makefile (revision 1863) @@ -1,12 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lpq CFLAGS+=-I${.CURDIR}/../common_source SRCS= lpq.c displayq.c common.c BINOWN= root BINGRP= daemon BINMODE=6555 BINDIR= /usr/bin +MAN1= lpq.1 .PATH: ${.CURDIR}/../common_source .include Index: head/usr.sbin/lpr/lpr/Makefile =================================================================== --- head/usr.sbin/lpr/lpr/Makefile (revision 1862) +++ head/usr.sbin/lpr/lpr/Makefile (revision 1863) @@ -1,12 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lpr CFLAGS+=-I${.CURDIR}/../common_source SRCS= lpr.c startdaemon.c common.c BINOWN= root BINGRP= daemon BINMODE=6555 BINDIR= /usr/bin +MAN1= lpr.1 .PATH: ${.CURDIR}/../common_source .include Index: head/usr.sbin/lpr/lprm/Makefile =================================================================== --- head/usr.sbin/lpr/lprm/Makefile (revision 1862) +++ head/usr.sbin/lpr/lprm/Makefile (revision 1863) @@ -1,12 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lprm CFLAGS+=-I${.CURDIR}/../common_source SRCS= lprm.c rmjob.c startdaemon.c common.c BINOWN= root BINGRP= daemon BINMODE=6555 BINDIR= /usr/bin +MAN1= lprm.1 .PATH: ${.CURDIR}/../common_source .include Index: head/usr.sbin/lpr/lptest/Makefile =================================================================== --- head/usr.sbin/lpr/lptest/Makefile (revision 1862) +++ head/usr.sbin/lpr/lptest/Makefile (revision 1863) @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lptest +MAN1= lptest.1 .include "../../Makefile.inc" .include Index: head/usr.sbin/lpr/pac/Makefile =================================================================== --- head/usr.sbin/lpr/pac/Makefile (revision 1862) +++ head/usr.sbin/lpr/pac/Makefile (revision 1863) @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= pac CFLAGS+=-I${.CURDIR}/../common_source -MAN8= pac.0 +MAN8= pac.8 SRCS= pac.c common.c .PATH: ${.CURDIR}/../common_source .include "../../Makefile.inc" .include Index: head/usr.sbin/mtree/Makefile =================================================================== --- head/usr.sbin/mtree/Makefile (revision 1862) +++ head/usr.sbin/mtree/Makefile (revision 1863) @@ -1,8 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mtree #CFLAGS+=-DDEBUG SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c +MAN8= mtree.8 .PATH: ${.CURDIR}/../../usr.bin/cksum .include Index: head/usr.sbin/portmap/Makefile =================================================================== --- head/usr.sbin/portmap/Makefile (revision 1862) +++ head/usr.sbin/portmap/Makefile (revision 1863) @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= portmap DPADD= ${LIBRPC} LDADD= -lrpc -MAN8= portmap.0 +MAN8= portmap.8 .include Index: head/usr.sbin/pstat/Makefile =================================================================== --- head/usr.sbin/pstat/Makefile (revision 1862) +++ head/usr.sbin/pstat/Makefile (revision 1863) @@ -1,10 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= pstat CFLAGS+=-I/sys BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} LDADD= -lkvm +MAN8= pstat.8 .include Index: head/usr.sbin/pwd_mkdb/Makefile =================================================================== --- head/usr.sbin/pwd_mkdb/Makefile (revision 1862) +++ head/usr.sbin/pwd_mkdb/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= pwd_mkdb SRCS= pw_scan.c pwd_mkdb.c -MAN8= pwd_mkdb.0 +MAN8= pwd_mkdb.8 .include Index: head/usr.sbin/quotaon/Makefile =================================================================== --- head/usr.sbin/quotaon/Makefile (revision 1862) +++ head/usr.sbin/quotaon/Makefile (revision 1863) @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= quotaon -MAN8= quotaon.0 +MAN8= quotaon.8 MLINKS= quotaon.8 quotaoff.8 LINKS= ${BINDIR}/quotaon ${BINDIR}/quotaoff .include Index: head/usr.sbin/repquota/Makefile =================================================================== --- head/usr.sbin/repquota/Makefile (revision 1862) +++ head/usr.sbin/repquota/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= repquota -MAN8= repquota.0 +MAN8= repquota.8 .include Index: head/usr.sbin/rmt/Makefile =================================================================== --- head/usr.sbin/rmt/Makefile (revision 1862) +++ head/usr.sbin/rmt/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= rmt -MAN8= rmt.0 +MAN8= rmt.8 .include Index: head/usr.sbin/routed/Makefile =================================================================== --- head/usr.sbin/routed/Makefile (revision 1862) +++ head/usr.sbin/routed/Makefile (revision 1863) @@ -1,22 +1,22 @@ # @(#)Makefile 8.1 (Berkeley) 6/19/93 PROG= routed SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.c -MAN8= routed.0 +MAN8= routed.8 #SUBDIR= query trace DPADD= ${LIBCOMPAT} LDADD= -lcompat .include .if (${MACHINE} == "vax") # The following can be deleted where not appropriate to use the kernel's # inline code expansions. INLINE= /sys/vax/inline/obj/inline C2= /usr/libexec/c2 .c.o: ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c @${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o @rm -f ${.PREFIX}.s .endif Index: head/usr.sbin/rwhod/Makefile =================================================================== --- head/usr.sbin/rwhod/Makefile (revision 1862) +++ head/usr.sbin/rwhod/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= rwhod -MAN8= rwhod.0 +MAN8= rwhod.8 .include Index: head/usr.sbin/sendmail/makemap/Makefile =================================================================== --- head/usr.sbin/sendmail/makemap/Makefile (revision 1862) +++ head/usr.sbin/sendmail/makemap/Makefile (revision 1863) @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/7/93 PROG= makemap -MAN8= makemap.0 +MAN8= makemap.8 CFLAGS+=-I${.CURDIR}/../src -DNDBM -DNEWDB .include "../../Makefile.inc" .include Index: head/usr.sbin/sendmail/src/Makefile =================================================================== --- head/usr.sbin/sendmail/src/Makefile (revision 1862) +++ head/usr.sbin/sendmail/src/Makefile (revision 1863) @@ -1,42 +1,42 @@ # @(#)Makefile 8.4 (Berkeley) 2/3/94 PROG= sendmail # define the database format to use for aliases et al. Can be -DNEWDB (for # the new BSD database package -- this is preferred) or -DNDBM for the NDBM # database package. The old putrescent V7 DBM package is no longer # supported. # You can define both NEWDB and NDBM during a transition period; old # databases are read, but the new format will be used on any rebuilds. On # really gnarly systems, you can set this to null; it will crawl like a high # spiral snail, but it will work. DBMDEF= -DNEWDB -DNDBM CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO 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 map.c \ mci.c parseaddr.c queue.c readcf.c recipient.c savemail.c srvrsmtp.c \ stab.c stats.c sysexits.c trace.c udb.c usersmtp.c \ util.c version.c DPADD= LDADD= -MAN1= mailq.0 newaliases.0 -MAN5= aliases.0 -MAN8= sendmail.0 +MAN1= mailq.1 newaliases.1 +MAN5= aliases.5 +MAN8= sendmail.8 LINKS= /usr/sbin/sendmail /usr/bin/newaliases \ /usr/sbin/sendmail /usr/bin/mailq BINDIR= /usr/sbin BINOWN= root BINGRP= kmem BINMODE=6555 beforeinstall: # install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ # ${DESTDIR}/etc/sendmail.fc install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ ${DESTDIR}/var/log/sendmail.st install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \ ${DESTDIR}/usr/share/misc .include Index: head/usr.sbin/sliplogin/Makefile =================================================================== --- head/usr.sbin/sliplogin/Makefile (revision 1862) +++ head/usr.sbin/sliplogin/Makefile (revision 1863) @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= sliplogin -MAN8= sliplogin.0 +MAN8= sliplogin.8 BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg .include Index: head/usr.sbin/sysctl/Makefile =================================================================== --- head/usr.sbin/sysctl/Makefile (revision 1862) +++ head/usr.sbin/sysctl/Makefile (revision 1863) @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= sysctl -MAN8= sysctl.0 +MAN8= sysctl.8 .include Index: head/usr.sbin/syslogd/Makefile =================================================================== --- head/usr.sbin/syslogd/Makefile (revision 1862) +++ head/usr.sbin/syslogd/Makefile (revision 1863) @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= syslogd SRCS= syslogd.c ttymsg.c .PATH: ${.CURDIR}/../../usr.bin/wall -MAN5= syslog.conf.0 -MAN8= syslogd.0 +MAN5= syslog.conf.5 +MAN8= syslogd.8 .include Index: head/usr.sbin/timed/timed/Makefile =================================================================== --- head/usr.sbin/timed/timed/Makefile (revision 1862) +++ head/usr.sbin/timed/timed/Makefile (revision 1863) @@ -1,13 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # # optional flags are: MEASURE TESTING DEBUG PROG= timed SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \ slave.c timed.c byteorder.c measure.c cksum.c DPADD= ${LIBUTIL} LDADD= -lutil -MAN8= timed.0 +MAN8= timed.8 .include "../../Makefile.inc" .include Index: head/usr.sbin/timed/timedc/Makefile =================================================================== --- head/usr.sbin/timed/timedc/Makefile (revision 1862) +++ head/usr.sbin/timed/timedc/Makefile (revision 1863) @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= timedc SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c -MAN8= timedc.0 +MAN8= timedc.8 BINOWN= root BINMODE=4555 .PATH: ${.CURDIR}/../timed .include "../../Makefile.inc" .include Index: head/usr.sbin/traceroute/Makefile =================================================================== --- head/usr.sbin/traceroute/Makefile (revision 1862) +++ head/usr.sbin/traceroute/Makefile (revision 1863) @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= traceroute -MAN8= traceroute.0 +MAN8= traceroute.8 BINOWN= root BINMODE=4555 .include Index: head/usr.sbin/trpt/Makefile =================================================================== --- head/usr.sbin/trpt/Makefile (revision 1862) +++ head/usr.sbin/trpt/Makefile (revision 1863) @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= trpt -MAN8= trpt.0 +MAN8= trpt.8 BINGRP= kmem BINMODE=2555 .include Index: head/usr.sbin/trsp/Makefile =================================================================== --- head/usr.sbin/trsp/Makefile (revision 1862) +++ head/usr.sbin/trsp/Makefile (revision 1863) @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= trsp -MAN8= trsp.0 +MAN8= trsp.8 BINGRP= kmem BINMODE=2555 .include Index: head/usr.sbin/vipw/Makefile =================================================================== --- head/usr.sbin/vipw/Makefile (revision 1862) +++ head/usr.sbin/vipw/Makefile (revision 1863) @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= vipw SRCS= pw_util.c vipw.c -MAN8= vipw.0 +MAN8= vipw.8 .include