2013-02-07 04:06:39 +00:00
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
|
|
|
echo "Generating cracklib dictionary..."
|
2013-02-07 04:09:34 +00:00
|
|
|
usr/sbin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
2013-02-07 04:06:39 +00:00
|
|
|
usr/share/cracklib/cracklib-words || exit 1
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|