summaryrefslogtreecommitdiffstats
path: root/shadow/pwck
blob: 97d1aa76c08b6a3031dab5442df742f8bbfd2fc7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# /etc/cron/daily/pwck: verify integrity of password and group files
#

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

# End of file