summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2020-07-29 12:16:33 +0200
committerOlav Vitters <olav@vitters.nl>2020-07-29 12:16:33 +0200
commit30877266081d3ffb669688861b0aee471ba901c4 (patch)
treede5880987b8c5c74320d3ff3bb41277c5810bf51
parent6cf6951922b4b5234e323b2e014f1ad0d87ebc68 (diff)
downloadsetup-30877266081d3ffb669688861b0aee471ba901c4.tar
setup-30877266081d3ffb669688861b0aee471ba901c4.tar.gz
setup-30877266081d3ffb669688861b0aee471ba901c4.tar.bz2
setup-30877266081d3ffb669688861b0aee471ba901c4.tar.xz
setup-30877266081d3ffb669688861b0aee471ba901c4.zip
profile: UID_MIN (normal user UIDS) start at 1000, not 500
-rw-r--r--profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile b/profile
index 249b1cb..7a5a6d5 100644
--- a/profile
+++ b/profile
@@ -3,7 +3,7 @@
loginsh=1
-if [ "$UID" -ge 500 ] ; then
+if [ "$UID" -ge 1000 ] ; then
if ! echo ${PATH} |grep -q /usr/local/games ; then
PATH=$PATH:/usr/local/games
fi