mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
bin/jk_uchroot
|
|
etc/jailkit/jk_check.ini
|
|
etc/jailkit/jk_init.ini
|
|
etc/jailkit/jk_lsh.ini
|
|
etc/jailkit/jk_socketd.ini
|
|
etc/jailkit/jk_chrootsh.ini
|
|
etc/jailkit/jk_update.ini
|
|
etc/jailkit/jk_uchroot.ini
|
|
man/man8/jailkit.8.gz
|
|
man/man8/jk_addjailuser.8.gz
|
|
man/man8/jk_check.8.gz
|
|
man/man8/jk_chrootlaunch.8.gz
|
|
man/man8/jk_chrootsh.8.gz
|
|
man/man8/jk_cp.8.gz
|
|
man/man8/jk_init.8.gz
|
|
man/man8/jk_jailuser.8.gz
|
|
man/man8/jk_list.8.gz
|
|
man/man8/jk_lsh.8.gz
|
|
man/man8/jk_socketd.8.gz
|
|
man/man8/jk_uchroot.8.gz
|
|
man/man8/jk_update.8.gz
|
|
sbin/jk_chrootlaunch
|
|
sbin/jk_chrootsh
|
|
sbin/jk_cp
|
|
sbin/jk_init
|
|
sbin/jk_check
|
|
sbin/jk_addjailuser
|
|
sbin/jk_jailuser
|
|
sbin/jk_list
|
|
sbin/jk_update
|
|
sbin/jk_lsh
|
|
sbin/jk_socketd
|
|
@exec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v jk_chrootsh /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
|
|
@unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v jk_chrootsh /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
|
|
%%DATADIR%%/jk_lib.py
|
|
%%DATADIR%%/jk_lib.pyc
|
|
@dirrm %%DATADIR%%
|
|
@dirrmtry etc/jailkit
|