ports/173151: Update squid user homedir in UIDs

Thomas-Martin Seck tmseck at web.de
Sun Oct 28 11:00:01 UTC 2012


>Number:         173151
>Category:       ports
>Synopsis:       Update squid user homedir in UIDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 11:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


More information about the freebsd-ports-bugs mailing list