mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
Bump revision. --HG-- extra : convert_revision : fb1156e5b77e0ebb4c2797de0a643b368128a55a
6 lines
96 B
Bash
6 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# Verify integrity of password and group files
|
|
/usr/sbin/pwck -r
|
|
/usr/sbin/grpck -r
|
|
|