Enlightenment CVS committal

Author  : rbdpngn
Project : misc
Module  : embrace

Dir     : misc/embrace/data


Modified Files:
        create_embrace_cfg.sh 


Log Message:
Create the directory for the config file.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/data/create_embrace_cfg.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- create_embrace_cfg.sh       31 Mar 2004 18:28:46 -0000      1.3
+++ create_embrace_cfg.sh       3 May 2004 05:21:14 -0000       1.4
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 NAME=embrace
-DB=~/.e/apps/embrace/$NAME.db
+CONFIGPATH=~/.e/apps/embrace
+DB=$CONFIGPATH/$NAME.db
 
 # generic mandatory attributes:
 # * title
@@ -14,7 +15,7 @@
 #
 # pop3 and imap: str host, int port, str user, str pass, int ssl (boolean)
 # mbox, maildir and imap: str path
-
+mkdir -p $CONFIGPATH
 edb_ed $DB add /$NAME/theme str "default"
 edb_ed $DB add /$NAME/num_mailboxes int 4
 




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to