next message in archive
next message in thread
previous message in archive
Index of Subjects
On Fri, 14 Mar 1997, David Trueman wrote:
Larry, you were on the right track.
For the CSuite FTPd Makefile, I have
install-csuite:
        @if [ "$$ftpd" = "lnx" ] && [ -f /etc/shadow ]; then \
                echo "Configuring for shadow passwords..."; \
                sed '/SHADOW_PASSWD/s/undef/define/' src/config/config.lnx
			(the rest lost to word wrap)
In src/config/config.lnx, it has
#undef SHADOW_PASSWORD
We're grepping for the wrong string pattern.
Gerard MacNeil, P. Eng.
next message in archive
next message in thread
previous message in archive
Index of Subjects