Remove defunct scsi command from fixit floppy.
Once I see how much room is available, I may add camcontrol in its place.
This commit is contained in:
parent
c9758db4ad
commit
f6538e2615
@ -1,4 +1,4 @@
|
||||
# $Id: fixit_crunch.conf,v 1.13 1997/07/29 21:32:52 jkh Exp $
|
||||
# $Id: fixit_crunch.conf,v 1.14 1997/12/25 23:08:44 jkh Exp $
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
@ -21,7 +21,7 @@ ln test [
|
||||
# /sbin stuff
|
||||
|
||||
progs badsect chown clri disklabel dump dmesg fdisk ft
|
||||
progs mknod mount newfs ping reboot restore scsi swapon umount
|
||||
progs mknod mount newfs ping reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660 mount_nfs
|
||||
|
||||
@ -39,4 +39,4 @@ ln vi ex
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lz
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: fixit_crunch.conf,v 1.13 1997/07/29 21:32:52 jkh Exp $
|
||||
# $Id: fixit_crunch.conf,v 1.14 1997/12/25 23:08:44 jkh Exp $
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
@ -21,7 +21,7 @@ ln test [
|
||||
# /sbin stuff
|
||||
|
||||
progs badsect chown clri disklabel dump dmesg fdisk ft
|
||||
progs mknod mount newfs ping reboot restore scsi swapon umount
|
||||
progs mknod mount newfs ping reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660 mount_nfs
|
||||
|
||||
@ -39,4 +39,4 @@ ln vi ex
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lz
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz
|
||||
|
Loading…
Reference in New Issue
Block a user