From owner-cvs-all@FreeBSD.ORG Thu Apr 21 20:05:53 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF7D16A4CE; Thu, 21 Apr 2005 20:05:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DE543D41; Thu, 21 Apr 2005 20:05:53 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3LK5r28043977; Thu, 21 Apr 2005 20:05:53 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3LK5r06043976; Thu, 21 Apr 2005 20:05:53 GMT (envelope-from brooks) Message-Id: <200504212005.j3LK5r06043976@repoman.freebsd.org> From: Brooks Davis Date: Thu, 21 Apr 2005 20:05:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/slimserver Makefileports/audio/slimserver/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 20:05:54 -0000 brooks 2005-04-21 20:05:53 UTC FreeBSD ports repository Modified files: audio/slimserver Makefile audio/slimserver/files pkg-install.in Log: Improve the upgrade process a bit. It was previously possible for the log file to be owned by root because most files were opened/created before the uid was switched to non-root. That's not the case anymore so we need to be sure those files are owned by slimserv:slimserv. This isn't a problem with new installed because they are made correctly in the rc script, but on upgrades it may be an issue. Handle this by resetting the permissions of existing files and directories during the install. While I'm here, remove some leftover directory creation. It properly belongs in the startup script so the files will be created if /var is clear. Bump port revision. Revision Changes Path 1.13 +1 -0 ports/audio/slimserver/Makefile 1.2 +14 -7 ports/audio/slimserver/files/pkg-install.in