Table of Contents

NAME

remove_files - remove files from system

DESCRIPTION

This script gets called during system setup. It was originally inspired by a similar script by Rodney Campbell.

We search DIR_LIST (see config_setup.sh(8)) for config files (remove_files.list) which contain lines like:

   path type

Where:

path
is an absolute pathname to the destination.
type
is one of file, or directory.

We also search for remove_lists.list files which contain the names of files to treats as though they were remove_files.list.

Further we look for no_remove.list and no_remove_lists.list the first names individual files and directories that should not be removed, and the latter names remove_lists that should be skipped. The idea is to allow override of an otherwise generic config.

SEE ALSO

install_files(8), config_setup.sh(8), set_perms(8)

AUTHOR

Simon J. Gerraty <sjg@quick.com.au>


Table of Contents