diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-30 09:05:06 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-30 09:05:06 +0000 |
commit | 10adb1da18ec8fd2eda088f1015922caf33dd76f (patch) | |
tree | 1dd44235b51173a8abbe6af354572838aff9f40f | |
parent | f6965bc6ea342cce8e172c8a047de7c38b67d0ab (diff) | |
download | cpt-10adb1da18ec8fd2eda088f1015922caf33dd76f.tar.gz |
docs: update
FossilOrigin-Name: 61e0b4e23053b2f73b2119a9d9b6fa17af932d1e1e4389a8a1cb19b7987c05ec
-rw-r--r-- | kiss.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,6 +75,11 @@ export KISS_ROOT=/ # Set it to '1' to enable. export KISS_DEBUG=0 +# Force the usage of a different 'sudo' tool. +# +# Values: 'su', 'sudo', 'doas' +export KISS_SU= + # Use a reproducible cache naming scheme. # # The package manager builds packages inside 'build-$PID/' with '$PID' |