diff options
author | pi <pi@FreeBSD.org> | 2015-07-18 02:57:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-07-18 02:57:42 +0800 |
commit | ae00fb482eed0d011c31f30796753b206ad9cf9b (patch) | |
tree | 8cabce7e28fd9f323cc66a19d6c800eb3f83d496 /sysutils/Makefile | |
parent | 5fbb57e7cd1d969076048d6a35fcc4124be2113b (diff) | |
download | freebsd-ports-gnome-ae00fb482eed0d011c31f30796753b206ad9cf9b.tar.gz freebsd-ports-gnome-ae00fb482eed0d011c31f30796753b206ad9cf9b.tar.zst freebsd-ports-gnome-ae00fb482eed0d011c31f30796753b206ad9cf9b.zip |
New port: sysutils/reptyr
reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start
a screen, use reptyr to grab it, and then kill the ssh session and
head on home.
WWW: http://github.com/nelhage/reptyr
PR: 200720
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 74c061922cdb..0120765b0a03 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -806,6 +806,7 @@ SUBDIR += rename SUBDIR += renameutils SUBDIR += reoback + SUBDIR += reptyr SUBDIR += respond SUBDIR += retail SUBDIR += rfstool |