misc: doc

This commit is contained in:
Dylan Araps 2021-07-17 17:51:17 +03:00
parent fc05246b3b
commit 8ce7c9a701
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -1150,6 +1150,7 @@ file_rwx() {
pkg_install_files() {
# Copy files and create directories (preserving permissions).
# The 'test $1' will run with '-z' for overwrite and '-e' for verify.
while { read -r file && _file=$KISS_ROOT$file; } do case $file in
/etc/*[!/])
# Handle /etc/ files in a special way (via a 3-way checksum) to