Date: Thu, 21 Apr 2005 20:05:53 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/slimserver Makefileports/audio/slimserver/files pkg-install.in Message-ID: <200504212005.j3LK5r06043976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504212005.j3LK5r06043976>
