blob: 789d945f4dc4e3a0328e451ee1f9bac28e10b950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#
# Configurations for 'dfly-update'
#
# Tool name
#NAME=dfly-update
# Path to the cpdup(1) executable
#CPDUP="/bin/cpdup"
# Temporary directory to cache the image, etc, ...
#CACHE_DIR="/var/tmp/${NAME}"
# Directory to mount the system image
#MNT_DIR="/mnt/${NAME}"
# Backup directory
#BACK_DIR="/var/backups/${NAME}"
# Ignored files to be kept from overriding by the upgrade.
#FILES_IGNORE='
# /boot/loader.conf
# /etc/crypttab
# /etc/fstab
# /etc/group
# /etc/localtime
# /etc/login.conf.db
# /etc/master.passwd
# /etc/motd
# /etc/passwd
# /etc/pwd.db
# /etc/rc.conf
# /etc/spwd.db
# /var/db/locate.database
# /var/mail/root
#'
# Filename suffix for newly installed config files that need (manual)
# merge.
#NEW_SUF="__new__"
|