diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-13 16:16:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-13 16:16:32 +0100 |
commit | b11dcb15de18b20b55f2b0ceea3df6f540c75774 (patch) | |
tree | 8a0a1edea2e535ec5cfd2bd15fca5e27393bffbb /Make.config.template | |
parent | 317b15f5a06007ebe6f475c6700424ae9d07d1c1 (diff) | |
download | vdr-b11dcb15de18b20b55f2b0ceea3df6f540c75774.tar.gz vdr-b11dcb15de18b20b55f2b0ceea3df6f540c75774.tar.bz2 |
Dropped the default vdr user
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Make.config.template b/Make.config.template index 5cbf42bf..fcf607c7 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 1.6 2005/09/02 14:24:31 kls Exp $ +# $Id: Make.config.template 1.7 2006/01/13 16:06:11 kls Exp $ ### The C compiler and options: @@ -30,3 +30,6 @@ VIDEODIR = /video LIRC_DEVICE = /dev/lircd RCU_DEVICE = /dev/ttyS1 + +## Define if you want vdr to not run as root +#VDR_USER = vdr |