#!/bin/sh
# $Id: chsh.control,v 1.2 2004/09/10 07:31:15 galaxy Exp $

. /etc/control.d/functions

BINARY=/usr/bin/chsh

new_fmode public 4555 root wheel
new_fmode restricted 700 root wheel

control_fmode "$BINARY" "$*" || exit 1
