#!/bin/sh
# $Id: passwd.control,v 1.3 2002/11/03 06:02:45 solar Exp $

. /etc/control.d/functions

BINARY=/usr/sbin/pw

new_fmode public 555 root wheel
new_fmode restricted 700 root wheel

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