From 9d209f25af63a35774000e87df4e188057f71b2f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Jul 2012 00:01:20 +0000 Subject: Mon Jul 2 00:01:20 UTC 2012 --- testing/shadow/shadow.cron.daily | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testing/shadow/shadow.cron.daily (limited to 'testing/shadow/shadow.cron.daily') 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 + -- cgit v1.2.3-54-g00ecf