diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 06:36:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 06:36:06 +0800 |
commit | 6877e02cdad2cbac48f0f8fb320c8f21fc3437d7 (patch) | |
tree | b4ad3a053563553333593ef6589c7d38e64132f4 /shells/sash/pkg-plist | |
parent | aaf21feb804cd4a3b07f655ed88e6600a7144b6f (diff) | |
download | freebsd-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-plist | 3 |
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 |