#!/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 new_help public "Any user can execute $BINARY" new_help restricted "Only root can execute $BINARY" new_summary 'Change user password expiry information' control_fmode "$BINARY" "$*" || exit 1