diff options
author | Ezra Peisach <epeisach@mit.edu> | 1995-10-30 01:13:36 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 1995-10-30 01:13:36 +0000 |
commit | fa4e342bbbf52e060191a9e250354569cb769bd2 (patch) | |
tree | 2361ae1d39fc730f13b1ade8d102d5050bdb63fb /src/util | |
parent | f931a28d4dc81c73c921818c3d21f767def44f9c (diff) | |
download | krb5-fa4e342bbbf52e060191a9e250354569cb769bd2.tar.gz krb5-fa4e342bbbf52e060191a9e250354569cb769bd2.tar.xz krb5-fa4e342bbbf52e060191a9e250354569cb769bd2.zip |
Add /usr/lib/ispell/ispell.words for Linux
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7003 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/berk_db/test/ChangeLog | 4 | ||||
-rw-r--r-- | src/util/berk_db/test/run.test | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog index ca04c6c1f..fea3885b1 100644 --- a/src/util/berk_db/test/ChangeLog +++ b/src/util/berk_db/test/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 29 20:07:29 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * run.test: Add /usr/lib/ispell/ispell.words for Linux + Thu Oct 12 01:18:07 1995 Sam Hartman <hartmans@tertius.mit.edu> * dbtest.c (rfile): Don't declare index. diff --git a/src/util/berk_db/test/run.test b/src/util/berk_db/test/run.test index 919d5a0b6..eeaf7ed76 100644 --- a/src/util/berk_db/test/run.test +++ b/src/util/berk_db/test/run.test @@ -19,6 +19,9 @@ main() elif [ -f /usr/share/lib/dict/words ]; then # SGI Irix 5.x DICT=/usr/share/lib/dict/words + elif [ -f /usr/lib/ispell/ispell.words ]; then + # Linux w/ ispell + DICT=/usr/lib/ispell/ispell.words else echo 'run.test: no dictionary' exit 1 |