Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167248 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-libs/cracklib/cracklib-2.9.7.ebuild (+6 lines)
Lines 100-104 Link Here
100
		ebegin "Regenerating cracklib dictionary"
100
		ebegin "Regenerating cracklib dictionary"
101
		create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
101
		create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
102
		eend $?
102
		eend $?
103
    else
104
        ebegin "Regenerating cracklib dictionary in ${ROOT}"
105
        ${ROOT}/usr/sbin/cracklib-format ${ROOT}/usr/share/dict/* | \
106
            ${ROOT}/usr/sbin/cracklib-packer ${ROOT}/usr/lib/cracklib_dict \
107
            > /dev/null
108
        eend $?
103
	fi
109
	fi
104
}
110
}

Return to bug 167248