diff options
-rwxr-xr-x | dfly-update | 1 | ||||
-rw-r--r-- | dfly-update.conf | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index 8f3c6fd..e853b95 100755 --- a/dfly-update +++ b/dfly-update @@ -67,6 +67,7 @@ FILES_IGNORE=' /etc/fstab /etc/group /etc/localtime + /etc/login.conf.db /etc/master.passwd /etc/passwd /etc/pwd.db 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 |