Revert the recent addition of /rescue/gkermit. There's some concern
that linking GPL code into /rescue is not a good idea.
This commit is contained in:
parent
7de1273d3e
commit
67c362294a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rescue.mi,v 1.20 2006/11/01 13:22:32 apb Exp $
|
||||
# $NetBSD: rescue.mi,v 1.21 2006/11/01 17:36:13 apb Exp $
|
||||
./rescue/[ base-rescue-root
|
||||
./rescue/atactl base-rescue-root
|
||||
./rescue/badsect base-rescue-root
|
||||
|
@ -39,7 +39,6 @@
|
|||
./rescue/fsdb base-rescue-root
|
||||
./rescue/fsirand base-rescue-root
|
||||
./rescue/ftp base-rescue-root
|
||||
./rescue/gkermit base-rescue-root
|
||||
./rescue/gunzip base-rescue-root
|
||||
./rescue/gzcat base-rescue-root
|
||||
./rescue/gzip base-rescue-root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.26 2006/11/01 13:22:32 apb Exp $
|
||||
# $NetBSD: list,v 1.27 2006/11/01 17:36:13 apb Exp $
|
||||
|
||||
SRCDIRS bin
|
||||
|
||||
|
@ -123,9 +123,6 @@ PROG kdump
|
|||
PROG ktrace
|
||||
PROG ktruss
|
||||
|
||||
SRCDIRS gnu/usr.bin
|
||||
PROG gkermit
|
||||
|
||||
PROG ldd
|
||||
SPECIAL ldd srcdir usr.bin/ldd/${LDD_CMD}
|
||||
|
||||
|
|
Loading…
Reference in New Issue