summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Behrmann2008-08-22 10:56:15 +0200
committerThomas Orgis2008-08-22 12:07:03 +0200
commit89276e05f27d8ae58a0a071158ede9c3f5f94007 (patch)
treee175e39f6c70e92758a8b28f24bce7c308cce42e
parent9a88ddf8909f21fe67e71dd5498afd91b96970f0 (diff)
Smartify shadow's trigger so that you get a chance to actually
configure shadow to build _without_ linux-pam on dispel of linux-pam
-rwxr-xr-xsecurity/shadow/TRIGGERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/shadow/TRIGGERS b/security/shadow/TRIGGERS
index 59eafc6b4f..965586c061 100755
--- a/security/shadow/TRIGGERS
+++ b/security/shadow/TRIGGERS
@@ -1,2 +1,2 @@
on_cast linux-pam cast_self
-on_dispel linux-pam cast_self
+on_dispel linux-pam "run_script echo recasting shadow with -r, so you can turn off linux-pam... ; cast -r shadow"