xref: /freebsd/usr.sbin/crunch/examples/filesystem.conf (revision 1f41c1c1a3a9883ed4b239ed3ec2f4cf183ce1e8)
1
2srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
3srcdirs /usr/src/sbin/i386
4
5# /bin
6progs sh expr ls mkdir rm sync test
7ln test [
8
9# These are needed because of UN*X's idiotic way of indicating that something
10# is a login shell.
11ln sh -
12ln sh -sh
13
14# /sbin
15progs disklabel init mount newfs reboot umount
16ln reboot halt
17ln reboot fastboot
18ln reboot fasthalt
19
20
21# /usr/bin
22progs cpio gzip
23ln gzip gunzip
24ln gzip gzcat
25ln gzip zcat
26
27# /usr/sbin
28progs bad144
29
30libs -ll -ledit -ltermcap -lutil -lscrypt
31