summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-02-17 17:38:58 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-02-17 17:38:58 +0200
commit0903218476eb66882c2375b37d81846e04caa109 (patch)
tree915b32542528f3004a67f6c17bb674c535292a3b /bin
parentuid-gid.txt: Add UID/GID for sobby (322) (diff)
downloadapi-0903218476eb66882c2375b37d81846e04caa109.tar.gz
api-0903218476eb66882c2375b37d81846e04caa109.tar.bz2
api-0903218476eb66882c2375b37d81846e04caa109.zip
used_free_uidgids.sh: start counting down from 499
- as 500 is reserved for dynamic allocation already. Suggested-by: ulm Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/used_free_uidgids.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/used_free_uidgids.sh b/bin/used_free_uidgids.sh
index 7373736..24eafec 100755
--- a/bin/used_free_uidgids.sh
+++ b/bin/used_free_uidgids.sh
@@ -11,7 +11,7 @@
# from. Can be set to - to go maximum possible 32-bit value.
# debug => if non-zero outputs some cryptic debug output (will inherit from environment).
#
-max=500
+max=499
debug=${debug:+1} # set non-zero to enable debug output.
#