Bug 54844 - [Maintainer update] shells/scponly: handling of rsync compatibility
Summary: [Maintainer update] shells/scponly: handling of rsync compatibility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 13:00 UTC by Hideyuki KURASHINA
Modified: 2003-07-26 00:16 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (597 bytes, patch)
2003-07-25 13:00 UTC, Hideyuki KURASHINA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hideyuki KURASHINA freebsd_committer freebsd_triage 2003-07-25 13:00:36 UTC
	ports/shells/scponly/Makefile cares rsync compatibility of scponly
	only the case ${LOCALBASE}/bin/rsync exists.  As the result, rsync
	compatibility is not configured (or simply ignored) if users do not
	have rsync in their enviroment.

	To drive scponly with rsync compatibility, BUILD_DEPENDS and
	RUN_DEPENDS are needed, I think.

Fix: Apply following patch.

-- rushani

How-To-Repeat: 
	cd /usr/ports/shells/scponly
	make -DWITH_SCPONLY_RSYNC install
	[Set up scponly account...]
	rsync -av foo.txt scponly_user@example.com:
Comment 1 Maho Nakata freebsd_committer freebsd_triage 2003-07-26 00:16:00 UTC
State Changed
From-To: open->closed

Committed, thanks!