18 lines
1.2 KiB
Groff
18 lines
1.2 KiB
Groff
# Version: 0.2.2
|
|
# This file lists the md5sums or special file type for any paths to be deleted
|
|
# using the remove_file() function in doinst.sh. The entries are used to verify
|
|
# that a path can be safely removed. Entries are one per line, in the format:
|
|
# <path> <md5sum> [comment]
|
|
# where each field must be separated by one or more tabs, *not* spaces.
|
|
# Multiple entries per <path>, each with a different <md5sum> can be listed.
|
|
# The free form [comment] field is optional and always ignored, as are lines
|
|
# which do not contain at least <path> and <md5sum>.
|
|
# For a regular file at <path> to be deleted, the <md5sum> must match the sum of
|
|
# that file on the filesystem, or be set as the FORCE_REMOVE special file type.
|
|
# If the <path> to be removed is not a regular file, the <md5sum> should be one
|
|
# of the following special file types, which must be listed in upper case:
|
|
# DIR - for a directory. Note: will be removed with rm -rf!
|
|
# LINK - for a symbolic link. Note: only the symbolic link is removed.
|
|
# SPECIAL - for sockets, fifos, char/block devices, etc.
|
|
# FORCE_REMOVE - force a regular file to be deleted without any checking of the
|
|
# <md5sum> - but only if <path> is a regular file.
|