[scponly] FreeBSD 5.3-RELEASE-p27 and scponly-4.4 broken? [SOLVED]

David Robillard david.robillard at notarius.com
Wed Mar 8 20:47:04 EST 2006


Hello everyone,

The solution was to change the make(1) command. Right after you `cd /usr/ports/shells/scponly`, you should NOT run  this:

WRONG: 
sudo make -DWITH_SCPONLY_CHROOT=yes -DWITHOUT_SCPONLY_GFTP=yes -DWITH_SCPONLY_SCP=yes -DWITH_SCPONLY_WINSCP=yes

But instead run that:

RIGHT:
sudo make -DWITH_SCPONLY_CHROOT -DWITHOUT_SCPONLY_GFTP -DWITH_SCPONLY_SCP -DWITH_SCPONLY_WINSCP

Which is the same for the /etc/make.conf configuration: Do not use the `=yes' after the various -DKNOB and you should be fine.

Many thanks to the FreeBSD's scponly ports maintainer Hideyuki KURASHINA for rapidly solving my issue :)

David


--
David Robillard
UNIX systems administrator
david.robillard at notarius.com

Notarius
465, rue St-Jean, suite 200
Montréal, Québec, H2Y 2R6

Tel. : +1 514 966 0122
Fax. : +1 514 281 1226

http://www.notarius.com

Ce message, ainsi que tout fichier qui y est joint, est destiné exclusivement aux personnes à qui il est adressé. Il peut contenir des renseignements ou des informations de nature confidentielle qui ne doivent être divulgués en vertu des lois applicables. Si vous n'êtes pas le destinataire de ce message ou un mandataire autorisé de celui-ci, par la présente vous êtes avisé que toute impression, diffusion, distribution ou reproduction de ce message et de tout fichier qui y est joint est strictement interdite. L'intégrité de ce message n'étant pas assurée sur Internet, Notarius (TSIN) Inc. ne peut être tenue responsable de son contenu s'il a été altéré, déformé ou falsifié. Si ce message vous a été transmis par erreur, veuillez en aviser sans délai l'expéditeur et l'effacer ainsi que tout fichier joint sans en conserver de copie.

This message, and any attachments, is intended only for the use of the addressee or his authorized representative. It may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or his authorized representative, you are hereby notified that any dissemination, distribution or copying of this message and any attachments is strictly prohibited. The integrity of this message cannot be guaranteed on the Internet, Notarius (TSIN) Inc. shall not be liable for its content if altered, changed or falsified. If you have received this message in error, please contact right away with the sender and delete this message and any attachments from your system. 



More information about the scponly mailing list