move rcorder to sbin.

This commit is contained in:
mrg 1999-11-23 05:28:15 +00:00
parent 6378e492c1
commit d246ccddbb
10 changed files with 17 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.17 1999/11/19 04:34:45 mrg Exp $
# $NetBSD: Makefile,v 1.18 1999/11/23 05:28:15 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rcorder rm rmdir sh \
kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir sh \
sleep stty sync test
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.63 1999/11/20 00:04:48 lukem Exp $
# $NetBSD: Makefile,v 1.64 1999/11/23 05:28:16 mrg Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@ -6,8 +6,9 @@
SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \
fsck fsirand ifconfig init ldconfig lmcctl mknod modload modunload \
mount newbtconf nologin ping reboot raidctl rndctl route routed \
savecore scsictl shutdown slattach swapctl ttyflags umount wsconsctl
mount newbtconf nologin ping raidctl reboot rcorder rndctl route \
routed savecore scsictl shutdown slattach swapctl ttyflags umount \
wsconsctl
# support for various file systems
SUBDIR+= mount_ados

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/11/19 09:57:39 lukem Exp $
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c

View File

@ -1,4 +1,4 @@
/* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/* $NetBSD: ealloc.c,v 1.1 1999/11/23 05:28:20 mrg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@ -40,7 +40,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $");
__RCSID("$NetBSD: ealloc.c,v 1.1 1999/11/23 05:28:20 mrg Exp $");
#endif /* not lint */
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ealloc.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/* $NetBSD: ealloc.h,v 1.1 1999/11/23 05:28:20 mrg Exp $ */
void *emalloc __P((size_t len));
char *estrdup __P((const char *str));

View File

@ -1,4 +1,4 @@
/* $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/* $NetBSD: hash.c,v 1.1 1999/11/23 05:28:20 mrg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@ -39,14 +39,14 @@
*/
#ifdef MAKE_BOOTSTRAP
static char rcsid[] = "$NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $";
static char rcsid[] = "$NetBSD: hash.c,v 1.1 1999/11/23 05:28:20 mrg Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $");
__RCSID("$NetBSD: hash.c,v 1.1 1999/11/23 05:28:20 mrg Exp $");
#endif
#endif /* not lint */
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: hash.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/* $NetBSD: hash.h,v 1.1 1999/11/23 05:28:21 mrg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rcorder.1,v 1.3 1999/11/19 09:56:28 lukem Exp $
.\" $NetBSD: rcorder.1,v 1.1 1999/11/23 05:28:21 mrg Exp $
.\"
.\" Copyright (c) 1998
.\" Perry E. Metzger. All rights reserved.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rcorder.c,v 1.2 1999/11/19 04:33:56 mrg Exp $ */
/* $NetBSD: rcorder.c,v 1.1 1999/11/23 05:28:22 mrg Exp $ */
/*
* Copyright (c) 1998, 1999 Matthew R. Green

View File

@ -1,4 +1,4 @@
/* $NetBSD: sprite.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/* $NetBSD: sprite.h,v 1.1 1999/11/23 05:28:22 mrg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993