summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:08:56 +0000
committertron <tron>2001-09-23 21:08:56 +0000
commit9b03b2cc2e57bc120e5959426bf374f0824ec388 (patch)
tree560d134cc88aba1037b2e123554d5233cd94385a /shells
parent8beb1871ec08bcdc1578ad6190e9e645e055127a (diff)
downloadpkgsrc-9b03b2cc2e57bc120e5959426bf374f0824ec388.tar.gz
Fix oversights in last commit.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/pkg/PLIST4
-rw-r--r--shells/standalone-tcsh/pkg/PLIST4
-rw-r--r--shells/tcsh/pkg/PLIST4
-rw-r--r--shells/zsh/pkg/PLIST4
-rw-r--r--shells/zsh3/pkg/PLIST4
5 files changed, 10 insertions, 10 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST
index ea3188e7b0b..f510dbd8604 100644
--- a/shells/bash2/pkg/PLIST
+++ b/shells/bash2/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2001/09/23 21:06:07 tron Exp $
+@comment $NetBSD: PLIST,v 1.9 2001/09/23 21:08:56 tron 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) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
bin/bashbug
man/man1/bash.1.gz
man/man1/bashbug.1.gz
diff --git a/shells/standalone-tcsh/pkg/PLIST b/shells/standalone-tcsh/pkg/PLIST
index 4b5d0cd4a18..00799c2c870 100644
--- a/shells/standalone-tcsh/pkg/PLIST
+++ b/shells/standalone-tcsh/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/09/23 21:08:56 tron Exp $
bin/tcsh
@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) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true) >/etc/shells
usr/share/man/man1/tcsh.1
diff --git a/shells/tcsh/pkg/PLIST b/shells/tcsh/pkg/PLIST
index afa8fc1e9dd..64b62c2cdcd 100644
--- a/shells/tcsh/pkg/PLIST
+++ b/shells/tcsh/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.7 2001/09/23 21:08:56 tron Exp $
bin/tcsh
@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) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
man/man1/tcsh.1
diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST
index 530f8a03d06..e570304b8c4 100644
--- a/shells/zsh/pkg/PLIST
+++ b/shells/zsh/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.10 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.11 2001/09/23 21:08:56 tron Exp $
bin/zsh
@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) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
bin/${PKGNAME}
@unexec install-info --delete %D/info/zsh.info %D/info/dir
info/zsh.info
diff --git a/shells/zsh3/pkg/PLIST b/shells/zsh3/pkg/PLIST
index e4bd68c6762..9b64257c448 100644
--- a/shells/zsh3/pkg/PLIST
+++ b/shells/zsh3/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:08:57 tron Exp $
bin/zsh
@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) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
bin/${PKGNAME}
@unexec install-info --delete %D/info/zsh.info %D/info/dir
info/zsh.info