cracklib: fixed usr/sbin link.
This commit is contained in:
parent
e5ab573ce3
commit
19ea9ef267
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
echo "Generating cracklib dictionary..."
|
echo "Generating cracklib dictionary..."
|
||||||
usr/sbin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
usr/bin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
||||||
usr/share/cracklib/cracklib-words || exit 1
|
usr/share/cracklib/cracklib-words || exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cracklib'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.9.4
|
version=2.9.4
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
|
|
Loading…
Reference in a new issue