diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/crunch/examples/freebsd-filesystem.conf |
initial import of NetBSD tree
Diffstat (limited to 'distrib/crunch/examples/freebsd-filesystem.conf')
-rw-r--r-- | distrib/crunch/examples/freebsd-filesystem.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/distrib/crunch/examples/freebsd-filesystem.conf b/distrib/crunch/examples/freebsd-filesystem.conf new file mode 100644 index 00000000000..746553a9ac9 --- /dev/null +++ b/distrib/crunch/examples/freebsd-filesystem.conf @@ -0,0 +1,26 @@ +# $Id: freebsd-filesystem.conf,v 1.1 1995/10/18 08:37:31 deraadt Exp $ + +srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin + +# /bin +progs sh expr ls mkdir rm sync test +ln test [ + +# These are needed because of UN*X's idiotic way of indicating that something +# is a login shell. +ln sh - +ln sh -sh + +# /sbin +progs disklabel fdisk halt init mount mount_pcfs newfs umount + +# /usr/bin +progs cpio gzip +ln gzip gunzip +ln gzip gzcat +ln gzip zcat + +# /usr/sbin +progs bad144 + +libs -lutil |