[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] CVS news!




Hello Alessandro,
> The new symbol CS_DOTPALM allows for the base directory change.
The following 
>
> 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)"
> }

Am I allowed to define these options in the central coldsync.conf as well? It seems that coldsync picks the base directory, but does not expand the palm user name, ie.

pda {
        snum: "50C213O93015-L";
        username: "Joey";
        userid: 32292;
}

options {
        CS_DOTPALM: "/var/www/html/projekt/addons/palm/pdb/$(CS_PALMUSERNAME)";
}

should put all stuff into 

/var/www/html/projekt/addons/palm/pdb/Joey

but everything ends up below  

/var/www/html/projekt/addons/palm/pdb

Do I do something wrong, or do i need to put the .coldsyncrc in the relevant home directory for this to work?

rgds
pos

-- 
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.