diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-22 08:17:18 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-22 08:17:18 +0800 |
commit | 529b6381a70a39576a2693c7337db6e6a8a2710b (patch) | |
tree | 259fb78f757c81985ef549af64c18fd9144db22b /shells | |
parent | b99404c33c3e1e4c439037e2faf0ddbd8a971ff1 (diff) | |
download | freebsd-ports-gnome-529b6381a70a39576a2693c7337db6e6a8a2710b.tar.gz freebsd-ports-gnome-529b6381a70a39576a2693c7337db6e6a8a2710b.tar.zst freebsd-ports-gnome-529b6381a70a39576a2693c7337db6e6a8a2710b.zip |
Add $FreeBSD$'s which help me in problem reports.
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 |