summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 23:40:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 23:40:21 +0000
commite04b632220192cfe7e48d0972ddf8dfe85f16729 (patch)
tree25e453c838156d7ca4f956edbf73a9b855be4d06 /shells
parentBack out unintentional changes and fix pkg-plist properties (diff)
Fix properties on pkg-plist
Notes
Notes: svn path=/head/; revision=340674
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/pkg-plist1
-rw-r--r--shells/bash/pkg-plist1
-rw-r--r--shells/psh/pkg-plist1
-rw-r--r--shells/zsh/pkg-plist1
4 files changed, 0 insertions, 4 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
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
index bae702a598b2..d2eb26a88c6b 100644
--- a/shells/bash/pkg-plist
+++ b/shells/bash/pkg-plist
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
bin/bash
bin/rbash
bin/bashbug
diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist
index c750a9f4689c..dcbbbe04fa92 100644
--- a/shells/psh/pkg-plist
+++ b/shells/psh/pkg-plist
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
bin/psh
%%DATADIR%%/complete/debian
%%DATADIR%%/complete/perl
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
index ed3ca68b028f..41ee21f12661 100644
--- a/shells/zsh/pkg-plist
+++ b/shells/zsh/pkg-plist
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
bin/zsh
@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