Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/crunch/examples/kcopy.conf
104817 views
1
2
srcdirs /usr/src/bin /usr/src/sbin
3
4
# Programs from bin/
5
progs sh cp echo test
6
ln test [
7
8
# These are needed because of UN*X's idiotic way of indicating that something
9
# is a login shell.
10
ln sh -
11
ln sh -sh
12
13
#
14
# Programs from sbin/
15
progs mount mount_cd9660 fsck init reboot umount
16
ln reboot halt
17
ln reboot fastboot
18
ln reboot fasthalt
19
20
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
21
22