Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / crunch / examples / filesystem.conf
1 # $FreeBSD: src/usr.sbin/crunch/examples/filesystem.conf,v 1.8 1999/08/28 01:15:57 peter Exp $
2
3 srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
4 srcdirs /usr/src/sbin/i386
5
6 # /bin
7 progs sh expr ls mkdir rm sync test
8 ln test [
9
10 # These are needed because of UN*X's idiotic way of indicating that something
11 # is a login shell.
12 ln sh -
13 ln sh -sh
14
15 # /sbin
16 progs disklabel fdisk init mount newfs reboot umount
17 ln reboot halt
18 ln reboot fastboot
19 ln reboot fasthalt
20
21
22 # /usr/bin
23 progs cpio gzip
24 ln gzip gunzip
25 ln gzip gzcat
26 ln gzip zcat
27
28 # /usr/sbin
29 progs bad144
30
31 libs -ll -ledit -ltermcap -lutil -lscrypt