summaryrefslogtreecommitdiffstats
path: root/shadow/pwck
diff options
context:
space:
mode:
Diffstat (limited to 'shadow/pwck')
-rw-r--r--shadow/pwck9
1 files changed, 9 insertions, 0 deletions
diff --git a/shadow/pwck b/shadow/pwck
new file mode 100644
index 0000000..97d1aa7
--- /dev/null
+++ b/shadow/pwck
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+# /etc/cron/daily/pwck: verify integrity of password and group files
+#
+
+/usr/sbin/pwck -r
+/usr/sbin/grpck -r
+
+# End of file