aboutsummaryrefslogtreecommitdiff
path: root/databases/msql3/pkg-install
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-11 05:38:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-11 05:38:40 +0000
commite4a46328e3c0d7cbd7c97611c28187b48064a186 (patch)
treefe9b14391581bf00ecd3cc64ef19b068e9e28e7f /databases/msql3/pkg-install
parent444e04c4369cfb689389f6157c53c5f737fc46df (diff)
downloadports-e4a46328e3c0d7cbd7c97611c28187b48064a186.tar.gz
ports-e4a46328e3c0d7cbd7c97611c28187b48064a186.zip
- give a more specific URL to fetch the distfile from
- switch to UID/GID 98 so we don't conflict w/qmail - remove BROKEN for -current; I can't repeat this, and it looks like patch-az and patch-ab address the problem. - bump PORTREVISION
Notes
Notes: svn path=/head/; revision=97902
Diffstat (limited to 'databases/msql3/pkg-install')
-rw-r--r--databases/msql3/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/msql3/pkg-install b/databases/msql3/pkg-install
index f140382da510..97f3761cda54 100644
--- a/databases/msql3/pkg-install
+++ b/databases/msql3/pkg-install
@@ -8,7 +8,7 @@ fi
USER=msql
GROUP=${USER}
-UID=87
+UID=98
GID=${UID}
if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then