diff options
author | araujo <araujo@FreeBSD.org> | 2008-01-13 05:19:52 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-01-13 05:19:52 +0800 |
commit | d31fd372d8e5e68ab34a9683466f11265151d9ac (patch) | |
tree | ceca4f9955d4e512ce5d30d6344fb03249e02ace /sysutils/Makefile | |
parent | 23c7406510b094a8fd506de1c1447402b7ee1ed4 (diff) | |
download | freebsd-ports-gnome-d31fd372d8e5e68ab34a9683466f11265151d9ac.tar.gz freebsd-ports-gnome-d31fd372d8e5e68ab34a9683466f11265151d9ac.tar.zst freebsd-ports-gnome-d31fd372d8e5e68ab34a9683466f11265151d9ac.zip |
Respond listens on stdin or on a specified named pipe and matches
each line it reads to the regular expressions it finds in the
specified actionscript. If a line matches, respond executes a
rewritten command defined in the actionscript.
WWW: http://respond.sf.net
PR: ports/119426
Submitted by: Jouke Witteveen <j.witteveen@gmail.com>
Approved by: stas (mentor, implicit)
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 7e2952aff681..e991d6d2aab0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -565,6 +565,7 @@ SUBDIR += relaxconf SUBDIR += rename SUBDIR += reoback + SUBDIR += respond SUBDIR += rfstool SUBDIR += rmonitor SUBDIR += roottail |