diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 23:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 23:40:21 +0000 |
commit | e04b632220192cfe7e48d0972ddf8dfe85f16729 (patch) | |
tree | 25e453c838156d7ca4f956edbf73a9b855be4d06 /shells/bash-devel | |
parent | 87e749cf4b93f7be931dcf0c1131f3a428d3d38f (diff) |
Fix properties on pkg-plist
Notes
Notes:
svn path=/head/; revision=340674
Diffstat (limited to 'shells/bash-devel')
-rw-r--r-- | shells/bash-devel/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/bash-devel/pkg-plist b/shells/bash-devel/pkg-plist index 4d32f31aa676..857da8900929 100644 --- a/shells/bash-devel/pkg-plist +++ b/shells/bash-devel/pkg-plist @@ -1,4 +1,3 @@ -@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; rm -f /etc/shells.bak @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak |