freebsd-ports/shells/jailkit/pkg-plist
Baptiste Daroussin 48812c732f Support stage
2013-12-27 08:24:48 +00:00

38 lines
1 KiB
Text

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