Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28288

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
add TV_RECORD_SERVER_GID

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** local_conf.py.example       28 Jun 2004 18:52:55 -0000      1.36
--- local_conf.py.example       1 Jul 2004 19:10:45 -0000       1.37
***************
*** 43,47 ****
  
  
! CONFIG_VERSION = 5.12
  
  # ======================================================================
--- 43,47 ----
  
  
! CONFIG_VERSION = 5.13
  
  # ======================================================================

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.343
retrieving revision 1.344
diff -C2 -d -r1.343 -r1.344
*** freevo_config.py    28 Jun 2004 18:52:55 -0000      1.343
--- freevo_config.py    1 Jul 2004 19:10:44 -0000       1.344
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.12
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.13
  
  # Description of changes in each new version
***************
*** 218,222 ****
       '''Added TV_RECORD_SERVER_UID to set the uid for the recordserver and
       TV_RECORDFILE_SUFFIX for the suffix. If your TV_RECORDFILE_MASK contains
!      the suffix, please remove it here''') ]
  
  
--- 218,225 ----
       '''Added TV_RECORD_SERVER_UID to set the uid for the recordserver and
       TV_RECORDFILE_SUFFIX for the suffix. If your TV_RECORDFILE_MASK contains
!      the suffix, please remove it here'''),
!     (5.13,
!      '''Added TV_RECORD_SERVER_GID to set the gid for the recordserver. If you
!      use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids''' ) ]
  
  
***************
*** 1217,1222 ****
  
  # If the recordserver runs as root, set the uid to the given one
! # after startup.
  TV_RECORD_SERVER_UID = 0
  
  # start every recording X minutes before scheduled,
--- 1220,1226 ----
  
  # If the recordserver runs as root, set the uid to the given one
! # after startup. The gui must also match one of the users group ids
  TV_RECORD_SERVER_UID = 0
+ TV_RECORD_SERVER_GID = 0
  
  # start every recording X minutes before scheduled,



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to