From tmseck@netcologne.de  Sun Oct 28 10:50:53 2012
Return-Path: <tmseck@netcologne.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 923CBD7E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 10:50:53 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1])
	by mx1.freebsd.org (Postfix) with ESMTP id 249738FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 10:50:52 +0000 (UTC)
Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202])
	by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 4B83F125BF;
	Sun, 28 Oct 2012 11:50:51 +0100 (CET)
Received: from wcfields.tmseck.homedns.org (xdsl-89-0-94-56.netcologne.de [89.0.94.56])
	by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA id 1C87911DB5;
	Sun, 28 Oct 2012 11:50:49 +0100 (CET)
Received: by wcfields.tmseck.homedns.org (Postfix, from userid 1001)
	id C3517130C13; Sun, 28 Oct 2012 11:50:48 +0100 (CET)
Message-Id: <20121028105048.C3517130C13@wcfields.tmseck.homedns.org>
Date: Sun, 28 Oct 2012 11:50:48 +0100 (CET)
From: Thomas-Martin Seck <tmseck@web.de>
Reply-To: Thomas-Martin Seck <tmseck@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update squid user homedir in UIDs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         173151
>Category:       ports
>Synopsis:       Update squid user homedir in UIDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 11:00:00 UTC 2012
>Closed-Date:    Sun Oct 28 14:10:05 UTC 2012
>Last-Modified:  Sun Oct 28 14:10:05 UTC 2012
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 8.3-STABLE amd64
>Organization:
a private site in Germany
>Environment:

	
>Description:
The homedir of the Squid user (UID/GID 100) was moved from $PREFIX/squid
to /var/squid, following a discussion on freebsd-ports some time ago.

The Squid ports were updated to reflect this change. Because they currently
create the user and group entry themselves, the incorrect entry in
/usr/ports/UID did not matter.

The upcoming Squid 3.2 port will rely on the ports framework to create the
"squid" user so the information in UIDs needs to be corrected.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

--- UIDs.orig	2012-10-28 11:23:09.000000000 +0100
+++ UIDs	2012-10-28 11:23:28.000000000 +0100
@@ -42,7 +42,7 @@
 mud:*:97:97::0:0:MUD Owner:/nonexistent:/bin/sh
 msql:*:98:98::0:0:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
 rscsi:*:99:99::0:0:Remote SCSI:/usr/local/rscsi:/usr/local/sbin/rscsi
-squid:*:100:100::0:0:squid caching-proxy pseudo user:/usr/local/squid:/usr/sbin/nologin
+squid:*:100:100::0:0:squid caching-proxy pseudo user:/var/squid:/usr/sbin/nologin
 quagga:*:101:101::0:0:Quagga route daemon pseudo user:/usr/local/etc/quagga:/usr/sbin/nologin
 ganglia:*:102:102::0:0:Ganglia User:/nonexistent:/usr/sbin/nologin
 sgeadmin:*:103:103::0:0:Sun Grid Engine Admin:/nonexistent:/usr/sbin/nologin
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Sun Oct 28 14:10:02 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sun Oct 28 14:10:02 UTC 2012 
Responsible-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173151 
>Unformatted:
