move setkey(8) from usr.sbin to sbin, to enable us to initialize

IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
This commit is contained in:
itojun 2000-06-13 15:15:21 +00:00
parent 3e4dbe0e25
commit 11a42bf1f4
14 changed files with 21 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.167 2000/06/13 05:35:47 itojun Exp $
# $NetBSD: mi,v 1.168 2000/06/13 15:15:51 itojun Exp $
.
./altroot
./bin
@ -130,6 +130,7 @@
./sbin/rtsol
./sbin/savecore
./sbin/scsictl
./sbin/setkey
./sbin/shutdown
./sbin/slattach
./sbin/swapctl

View File

@ -1,4 +1,4 @@
# $NetBSD: obsolete.mi,v 1.10 2000/06/13 05:35:48 itojun Exp $
# $NetBSD: obsolete.mi,v 1.11 2000/06/13 15:15:52 itojun Exp $
/bin/rcorder
/dev/log
/etc/rc.d/xntpd
@ -24,6 +24,7 @@
/usr/sbin/portmap
/usr/sbin/rdconfig
/usr/sbin/scriptdump
/usr/sbin/setkey
/usr/sbin/smrsh
/usr/sbin/statmsg
/usr/sbin/sysconfd

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2000/03/15 12:05:58 soren Exp $
# $NetBSD: Makefile,v 1.68 2000/06/13 15:15:21 itojun Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@ -33,4 +33,7 @@ SUBDIR+= mount_union
# IPv6
SUBDIR+= ping6 rtsol
# IPsec
SUBDIR+= setkey
.include <bsd.subdir.mk>

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.7 2000/06/13 05:35:45 itojun Exp $
# $NetBSD: Makefile,v 1.1 2000/06/13 15:15:24 itojun Exp $
PROG= setkey
SRCS= setkey.c parse.y token.l
CFLAGS+=-g
#CFLAGS+=-g
CPPFLAGS+=-I${.CURDIR}/../../lib/libipsec
LDADD+= -ll -ly
DPADD+= ${LIBL} ${LIBY}

View File

@ -1,4 +1,4 @@
/* $NetBSD: parse.y,v 1.6 2000/06/12 10:40:50 itojun Exp $ */
/* $NetBSD: parse.y,v 1.1 2000/06/13 15:15:24 itojun Exp $ */
/* $KAME: parse.y,v 1.29 2000/06/10 14:17:44 sakane Exp $ */
/*

View File

@ -1,4 +1,4 @@
# $NetBSD: sample.cf,v 1.2 2000/01/31 14:22:42 itojun Exp $
# $NetBSD: sample.cf,v 1.1 2000/06/13 15:15:25 itojun Exp $
#
# Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
# All rights reserved.

View File

@ -1,6 +1,6 @@
#! @LOCALPREFIX@/bin/perl
#
# $NetBSD: scriptdump.pl,v 1.3 2000/01/31 14:22:43 itojun Exp $
# $NetBSD: scriptdump.pl,v 1.1 2000/06/13 15:15:26 itojun Exp $
#
if ($< != 0) {

View File

@ -1,4 +1,4 @@
.\" $NetBSD: setkey.8,v 1.11 2000/06/12 10:40:50 itojun Exp $
.\" $NetBSD: setkey.8,v 1.1 2000/06/13 15:15:26 itojun Exp $
.\" $KAME: setkey.8,v 1.27 2000/06/10 14:17:44 sakane Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.

View File

@ -1,4 +1,4 @@
/* $NetBSD: setkey.c,v 1.7 2000/06/12 10:40:50 itojun Exp $ */
/* $NetBSD: setkey.c,v 1.1 2000/06/13 15:15:27 itojun Exp $ */
/* $KAME: setkey.c,v 1.14 2000/06/10 06:47:09 sakane Exp $ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: test-pfkey.c,v 1.4 2000/06/12 10:40:50 itojun Exp $ */
/* $NetBSD: test-pfkey.c,v 1.1 2000/06/13 15:15:27 itojun Exp $ */
/* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: test-policy.c,v 1.3 2000/02/06 11:21:49 itojun Exp $ */
/* $NetBSD: test-policy.c,v 1.1 2000/06/13 15:15:27 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.

View File

@ -1,4 +1,4 @@
/* $NetBSD: token.l,v 1.7 2000/06/12 10:40:51 itojun Exp $ */
/* $NetBSD: token.l,v 1.1 2000/06/13 15:15:28 itojun Exp $ */
/* $KAME: token.l,v 1.13 2000/06/07 00:29:14 itojun Exp $ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: vchar.h,v 1.3 2000/06/12 10:40:51 itojun Exp $ */
/* $NetBSD: vchar.h,v 1.1 2000/06/13 15:15:29 itojun Exp $ */
/* $KAME: vchar.h,v 1.2 2000/06/07 00:29:14 itojun Exp $ */
/*

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.142 2000/06/03 00:52:22 fvdl Exp $
# $NetBSD: Makefile,v 1.143 2000/06/13 15:15:23 itojun Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
SRCTOP= ..
@ -23,7 +23,7 @@ SUBDIR= ac accton amd apm apmd arp bad144 bind bootp catman \
# IPv6
SUBDIR+=faithd gifconfig ifmcstat mld6query mtrace6 ndp pim6dd pim6sd \
rip6query route6d rtadvd setkey traceroute6 rtsold
rip6query route6d rtadvd traceroute6 rtsold
# ATM PVC
SUBDIR+=pvcsif pvctxctl