aboutsummaryrefslogtreecommitdiff
path: root/net/quagga/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga/pkg-install')
-rw-r--r--net/quagga/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/pkg-install b/net/quagga/pkg-install
index 3860dc061ab2..89e5e2f5edb4 100644
--- a/net/quagga/pkg-install
+++ b/net/quagga/pkg-install
@@ -20,7 +20,7 @@ fi
case $2 in
POST-INSTALL)
- UID=90
+ UID=101
GID=${UID}
if pw group show "${ENABLE_GROUP}" 2>/dev/null; then
echo "You already have a group \"${ENABLE_GROUP}\", so I will use it."