diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-22 00:17:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-22 00:17:18 +0000 |
commit | 1ceded9e6edad1a1c89d04fb2bf365351319a381 (patch) | |
tree | fbc79c7cd56647ee05c2e542bafea9c3a1a1fa28 /shells | |
parent | 88208a74b9ffda886196f113899cd564d5b9e7f3 (diff) | |
download | ports-1ceded9e6edad1a1c89d04fb2bf365351319a381.tar.gz ports-1ceded9e6edad1a1c89d04fb2bf365351319a381.zip |
Add $FreeBSD$'s which help me in problem reports.
Notes
Notes:
svn path=/head/; revision=35323
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index fcb5fca0ab20..5d50de73064b 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/bash @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 |