committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-02-06 14:26:39 +02:00
parent e582ddedad
commit b78b22077d
157 changed files with 2583 additions and 118 deletions

View File

@@ -105,8 +105,16 @@ writefile () {
comment "new versions of conffiles, stored by apk"
ignore "*.apk-new"
nl
elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "xbps" ]; then
comment "new versions of conffiles, stored by xbps"
ignore "*.new-*_[0-9]*"
nl
elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "qlist" -o "$LOWLEVEL_PACKAGE_MANAGER" = "cave" ]; then
comment "new and old versions of conffiles, stored by emerge"
ignore "._cfg*"
nl
fi
comment "old versions of files"
ignore "*.old"
# Not currently ignored as admins tend to rely on these files.