#!/bin/bash
#
# RedHat X86 RC5 Update
#
# Version   : 1.0.6
# Date      : 10/22/1999
#
# Copyright : (C) Brad Mertz 1999
#
# Please refer to README for Disclaimer and GNU GENERAL PUBLIC LICENSE
#
# Modify the /rc5/... path to whereever RC5 is located.  You MUST use
# absolute paths, ~/..., etc will not always work through RSH.
#

# -quiet does not seem to work, so a > /dev/null was added to squelch the
# text output.

/rc5/x86/rc5_x86 -update -ini /rc5/x86/rc5_x86.ini -l /rc5/logs/flush-x86.log -quiet &
