Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Apr 2003 14:08:01 +1100
From:      Womchik alexeyeff <wom@wom.ru>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/killall killall.1 killall.csrc/usr.sbinjexec.8 jexec.c src/usr.sbin/jls Makefile jls.8 jls.c
Message-ID:  <3E938E91.2070906@wom.ru>
In-Reply-To: <200304090304.h3934Csu028105@repoman.freebsd.org>
References:  <200304090304.h3934Csu028105@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
what about MFC ?

Mike Barcroft wrote:

>mike        2003/04/08 20:04:12 PDT
>
>  FreeBSD src repository
>
>  Modified files:
>    usr.bin/killall      killall.1 killall.c 
>    usr.sbin             Makefile 
>    usr.sbin/jail        jail.8 jail.c 
>  Added files:
>    usr.sbin/jexec       Makefile jexec.8 jexec.c 
>    usr.sbin/jls         Makefile jls.8 jls.c 
>  Log:
>  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.
>  
>  Revision  Changes    Path
>  1.27      +7 -2      src/usr.bin/killall/killall.1
>  1.21      +21 -2     src/usr.bin/killall/killall.c
>  1.248     +2 -0      src/usr.sbin/Makefile
>  1.43      +21 -13    src/usr.sbin/jail/jail.8
>  1.12      +14 -7     src/usr.sbin/jail/jail.c
>  1.1       +7 -0      src/usr.sbin/jexec/Makefile (new)
>  1.1       +52 -0     src/usr.sbin/jexec/jexec.8 (new)
>  1.1       +62 -0     src/usr.sbin/jexec/jexec.c (new)
>  1.1       +7 -0      src/usr.sbin/jls/Makefile (new)
>  1.1       +50 -0     src/usr.sbin/jls/jls.8 (new)
>  1.1       +77 -0     src/usr.sbin/jls/jls.c (new)
>_______________________________________________
>cvs-all@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/cvs-all
>To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E938E91.2070906>