CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: fixed signature and footprint
[ports/core-arm64.git] / shadow / pwck
CommitLineData
f1b1f867
VM
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