Michael Reifenberger
ea119c8265
Fix some bugs/complaints:
...
- make addr2jid static
- add -h Flag for hostname/ip-number search
- s,strncmp,strcmp, in addr2jid
- return jid only if found once
Requested by: some
2008-05-29 17:00:01 +00:00
Michael Reifenberger
c693ccd83d
Add CAUTIONS section to the manpage and update .Dd.
...
Spelling fix.
PR: bin/119305 (reminded by Frank Behrens)
Suggested by: rwatson, maxim
MFC after: 2 weeks
2008-05-26 19:24:45 +00:00
Michael Reifenberger
1f406de782
Extend jexec to accept hostname or ip-number besides jail-id.
...
MFC after: 2 weeks
2008-05-26 11:57:49 +00:00
Ruslan Ermilov
bc84aa4ba3
Markup fixes.
2006-09-29 17:57:04 +00:00
Ruslan Ermilov
36610ce416
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:04:03 +00:00
Xin LI
70b75adf82
Add -u and -U which functions like the jail(8) that allow
...
commands to be executed under a different credential.
PR: bin/95777
Submitted by: clsung
2006-04-19 10:12:10 +00:00
Bosko Milekic
66227d2b9d
Make jexec duplicate the actions of the shell searching for an
...
executable file even if the specified action/filename does not
contain a '/' character; convert execv() to execvp().
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
PR: bin/54109
2003-07-04 19:14:27 +00:00
Ruslan Ermilov
c16ad8ccc8
excute: typo; possible replacements: excite, excuse.
2003-05-31 18:24:40 +00:00
Mike Barcroft
ebf5d9bc2c
o Add jls(8) for listing active jails.
...
o Add jexec(8) to execute a command in an existing jail.
o Add -j option for killall(1) to kill all processes in a specified
jail.
o Add -i option to jail(8) to output jail ID of newly created jail.
2003-04-09 03:04:12 +00:00