pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Improvements for the "mediatomb" package:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da77421080b5
branches:  trunk
changeset: 549474:da77421080b5
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Nov 03 18:58:53 2008 +0000

description:
Improvements for the "mediatomb" package:
1.) Create a user and group "mediatomb" for running the server to restrict
    the files which can be accessed.
2.) Add a startup script to start the server automatically.

Bump package revision because of these fixes. Changes approved by
Alistair Crooks.

diffstat:

 mk/defaults/mk.conf |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r e25c45fe5006 -r da77421080b5 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Mon Nov 03 17:30:15 2008 +0000
+++ b/mk/defaults/mk.conf       Mon Nov 03 18:58:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.178 2008/10/17 13:05:05 tron Exp $
+# $NetBSD: mk.conf,v 1.179 2008/11/03 18:58:53 tron Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1270,6 +1270,16 @@
 # Possible: euc-jp, sjis, utf-8
 # Default: euc-jp
 
+MEDIATOMB_GROUP?= mediatomb
+# System group to run the MediaTomb Server as.
+# Possible: any group name
+# Default: mediatomb
+
+MEDIATOMB_USER?= mediatomb
+# System user to run the MediaTomb Server as.
+# Possible: any user name
+# Default: mediatomb
+
 MLDONKEY_GROUP?= mldonkey
 # System group to run mldonkey's core as.
 # Possible: any group name



Home | Main Index | Thread Index | Old Index