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

. /etc/control.d/functions

BINARY=/usr/bin/passwd
CONFIG=/etc/pam.d/passwd

new_fmode traditional 4555 root wheel
new_fmode restricted 700 root wheel

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