From fb5151905727c3c14d84b10ae10b59c48037cd77 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sun, 15 Jul 2007 03:47:20 +0000 Subject: Upgrade to slimserver 6.5.3 see change log for details. http://www.slimdevices.com/Changelog6.html Add largely untested support for changing the slimserver user, group, and database/cache directory with the SLIMUSER, SLIMGROUP, and SLIMDBDIR make variables. Make sure the user/group exists before install if you use a non-standard one. --- audio/squeezeboxserver/files/pkg-install.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/squeezeboxserver/files/pkg-install.in') diff --git a/audio/squeezeboxserver/files/pkg-install.in b/audio/squeezeboxserver/files/pkg-install.in index ef9c47ecbd6b..4b31913f561d 100644 --- a/audio/squeezeboxserver/files/pkg-install.in +++ b/audio/squeezeboxserver/files/pkg-install.in @@ -1,15 +1,15 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.2 2005-04-21 20:05:53 brooks Exp $ +# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.3 2007-07-15 03:47:20 brooks Exp $ name=slimserver -u=slimserv -g=slimserv +u=%%SLIMUSER%% +g=%%SLIMGROUP%% ugid=104 homedir=/nonexistent shell=/sbin/nologin comment="Slim Devices SlimServer pseudo-user" slimdir="%%PREFIX%%/%%SLIMDIR%%" -statedir=/var/db/slimserver +statedir=%%SLIMDBDIR%% cachedir=${statedir}/cache conffile=${statedir}/slimserver.conf playlistdir=${statedir}/playlists -- cgit v1.2.3