#
# ident "@(#)ttysrch 1.2 93/02/26 Copyright 1992 SMI"
#
# 'sed' class script to add an entry for the X.25 pseudo terminal
# directory to /etc/ttysrch
#

!install
# Remove any previous entries from the file
/^\/dev\/Xty/d
# Add the needed entry to the end of the file
34i\
/dev/Xty

!remove
# Remove entries from file
/^\/dev\/Xty/d

