commit: 0903218476eb66882c2375b37d81846e04caa109
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 15:38:58 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 15:38:58 2021 +0000
URL: https://gitweb.gentoo.org/data/api.git/commit/?id=09032184
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 <AT> gentoo.org>
bin/used_free_uidgids.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
#