diff options
author | agc <agc> | 1997-11-06 09:57:11 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-06 09:57:11 +0000 |
commit | d22137a98d99816874287ecf300af1ed06085f84 (patch) | |
tree | 9e17e3f54561e55221678448479bba2297f1cbdd /shells/tcsh | |
parent | 082ff2a14c8361fd02a6cd9de241254fcd6e415d (diff) | |
download | pkgsrc-d22137a98d99816874287ecf300af1ed06085f84.tar.gz |
Add a NetBSD RCS Id to all the PLIST files.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/pkg/PLIST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/tcsh/pkg/PLIST b/shells/tcsh/pkg/PLIST index d060882a38a..49afaffdff4 100644 --- a/shells/tcsh/pkg/PLIST +++ b/shells/tcsh/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:04:31 agc Exp $ bin/tcsh @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 |