summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-08-29 22:30:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-08-29 22:30:33 +0000
commit21baba3ae3b6e7591b5340ebe7b896f04fd82bbc (patch)
tree9200b4a9f32437d8e31bc1b64a1811dbb856a415 /net/dgd
parent- Fix build on -current (embedded newlines) (diff)
. Use a free uid rather than one thats already taken.
Clue bat applied by: kris
Notes
Notes: svn path=/head/; revision=88011
Diffstat (limited to 'net/dgd')
-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