aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93/pkg-plist
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-15 22:01:54 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-15 22:01:54 +0000
commitdb69286f17e87066915cb569ee50240148054222 (patch)
treed05bcb69326ecb70cf6314c33c21bd0cfa54e876 /shells/ksh93/pkg-plist
parenta40424aef1b77eea7be3200ade9abf01a5c70cb6 (diff)
downloadports-db69286f17e87066915cb569ee50240148054222.tar.gz
ports-db69286f17e87066915cb569ee50240148054222.zip
Notes
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r--shells/ksh93/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist
index a9615ede13ad..bae0b175f894 100644
--- a/shells/ksh93/pkg-plist
+++ b/shells/ksh93/pkg-plist
@@ -1,7 +1,7 @@
@comment $FreeBSD$
bin/ksh93
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /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 %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
share/examples/ksh93/dirs
share/examples/ksh93/popd
@dirrm share/examples/ksh93
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /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 %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak