From: Rhesa R. <lis...@rh...> - 2003-12-17 14:14:43
|
Well, I look stupid now, but I figured it out by myself... > Hi, > > However, this doesn't seem to work: > > $set{'ns-intern'} = "10.0.0.50:/home/rhesa"; > with > $prune{'10.0.0.50/home'} = 'rhesa/mprime'; > Use the complete directory as specified in the set: $prune{'10.0.0.50/home/rhesa'} = 'mprime'; Wasn't completely obvious from the FAQ I must say. |