#!/bin/sh # CCS Computer Science # Password Daemon # # Douglas Thrift # # $Id$ if [ -x /ccs/sbin/passwdd ]; then echo -n ' CCSpasswdd'; /ccs/sbin/passwdd -d fi # vim: noexpandtab tabstop=4