diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-12 01:42:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-12 01:42:36 +0800 |
commit | 34700b93ee12d30f10194a378e6b917bcae13469 (patch) | |
tree | 8b56f25125b5be6dd05af340e094bb197df7f3bc /shells/sash | |
parent | 4b5e6a9e5b199a91b87ca581df1d6829198009a8 (diff) | |
download | freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.tar.gz freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.tar.zst freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.zip |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr
Diffstat (limited to 'shells/sash')
-rw-r--r-- | shells/sash/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist index 355e8cfb338b..71242f07d40d 100644 --- a/shells/sash/pkg-plist +++ b/shells/sash/pkg-plist @@ -1,4 +1,2 @@ -bin/sash -@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 +@shell bin/sash man/man1/sash.1.gz |