#----------------------------------------------------------------------------
# Optional package: sarfile (saves files before and restores files after
# reboot)
# (c) copyright 2002 by Reiner Schroeppel <reiner@schroeppel.info>
#----------------------------------------------------------------------------
# Change: 24.04.2005 by Michael Freundt (vars, sleep)
#----------------------------------------------------------------------------
OPT_SARFILE='yes'
SARFILE_WAIT_BOOT='20'                           # wait before reboot/halt
SARFILE_N='2'
SARFILE_1_FILE='/var/log/imond.log'
SARFILE_1_SAVETO='/boot/save'
SARFILE_2_FILE='/var/log/telmond.log'
SARFILE_2_SAVETO='/boot/save'
#
#SARFILE_3_FILE='/var/log/messages'
#SARFILE_3_SAVETO='/data/permanent'
