aboutsummaryrefslogtreecommitdiffstats
path: root/shells/scponly
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-12 23:18:31 +0800
committerantoine <antoine@FreeBSD.org>2014-11-12 23:18:31 +0800
commit062e32d3f94da3a77ea19103981c7ce5f5b4e43d (patch)
treeedb84c040c8f15267cac1ad1c65f1b17410e99f1 /shells/scponly
parenta67f89958362edd06a12bd2757893d105d01d01c (diff)
downloadfreebsd-ports-gnome-062e32d3f94da3a77ea19103981c7ce5f5b4e43d.tar.gz
freebsd-ports-gnome-062e32d3f94da3a77ea19103981c7ce5f5b4e43d.tar.zst
freebsd-ports-gnome-062e32d3f94da3a77ea19103981c7ce5f5b4e43d.zip
Cleanup plist
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/pkg-plist6
1 files changed, 1 insertions, 5 deletions
diff --git a/shells/scponly/pkg-plist b/shells/scponly/pkg-plist
index dee68060efd7..2e8c74dbbfc4 100644
--- a/shells/scponly/pkg-plist
+++ b/shells/scponly/pkg-plist
@@ -8,12 +8,8 @@
%%PORTDOCS%%@exec echo "For information on several potential security concerns,"
%%PORTDOCS%%@exec echo "please read:"
%%PORTDOCS%%@exec echo "%%PREFIX%%/%%DOCSDIR%%/SECURITY"
-%%CHROOT%%sbin/scponlyc
-%%CHROOT%%@exec cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
-%%CHROOT%%@unexec cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
+%%CHROOT%%@shell sbin/scponlyc
%%CHROOT%%%%EXAMPLESDIR%%/setup_chroot.sh
%%CHROOT%%%%EXAMPLESDIR%%/config.h
etc/scponly/debuglevel
man/man8/scponly.8.gz
-@dirrm etc/scponly
-%%CHROOT%%@dirrm %%EXAMPLESDIR%%