DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Autoacts(4bnu)


Autoacts -- autodetection of incoming call type

Synopsis

/etc/ics/Autoacts

Description

The /etc/ics/Autoacts file contains a list of incoming byte sequences to detect, and an associated service to invoke if that sequence is matched. This detection is performed by the port monitor before the login banner or anything else is sent to the output stream. The current use of this file is to provide auto-detection of PPP.

Autoacts contains the following fields in the order shown:


``ID''
A label to identify the service and byte sequence. At present, this is not used.

``Service''
The service to be invoked upon matching the incoming byte sequence.

``Args''
A list of arguments to be supplied to the service.

``Char-seq''
The sequence of bytes that identifies the service.

Files


/etc/ics/Autoacts

/etc/ics/Callfilter

/etc/ics/Callservices

Examples

   # /etc/ics/Autoacts example
   #
   PPP:/bin/pppsh::0x7e 0xff 0x03 0xc0 0x21
   PPP:/bin/pppsh::0x7e 0xff 0x7d 0x23 0xc0 0x21
   PPP:/bin/pppsh::0x7e 0x7d 0xdf 0x7d 0x23 0xc0 0x21

References

Callfilter(4bnu), Callservices(4bnu), pppsh(1M), ttymon(1M)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004