diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
commit | 9ce7d9169a8f510e6f3c7733de211b3b06663d2e (patch) | |
tree | 665770b6437839a3a0f3c0473b130dda5efe0704 /shells/bash2 | |
parent | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (diff) | |
download | pkgsrc-9ce7d9169a8f510e6f3c7733de211b3b06663d2e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/DESCR (renamed from shells/bash2/pkg/DESCR) | 0 | ||||
-rw-r--r-- | shells/bash2/PLIST (renamed from shells/bash2/pkg/PLIST) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/pkg/DESCR b/shells/bash2/DESCR index 58bb87fa70d..58bb87fa70d 100644 --- a/shells/bash2/pkg/DESCR +++ b/shells/bash2/DESCR diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/PLIST index f510dbd8604..ce25927b1d4 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/09/23 21:08:56 tron Exp $ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:26:56 zuntum Exp $ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells |