aboutsummaryrefslogtreecommitdiffstats
path: root/net/dgd/pkg-install
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-08-30 06:30:33 +0800
committerglewis <glewis@FreeBSD.org>2003-08-30 06:30:33 +0800
commitf3dc69f88667210b6d79c3543ff4c9f69f7ece9f (patch)
treeac4ac2d566f715d12197692fd6c3c5f6d993388a /net/dgd/pkg-install
parent47a47eede277013654147dc711694607586e9b58 (diff)
downloadfreebsd-ports-gnome-f3dc69f88667210b6d79c3543ff4c9f69f7ece9f.tar.gz
freebsd-ports-gnome-f3dc69f88667210b6d79c3543ff4c9f69f7ece9f.tar.zst
freebsd-ports-gnome-f3dc69f88667210b6d79c3543ff4c9f69f7ece9f.zip
. Use a free uid rather than one thats already taken.
Clue bat applied by: kris
Diffstat (limited to 'net/dgd/pkg-install')
-rw-r--r--net/dgd/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd/pkg-install b/net/dgd/pkg-install
index c1e077705696..3af7c3e5da20 100644
--- a/net/dgd/pkg-install
+++ b/net/dgd/pkg-install
@@ -9,7 +9,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
USER=mud
GROUP=${USER}
-UID=91
+UID=97
GID=${UID}
if [ -z "${DATADIR}" ]; then