diff options
author | glewis <glewis@FreeBSD.org> | 2003-08-30 06:30:33 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-08-30 06:30:33 +0800 |
commit | f3dc69f88667210b6d79c3543ff4c9f69f7ece9f (patch) | |
tree | ac4ac2d566f715d12197692fd6c3c5f6d993388a /net/dgd/pkg-install | |
parent | 47a47eede277013654147dc711694607586e9b58 (diff) | |
download | freebsd-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-install | 2 |
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 |