diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-22 08:24:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-22 08:24:19 +0000 |
commit | 6b787b91fc0797ed15597e469b619422097a60bb (patch) | |
tree | a1b95711a4085320a1bc7b8bb0ee0183fb21ec47 /shells/v7sh/pkg-plist | |
parent | 534f473cd50799533fb3e86a963522014804aa19 (diff) | |
download | ports-6b787b91fc0797ed15597e469b619422097a60bb.tar.gz ports-6b787b91fc0797ed15597e469b619422097a60bb.zip |
Notes
Diffstat (limited to 'shells/v7sh/pkg-plist')
-rw-r--r-- | shells/v7sh/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/v7sh/pkg-plist b/shells/v7sh/pkg-plist new file mode 100644 index 000000000000..b0a0b315611c --- /dev/null +++ b/shells/v7sh/pkg-plist @@ -0,0 +1,3 @@ +bin/v7sh +@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 |