diff options
Diffstat (limited to 'shells/jailkit')
-rw-r--r-- | shells/jailkit/Makefile | 1 | ||||
-rw-r--r-- | shells/jailkit/pkg-plist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index 2999a490d7bb..8abd664ea093 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= jailkit PORTVERSION= 2.15 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ http://www.sfr-fresh.com/unix/privat/ diff --git a/shells/jailkit/pkg-plist b/shells/jailkit/pkg-plist index 58912d4c6772..775ba21e6b64 100644 --- a/shells/jailkit/pkg-plist +++ b/shells/jailkit/pkg-plist @@ -20,7 +20,7 @@ man/man8/jk_socketd.8.gz man/man8/jk_uchroot.8.gz man/man8/jk_update.8.gz sbin/jk_chrootlaunch -sbin/jk_chrootsh +@shell sbin/jk_chrootsh sbin/jk_cp sbin/jk_init sbin/jk_check @@ -30,8 +30,6 @@ 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%% |