summaryrefslogtreecommitdiff
path: root/shadow/pwck
blob: 97d1aa76c08b6a3031dab5442df742f8bbfd2fc7 (plain)
    1 #!/bin/sh
    2 #
    3 # /etc/cron/daily/pwck: verify integrity of password and group files
    4 #
    5 
    6 /usr/sbin/pwck -r
    7 /usr/sbin/grpck -r
    8 
    9 # End of file

Generated by cgit