diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-20 15:44:44 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-20 15:44:44 +0800 |
commit | 5f26215dc2484e0a5eabee03fdafd1c52e109bae (patch) | |
tree | ef71b69a4707ffff674b35a51170da739277336d /dfly-update.conf | |
parent | 9ab503047f44e7f33cf83794b8ae590da36e0c8d (diff) | |
download | dfly-update-5f26215dc2484e0a5eabee03fdafd1c52e109bae.tar.bz2 |
Ignore /etc/login.conf.db and update config file
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dfly-update.conf b/dfly-update.conf index 7098bc9..dd5cd99 100644 --- a/dfly-update.conf +++ b/dfly-update.conf @@ -1,7 +1,10 @@ # -# Configurations for `dfly-update` +# Configurations for 'dfly-update' # +# Tool name +#NAME=dfly-update + # Base URL to Remote DragonFly BSD images #URL_BASE="https://mirror-master.dragonflybsd.org" #URL_MASTER="${URL_BASE}/snapshots/x86_64/images" @@ -29,6 +32,7 @@ # /etc/fstab # /etc/group # /etc/localtime +# /etc/login.conf.db # /etc/master.passwd # /etc/passwd # /etc/pwd.db |