hy, i've tried building packages from latest svn, and it seems as if it doesn't build chkpwd anymore?
the binary is missing from installation paths...
is it still needed?
i did make chkpwd, which started building it, but failed with a compie error:
make chkpwd
i486-linux-gnu-gcc -I/usr/sbin -Wall -g -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes -D_REENTRANT
-pthread -I. -DHAVE_
CONFIG_H -c chkpwd.c -o chkpwd.o
i486-linux-gnu-gcc -I/usr/sbin -Wall -g -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes -D_REENTRANT -pthread -I. -DHAVE_
CONFIG_H -c auth.c -o auth.o
i486-linux-gnu-gcc chkpwd.o auth.o config.o -L/usr/sbin -o chkpwd
auth.o: In function `validpw':
citadel/auth.c:132: undefined reference to `crypt'
collect2: ld returned 1 exit status
make: *** [chkpwd] Error 1
