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.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/shadow/shadow.install (limited to 'testing/shadow/shadow.install') diff --git a/testing/shadow/shadow.install b/testing/shadow/shadow.install new file mode 100644 index 000000000..14384c333 --- /dev/null +++ b/testing/shadow/shadow.install @@ -0,0 +1,9 @@ +post_upgrade() { + grpck -r >/dev/null 2>&1 + if [ $? -eq 2 ]; then + printf '%s\n' \ + "==> Warning: /etc/group or /etc/gshadow are inconsistent." \ + " Run 'grpck' to correct this." + fi + return 0 +} -- cgit v1.2.3-54-g00ecf