Re: [CalendarServer-dev] Problem with run script on linux

2007-02-15 Thread Wilfredo Sánchez Vega
Committed in r1194. -wsv On Feb 7, 2007, at 10:54 AM, Andy Brook wrote: I checked out the calendar server to try to get it running on Slackware version 11.0. When I went to install it, the setup section of the run script failed on trying to remove all the .pyc files for the programs

Re: [CalendarServer-dev] Problem with run script on linux

2007-02-14 Thread Frank Strauß
Wilfredo Sánchez Vega wrote: What's -r? It's not on OS X, so I don't think it's a portable option... Oh, I'm sorry. I did not check portability. Is xargs on Linux calling rm with an empty argument list? Yes, as long as -r is not used. I'm using a Debian/sarge Linux system with GNU xarg

Re: [CalendarServer-dev] Problem with run script on linux

2007-02-13 Thread Stuart Jansen
On Tue, 2007-02-13 at 16:37 -0800, Wilfredo Sánchez Vega wrote: >What's -r? It's not on OS X, so I don't think it's a portable > option... > >Is xargs on Linux calling rm with an empty argument list? *snip* --no-run-if-empty, -r If the standard input does not contain any n

Re: [CalendarServer-dev] Problem with run script on linux

2007-02-13 Thread Wilfredo Sánchez Vega
What's -r? It's not on OS X, so I don't think it's a portable option... Is xargs on Linux calling rm with an empty argument list? -wsv On Feb 8, 2007, at 2:10 AM, Frank Strauß wrote: Andy Brook wrote: I checked out the calendar server to try to get it running on Slackware ver

Re: [CalendarServer-dev] Problem with run script on linux

2007-02-08 Thread Frank Strauß
Andy Brook wrote: I checked out the calendar server to try to get it running on Slackware version 11.0. When I went to install it, the setup section of the run script failed on trying to remove all the .pyc files for the programs it was downloading. The way it's written, it will work when there a

[CalendarServer-dev] Problem with run script on linux

2007-02-07 Thread Andy Brook
I checked out the calendar server to try to get it running on Slackware version 11.0. When I went to install it, the setup section of the run script failed on trying to remove all the .pyc files for the programs it was downloading. The way it's written, it will work when there are actually files t