From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 16:43:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6DF1065693 for ; Wed, 22 Sep 2010 16:43:05 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBA18FC1C for ; Wed, 22 Sep 2010 16:43:05 +0000 (UTC) Received: by iwn34 with SMTP id 34so799882iwn.13 for ; Wed, 22 Sep 2010 09:43:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aAdvuM6WfJ011uryc8P5Lkb9vYqhb9pFZlhuM6h9SDo=; b=TMdeWdXZz46owtrX8KGLyFmziqDCvf+uIA89oMo+G8MctIln7FEYfs0cJks9pajCni vZF8SzaqWiwUsFiTLoT7fL9IPXsKAogGtx7XhrVOyd1KS0CSuHUQJkjdKD/Url+H/c+K iTl+cxmH5gLSx5EjqU1PKgqW6tEMpB0jBEkp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IPPGsBFRSpsIYATQiaxLadtlgd/aqjqLHzEUoG2HvXhm6Yi++5Mo9gbWWT2hmYAhoF ll8ZW9vsYsiknLl2nBWlZwPjVUmP+61nvY2v93bgHnzT7zpJipZy3TBEoCU7FDfp6Udf +5A9Vjg5X1GpMIczAPSUkzq5zYjmH18ZzbnvM= MIME-Version: 1.0 Received: by 10.231.15.138 with SMTP id k10mr413956iba.17.1285173784593; Wed, 22 Sep 2010 09:43:04 -0700 (PDT) Received: by 10.231.186.137 with HTTP; Wed, 22 Sep 2010 09:43:04 -0700 (PDT) Date: Wed, 22 Sep 2010 09:43:04 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Will FBSD Squid "port" create squid user and group? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 16:43:05 -0000 Hi folks, I guess this is a two-faceted question: 1.) If I install Squid from a "port", will in create the recommended squid user and group for me, or will I need to pre-create a squid user and group prior to Squid running? I like the idea of modifying SQUID_CONFIGURE_ARGS in the squid port Makefile to customize the software before I compile and install it, but if it doesn't create the user and group for you...what advantage do you gain to install from a port -vs- downloading the tarball and building from source? :-) 2.) "As a general rule", when you install software that needs a special user/group, will those users/groups be created when you install from ports, or only from packages? Thank you, Ed