mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
8 lines
121 B
Bash
8 lines
121 B
Bash
#!/bin/sh
|
|
#
|
|
# /etc/cron/daily/pwck: verify integrity of password and group files
|
|
#
|
|
|
|
/usr/sbin/pwck -r
|
|
/usr/sbin/grpck -r
|