aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-07-03 21:07:36 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-07-03 21:07:36 +0000
commitadd7a6a5ead4f3500fcbb6fca44601576bfa36fc (patch)
treef5572992f15667ab766c2b05e5395df1b2fb779d /etc
parentRemove 'Shutdown is retried soon' message. Reduce DRY_SHUTDOWN to one single ... (diff)
downloadgentoo-vdr-scripts-add7a6a5ead4f3500fcbb6fca44601576bfa36fc.tar.gz
gentoo-vdr-scripts-add7a6a5ead4f3500fcbb6fca44601576bfa36fc.tar.bz2
gentoo-vdr-scripts-add7a6a5ead4f3500fcbb6fca44601576bfa36fc.zip
Add config-setting to disable usage of the vdr -u option.
svn path=/gentoo-vdr-scripts/trunk/; revision=621
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/vdr7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr
index d1090f1..c0fbcab 100644
--- a/etc/conf.d/vdr
+++ b/etc/conf.d/vdr
@@ -196,6 +196,13 @@ LOG="3"
# default: yes
#FORCE_OLD_THREADS="yes"
+# do not use vdr -u option to set user
+# and use start-stop-daemon --chuid option
+# This makes vdr behave easier with core-dumps
+# allowed values: yes no
+# default: no
+#FORCE_SETUID_OFF="yes"
+
# for people who really know what they do
# and who want to start vdr as user root
# allowed values: YES no