aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-webware/pkg-install
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-27 22:51:44 +0800
committerpav <pav@FreeBSD.org>2004-06-27 22:51:44 +0800
commita973e61f779c681634cffb8a0e932cff7eb97d99 (patch)
tree1e769e62c835bc3c5ad951b9493097922477cb07 /www/py-webware/pkg-install
parent47d74ee602efed68d93e11d877124e5720f903db (diff)
downloadfreebsd-ports-gnome-a973e61f779c681634cffb8a0e932cff7eb97d99.tar.gz
freebsd-ports-gnome-a973e61f779c681634cffb8a0e932cff7eb97d99.tar.zst
freebsd-ports-gnome-a973e61f779c681634cffb8a0e932cff7eb97d99.zip
- Use UID 108 and unmark IGNOREd
PR: ports/68400 Submitted by: Stefan Schwarzer <sschwarzer@sschwarzer.net> (maintainer)
Diffstat (limited to 'www/py-webware/pkg-install')
-rw-r--r--www/py-webware/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-webware/pkg-install b/www/py-webware/pkg-install
index 01601875c2cc..0071eac9aa16 100644
--- a/www/py-webware/pkg-install
+++ b/www/py-webware/pkg-install
@@ -16,7 +16,7 @@ WEBKIT_HOME_DIR=${WEBKIT_HOME_DIR:-${PKG_PREFIX}/www/webkit}
add_webkit_account()
{
- UID=101 # shouldn't be used for any other user!
+ UID=108 # shouldn't be used for any other user!
GID=${UID}
if pw group show "${WEBWARE_GROUP}" 2>/dev/null; then