summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver/files/pkg-install.in
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-07-15 03:47:20 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-07-15 03:47:20 +0000
commitfb5151905727c3c14d84b10ae10b59c48037cd77 (patch)
treea9b2e1fa273f41a04fa3496bc399da114dd8f21d /audio/squeezeboxserver/files/pkg-install.in
parentUpdate to the 20070712 snapshot of GCC 4.2.1 which also is the second RC (diff)
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.
Notes
Notes: svn path=/head/; revision=195639
Diffstat (limited to 'audio/squeezeboxserver/files/pkg-install.in')
-rw-r--r--audio/squeezeboxserver/files/pkg-install.in8
1 files changed, 4 insertions, 4 deletions
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