mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 10:35:13 +02:00
6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Verify integrity of password and group files
|
|
/usr/sbin/pwck -r
|
|
/usr/sbin/grpck -r
|
|
|