diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index b77b45d5f..c07b3609f 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 946430686..9fd7e7dcd 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -133,7 +133,7 @@ check-unix:: 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; \ @@ -142,7 +142,7 @@ check-unix:: >> ./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 |
