Shouldn't this be done by freevo setup? I have been wrestling with
whether i should add a helper to freevo to create the dirs that used to
be created by the old makefile. I chatted with rshort about it in IRC
and he said setup should do it, and i agree with him. thoughts?

-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/

On Wed, 2003-10-22 at 16:03, [EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo
> In directory sc8-pr-cvs1:/tmp/cvs-serv19576
> 
> Modified Files:
>       freevo_config.py 
> Log Message:
> print warning if /var/cache/freevo is not the cache dir
> 
> Index: freevo_config.py
> ===================================================================
> RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
> retrieving revision 1.275
> retrieving revision 1.276
> diff -C2 -d -r1.275 -r1.276
> *** freevo_config.py  22 Oct 2003 19:08:33 -0000      1.275
> --- freevo_config.py  22 Oct 2003 20:03:35 -0000      1.276
> ***************
> *** 447,450 ****
> --- 447,453 ----
>           
>       except OSError:
> +         print 'Warning: %s does not exists and can\'t be created' % FREEVO_CACHEDIR
> +         print 'Please create this directory as root and set permissions for the'
> +         print 'Freevo user to write to it.'
>           OS_CACHEDIR = '/tmp'        
>           FREEVO_CACHEDIR = OS_CACHEDIR + '/freevo'
> ***************
> *** 458,463 ****
>                   if not os.path.isdir( FREEVO_CACHEDIR ):
>                       os.makedirs( FREEVO_CACHEDIR )
> !                 
> ! 
>   # ======================================================================
>   # Freevo movie settings:
> --- 461,466 ----
>                   if not os.path.isdir( FREEVO_CACHEDIR ):
>                       os.makedirs( FREEVO_CACHEDIR )
> !         print 'Using %s as cache directory, but this is a bad idea' % 
> FREEVO_CACHEDIR
> !         print
>   # ======================================================================
>   # Freevo movie settings:
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by OSDN developer relations
> Here's your chance to show off your extensive product knowledge
> We want to know what you know. Tell us and you have a chance to win $100
> http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
> _______________________________________________
> Freevo-cvslog mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-cvslog




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to