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