diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-17 03:08:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-17 03:08:32 +0000 |
commit | 2793714fe0c012276471e1be5f322bc60a884db1 (patch) | |
tree | 26944b622d714a0247930649d41525afcf41ab0a /tests/UNIXtokens.conf | |
parent | fc95947d076de3b8f6056e8d16cb4badc0965500 (diff) | |
download | ATCD-2793714fe0c012276471e1be5f322bc60a884db1.tar.gz |
.
Diffstat (limited to 'tests/UNIXtokens.conf')
-rw-r--r-- | tests/UNIXtokens.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/UNIXtokens.conf b/tests/UNIXtokens.conf index 2547639345c..a15f4ab14cc 100644 --- a/tests/UNIXtokens.conf +++ b/tests/UNIXtokens.conf @@ -1,5 +1,5 @@ # Solaris version -dynamic Logging_Strategy Service_Object * ../netsvcs/lib/netsvcs:_make_ACE_Logging_Strategy() "-s log/Tokens_Test_Server.log -f OSTREAM" -dynamic Token_Service Service_Object * ../netsvcs/lib/netsvcs:_make_ACE_Token_Acceptor() "-p 23456" +dynamic Logging_Strategy Service_Object * netsvcs:_make_ACE_Logging_Strategy() "-s log/Tokens_Test_Server.log -f OSTREAM" +dynamic Token_Service Service_Object * netsvcs:_make_ACE_Token_Acceptor() "-p 23456" |