summaryrefslogtreecommitdiff
path: root/testing/shadow/shadow.cron.daily
diff options
context:
space:
mode:
Diffstat (limited to 'testing/shadow/shadow.cron.daily')
-rwxr-xr-xtesting/shadow/shadow.cron.daily6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/shadow/shadow.cron.daily b/testing/shadow/shadow.cron.daily
new file mode 100755
index 000000000..1931a793e
--- /dev/null
+++ b/testing/shadow/shadow.cron.daily
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Verify integrity of password and group files
+/usr/sbin/pwck -r
+/usr/sbin/grpck -r
+