diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-09 09:17:35 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-09 09:17:35 +0000 |
commit | e0738e2487dae46282fa57bde681373287f7d0d9 (patch) | |
tree | 94606f493b9119a05de78e5e052a8a76563c2d0a | |
parent | 4b365ad1f899df961cca9fed80b682cc4a5c7ece (diff) | |
download | cpt-e0738e2487dae46282fa57bde681373287f7d0d9.tar.gz |
docs: update
FossilOrigin-Name: 855177e478872275e79ecdba8872a2e2a5c5cee3766b0881783290430c53364d
-rw-r--r-- | kiss.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -63,6 +63,14 @@ export KISS_RM=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1 # Set it to '1' to force. export KISS_FORCE=0 +# Show diffs on system updates. +# +# This will spawn '$PAGER' (fallback to 'less') with a diff +# of each changed file in the system update. +# +# Set it to '1' to enable. +export KISS_AUDIT=0 + # Hook into kiss through a script. # # This can be used set custom CFLAGS per package, modify builds, |