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