Bug 76510 - [NEW PORT] sysutils/fanout: Allow you to run commands on multiple machines
Summary: [NEW PORT] sysutils/fanout: Allow you to run commands on multiple machines
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: 2005-01-20 17:20 UTC by Janos Mohacsi
Modified: 2005-06-01 07:28 UTC (History)
0 users

See Also:


Attachments
fanout-0.6.1.shar (6.08 KB, text/plain)
2005-01-20 17:20 UTC, Janos Mohacsi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janos Mohacsi 2005-01-20 17:20:17 UTC
Fanout and fanterm are two utilities that allow you to run commands on 
multiple machines. The difference is that fanout only runs non-interactive 
commands (like dd, cat, adduser, uname -a, etc.) and pipelines built of 
these. The output is collected into a single display that can be viewed by 
less or redirected to a file.

Fanterm, on the other hand, allows you to run interactive text mode 
commands on multiple machines at the same time. Your keystrokes are sent 
to a shell or application running on each of the target systems. The 
output from each system is shown in a seperate xterm.

WWW: http://www.stearns.org/fanout/

Generated with FreeBSD Port Tools 0.63
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-06-01 07:28:22 UTC
State Changed
From-To: open->closed

New port added, thank you.