mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
5 lines
135 B
Text
5 lines
135 B
Text
if [ "$SLACKPAM" == "no" ]; then
|
|||
# For shadow, this file needs to be setuid root:
|
|||
chmod +s $PKG/usr/lib$LIBDIRSUFFIX/kcheckpass
|
|||
fi
|