#!/bin/sh
# script to install usershell and own-tty.
# Does not modify /etc/inittab.  See usershell.metext or usershell.html for
#     information on how to do that.

# Kragen Sitaker, 1998-03-15
# $Id: INSTALL,v 1.2 1998/03/16 03:40:17 kragen Exp $
# This script is in the public domain; I disclaim any claim to copyright or
# other intellectual property that may subsist in it, and declare that no 
# one else has standing to do so.

# Assumes install's default is -m 0755 -o root, like GNU install's.
install usershell own-tty /usr/sbin
