[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] CVS news!
- To: coldsync-hackers at lusars dot net
 
- Subject: [coldsync-hackers] CVS news!
 
- From: Alessandro Zummo <azummo-coldsync2 at towertech dot it>
 
- Date: Wed, 13 Nov 2002 13:26:01 +0100
 
- Organization: Tower Technologies
 
- Reply-To: coldsync-hackers at lusars dot net
 
- Sender: owner-coldsync-hackers at lusars dot net
 
 Since many people requested it,
   i've added a feature to allow the user to alter the .palm
   default base directory.
 However, nothing comes without a price to pay: the side effect
 of this change is that all coldsync related env variables have
 now been prefixed with CS_, to avoid namespace clashes (LOGFILE was to generic).
 The new symbol CS_DOTPALM allows for the base directory change.
 If you have a setup which redirects all the palms
 to one local user, like this one:
 (/etc/palms)
 AABBCCDD|pda01|10001|thepalmuser
 DDCCBBAA|pda02|10002|thepalmuser
 ..
 you can define a .coldsynrc like this in
 /home/palmuser:
 options {
	CS_DOTPALM: "$(HOME)/$(CS_PALMUSERNAME)"
 }
 With this setup, the base directory for pda01 will be
 /home/thepalmuser/pda01 .
 The CS_ symbols are now also available as environment variables
 for conduits' benefit.
 The are a few more CS_ environments. You can use the new dump-env "type: none;" conduit
 to give a look at them.
-- 
 Alessandro Zummo,
  Tower Technologies - Turin, Italy
-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.