#!/bin/sh
# $Id: chage.control,v 1.3 2001/02/09 22:03:27 solar Exp $

. /etc/control.d/functions

BINARY=/usr/bin/chage

new_fmode public 2711 root shadow
new_fmode restricted 700 root root

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