This actually happend in 1.2.2 also, but I wasn't sure. Anyway, ./install-sh doesn't work correctly. When there are multiple files to copy, it copies only the first one.
E.g.: # ./install-sh -c distcc distccd /usr/local/bin # ls /usr/local/bin/dist* /usr/local/bin/distcc Solaris 8 /usr/ucb/install does work correctly: # /usr/ucb/install distcc distccd /usr/local/bin # ls /usr/local/bin/dist* /usr/local/bin/distcc /usr/local/bin/distccd Uri On Sunday 02 March 2003 01:46, Martin Pool wrote: > Thankyou to everybody who sent bug reports or patches. > > This release should fix "access denied" and other problems seen on > Cygwin and HP-UX. I'd particularly like to hear from anyone who can > test on non-Linux platforms. > > If this goes well I would like to put SSH and masquerading support > into the next release. > > http://distcc.samba.org/ftp/distcc/?M=D > > > > distcc-1.2.3 "stubborn tiny lights" 2003-03-02 > > PORTABILITY: > > * Don't use ':' in lock filenames, because that's a bit too tough for > Windows. This only affects Cygwin clients, not servers. Pointed out by > Heiko Elger. > > * Check existence of ctype.h. Fixes warnings when building popt. > Pointed out by Tom Matelich. > > * Fix "access denied" errors on lock files on HP-UX and Cygwin, so clients > on those platforms should work. Reported by Tom Matelich, Heiko Elger and > others. -- Uri Shohet <mailto:[EMAIL PROTECTED]> AMS Advanced Maintenance Systems Ltd. Science Based Industry Campus POB 23838, Jerusalem 91237, Israel Tel. : +972-2-541-7449 Cell : +972-54-259-850 Fax. : +972-2-581-4448 US Toll-Free: 1-866-389-2001 Registered Linux User #166615 (http://counter.li.org) __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
