cvs commit: ports/audio/slimserver Makefileports/audio/slimserver/files pkg-install.in

Brooks Davis brooks at FreeBSD.org
Thu Apr 21 13:05:54 PDT 2005


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


More information about the cvs-all mailing list