mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
241f3878a0
Reported by: itetcu
26 lines
746 B
Plaintext
26 lines
746 B
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
|
|
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
|