fixit.conf (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) | fixit.conf (1f41c1c1a3a9883ed4b239ed3ec2f4cf183ce1e8) |
---|---|
1# fixit.conf - put in anything we think we might want on a fixit floppy 2 3# first, we list the source dirs that our programs reside in. These are 4# searched in order listed to find the dir containing each program. 5 6srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin 7srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi 8srcdirs /usr/src/sbin/i386 --- 7 unchanged lines hidden (view full) --- 16progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir 17progs mt mv pwd rcp rm rmdir sh sleep stty sync test 18 19ln test [ 20ln sh -sh # init invokes the shell this way 21 22# /sbin stuff 23 | 1# fixit.conf - put in anything we think we might want on a fixit floppy 2 3# first, we list the source dirs that our programs reside in. These are 4# searched in order listed to find the dir containing each program. 5 6srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin 7srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi 8srcdirs /usr/src/sbin/i386 --- 7 unchanged lines hidden (view full) --- 16progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir 17progs mt mv pwd rcp rm rmdir sh sleep stty sync test 18 19ln test [ 20ln sh -sh # init invokes the shell this way 21 22# /sbin stuff 23 |
24progs chown clri disklabel dump dmesg fdisk fsck ifconfig init | 24progs chown clri disklabel dump dmesg fsck ifconfig init |
25progs mknod mount newfs ping reboot restore swapon umount 26ln dump rdump 27ln restore rrestore 28 29# /usr/bin stuff 30 31progs ftp sed telnet common find 32ln common vi --- 13 unchanged lines hidden --- | 25progs mknod mount newfs ping reboot restore swapon umount 26ln dump rdump 27ln restore rrestore 28 29# /usr/bin stuff 30 31progs ftp sed telnet common find 32ln common vi --- 13 unchanged lines hidden --- |