#!/bin/csh -f
#
# config-fix : run this after running config in the base directory.
# it tends to screw up the base files because it forces one
# of the options in some of the cases to be true, although I want
# them all false
#
# Part of
#              The STARFISH Parallel file-system simulator
#        (Simulation Tool for Advanced Research in File Systems)
# 
#                               David Kotz
#                           Dartmouth College
#                              Version 3.0
#                              October 1996
#                          dfk@cs.dartmouth.edu

setparam CP_NONE false cpfs.param
setparam IOP_NONE false iopfs.param
setparam DISK_SORT false diskmodel.param
setparam LAYOUT_CONTIGUOUS false diskmodel.param
