#!/bin/sh
#
# /etc/cron/daily/pwck: verify integrity of password and group files
#

/usr/sbin/pwck -r
/usr/sbin/grpck -r

# End of file