This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-14 22:53:16 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
deaff65313
opnsense-src
/
usr.sbin
/
jexec
/
Makefile
10 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
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-08 23:04:12 -04:00
# $FreeBSD$
PROG
=
jexec
MAN
=
jexec.8
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 11:57:27 -05:00
LIBADD
=
jail util
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-08 23:04:12 -04:00
Add a package for jail(8) and related utilities. Sponsored by: The FreeBSD Foundation
2016-01-20 12:07:13 -05:00
PACKAGE
=
jail
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-08 23:04:12 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink