pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gerbera: document the patch for mk/defaults/mk.conf



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue Nov 17 04:23:05 2020 +0100
Changeset:	f8545a930101c63fec8d3ed63cc75b04247c8684

Modified Files:
	gerbera/TODO

Log Message:
gerbera: document the patch for mk/defaults/mk.conf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f8545a930101c63fec8d3ed63cc75b04247c8684

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gerbera/TODO | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diffs:
diff --git a/gerbera/TODO b/gerbera/TODO
index f92c0acdc7..768dc5256a 100644
--- a/gerbera/TODO
+++ b/gerbera/TODO
@@ -1,2 +1,25 @@
 - fix the installation path of the manual page
 - re-introduce the -d, -u, -g, and -P options (background, username, group, PID file)
+- apply the following patch as well:
+
+diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
+index 362970931a1d..a189ad0467f4 100644
+--- a/mk/defaults/mk.conf
++++ b/mk/defaults/mk.conf
+@@ -1049,6 +1049,16 @@ GAMEOWN?=	${GAMES_USER}
+ # Possible:	any user name
+ # Default:	${GAMES_USER}
+ 
++GERBERA_GROUP?= gerbera
++# System group to run the Gerbera Server as.
++# Possible: any group name
++# Default: gerbera
++
++GERBERA_USER?= gerbera
++# System user to run the Gerbera Server as.
++# Possible: any user name
++# Default: gerbera
++
+ #GRUB_NETWORK_CARDS=
+ # Compile netboot support for the listed network interface cards into GRUB.
+ # Use e.g. "rtl8139" for RealTek 8139 support or "eepro100 epic100" for


Home | Main Index | Thread Index | Old Index