Deleted Added
full compact
filesystem.conf (1772) filesystem.conf (2618)
1# $Id: filesystem.conf,v 1.1 1994/06/15 10:49:33 jkh Exp $
1# $Id: filesystem.conf,v 1.2 1994/06/24 16:39:29 jkh Exp $
2
3srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
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
2
3srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
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 fdisk halt init mount mount_pcfs newfs umount
15progs disklabel fdisk init mount newfs reboot umount
16ln reboot halt
17ln reboot fastboot
18ln reboot fasthalt
16
19
20
17# /usr/bin
18progs cpio gzip
19ln gzip gunzip
20ln gzip gzcat
21ln gzip zcat
22
23# /usr/sbin
24progs bad144
25
21# /usr/bin
22progs cpio gzip
23ln gzip gunzip
24ln gzip gzcat
25ln gzip zcat
26
27# /usr/sbin
28progs bad144
29
26libs -lutil
30libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt