aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/pkg-plist
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-01-30 06:36:06 +0800
committersteve <steve@FreeBSD.org>2000-01-30 06:36:06 +0800
commit6877e02cdad2cbac48f0f8fb320c8f21fc3437d7 (patch)
treeb4ad3a053563553333593ef6589c7d38e64132f4 /shells/sash/pkg-plist
parentaaf21feb804cd4a3b07f655ed88e6600a7144b6f (diff)
downloadfreebsd-ports-gnome-6877e02cdad2cbac48f0f8fb320c8f21fc3437d7.tar.gz
freebsd-ports-gnome-6877e02cdad2cbac48f0f8fb320c8f21fc3437d7.tar.zst
freebsd-ports-gnome-6877e02cdad2cbac48f0f8fb320c8f21fc3437d7.zip
Adding sash version 3.4.
A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
Diffstat (limited to 'shells/sash/pkg-plist')
-rw-r--r--shells/sash/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist
new file mode 100644
index 000000000000..a37894153f80
--- /dev/null
+++ b/shells/sash/pkg-plist
@@ -0,0 +1,3 @@
+bin/sash
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells