3746ee4b78
Bump revision. --HG-- extra : convert_revision : fb1156e5b77e0ebb4c2797de0a643b368128a55a
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# Verify integrity of password and group files
|
|
/usr/sbin/pwck -r
|
|
/usr/sbin/grpck -r
|
|
|