diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-26 17:41:45 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-26 17:41:45 +0000 |
commit | 6bb5042363d1efc72aaaacf8d15a2be69db865a3 (patch) | |
tree | 52ec3cd0fb415301f2cec084ffcf56799eb88589 /sysutils/Makefile | |
parent | 5920a5c3f1e461e3852f43de987a5f4b2ae3822f (diff) |
This is a perl wrapper to "jexec" with more feature.
Script takes system jail id, rc.conf order id, full hostname of jail or
rc.conf name of jail. If no command for jail is given - run default
('bash' or other).
No additional software or tools like "jailer" are needed.
WWW: http://legh.ru/jx/
- Dmiry Shulgachik
legh@legh.ru
PR: ports/ports/130148
Submitted by: Dmitry Shulgachik <legh at legh.ru>
Notes
Notes:
svn path=/head/; revision=226897
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 041b0c7dbcf4..2a36f64462d5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -355,6 +355,7 @@ SUBDIR += jps SUBDIR += jtop SUBDIR += jtopen + SUBDIR += jx SUBDIR += k3b SUBDIR += k8temp SUBDIR += kcpuload |