#
#   /etc/brusmartrest
#
#  BRU's "Smart Restore" feature prevents system crashes when attempting
#  to restore active shared-library files (like lib_c.so.1).  It also
#  allows you to restore active files associated with programs that are
#  being executed while the restore is taking place -- normally it
#  is impossible to overwrite these active files.
#
#  If the file being restored matches any one of the patterns in the
#  table below, BRU will do a "smart restore."
#
#  The 1st field is a single letter that indicates the type of
#  pattern used for matching:
#
#	s - shell pattern
#	r - regular expression
#					
#  The 2nd field is the match pattern.
#
# Pat
# Type		Pattern
# ----  	-------
   s		*.so.*		# matches shared lib files
   s		*.so		# matches shared lib files
   s		*/bru		# matches BRU executable	
