Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs.

This commit is contained in:
atatat 2002-09-01 20:32:43 +00:00
parent 2e8a87c393
commit 692fefdd0e
7 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.348 2002/09/01 19:52:32 atatat Exp $
# $NetBSD: mi,v 1.349 2002/09/01 20:32:43 atatat Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@ -448,6 +448,7 @@
./usr/bin/paste base-util-bin
./usr/bin/patch base-util-bin
./usr/bin/pawd base-amd-bin
./usr/bin/pmap base-util-bin
./usr/bin/pgrep base-util-bin
./usr/bin/pkill base-util-bin
./usr/bin/pr base-util-bin
@ -851,7 +852,6 @@
./usr/sbin/pkg_create base-pkgutil-bin
./usr/sbin/pkg_delete base-pkgutil-bin
./usr/sbin/pkg_info base-pkgutil-bin
./usr/sbin/pmap base-sysutil-bin
./usr/sbin/postalias base-postfix-bin
./usr/sbin/postcat base-postfix-bin
./usr/sbin/postconf base-postfix-bin

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.124 2002/04/27 16:37:19 atatat Exp $
# $NetBSD: Makefile,v 1.125 2002/09/01 20:32:43 atatat Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
@ -15,7 +15,7 @@ SUBDIR= apply apropos asa at audio banner basename biff \
make man menuc mesg midiplay mixerctl mkdep mkfifo \
mklocale mkstr mktemp \
modstat msgc msgs netgroup netstat newsyslog nfsstat nice nl nohup \
pagesize passwd paste patch pkill pmc pr printenv printf quota \
pagesize passwd paste patch pkill pmap pmc pr printenv printf quota \
radioctl rdist renice rev rlogin rpcgen rpcinfo rs rsh rup \
ruptime rusers rwall rwho script sed shar shlock \
showmount shuffle soelim sort split stat \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2002/08/31 19:09:30 atatat Exp $
# $NetBSD: Makefile,v 1.1 2002/09/01 20:32:44 atatat Exp $
PROG= pmap
BINGRP= kmem

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.1 2002/08/31 19:09:30 atatat Exp $
$NetBSD: TODO,v 1.1 2002/09/01 20:32:44 atatat Exp $
1) The Solaris pmap command also has -r, -x, -l, and -F. One or
more of those may not apply to the way vm is managed under NetBSD,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pmap.1,v 1.3 2002/08/31 19:44:59 atatat Exp $
.\" $NetBSD: pmap.1,v 1.1 2002/09/01 20:32:44 atatat Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.1 2002/08/31 19:09:30 atatat Exp $ */
/* $NetBSD: pmap.c,v 1.1 2002/09/01 20:32:44 atatat Exp $
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: pmap.c,v 1.1 2002/08/31 19:09:30 atatat Exp $");
__RCSID("$NetBSD: pmap.c,v 1.1 2002/09/01 20:32:44 atatat Exp $");
#endif
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.177 2002/08/31 19:11:16 atatat Exp $
# $NetBSD: Makefile,v 1.178 2002/09/01 20:32:43 atatat Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
@ -12,7 +12,7 @@ SUBDIR= ac accton altq amd apm apmd arp bad144 bind bootp catman \
kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \
mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mscdlabel \
mtrace mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
pmap pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
rpc.statd rpcbind rwhod sa screenblank sesd \
sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \