summaryrefslogtreecommitdiffstats
path: root/abs/core/shadow/shadow.cron.daily
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/shadow/shadow.cron.daily')
-rwxr-xr-xabs/core/shadow/shadow.cron.daily6
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/shadow/shadow.cron.daily b/abs/core/shadow/shadow.cron.daily
new file mode 100755
index 0000000..1931a79
--- /dev/null
+++ b/abs/core/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
+