From e04b632220192cfe7e48d0972ddf8dfe85f16729 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 21 Jan 2014 23:40:21 +0000 Subject: Fix properties on pkg-plist --- shells/bash-devel/pkg-plist | 1 - shells/bash/pkg-plist | 1 - shells/psh/pkg-plist | 1 - shells/zsh/pkg-plist | 1 - 4 files changed, 4 deletions(-) (limited to 'shells') 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 -- cgit v1.2.3