+Thu Jan 11 18:32:54 1996 Ezra Peisach (epeisach@paris)
+
+ * Makefile.in (check-unix): Ultrix test does not support -x.
+
Fri Jan 5 09:00:47 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignment
echo ' default_realm = r' >> ./t_an.conf
echo '[realms]' >> ./t_an.conf
echo 'r = {' >> ./t_an.conf
- if test -x ../../../admin/aname/kdb5_anadd ; then \
+ if test -r ../../../admin/aname/kdb5_anadd ; then \
../../../admin/aname/kdb5_anadd -a -n ./t_an p/i/i/i@r piii; \
../../../admin/aname/kdb5_anadd -a -n ./t_an p/a/b/c@r pabc; \
echo 'auth_to_local = DB:./t_an' >> ./t_an.conf; \
>> ./t_an.conf
echo 'auth_to_local = DEFAULT' >> ./t_an.conf
echo '}' >> ./t_an.conf
- if test -x ../../../admin/aname/kdb5_anadd ; then \
+ if test -r ../../../admin/aname/kdb5_anadd ; then \
KRB5_CONFIG=./t_an.conf ; export KRB5_CONFIG ; \
./t_an_to_ln p/i/i/i@r p/a/b/c@r; \
fi