mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Oops, put the correct file into /etc/shells.
Submitted by: jhb
This commit is contained in:
parent
a40424aef1
commit
db69286f17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79036
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= ksh93
|
||||
PORTVERSION= ${VERSION:S/-//g}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/
|
||||
DISTNAME= ${PORTNAME}-${VERSION}
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $FreeBSD$
|
||||
bin/ksh93
|
||||
@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
|
||||
share/examples/ksh93/dirs
|
||||
share/examples/ksh93/popd
|
||||
@dirrm share/examples/ksh93
|
||||
@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
|
||||
|
Loading…
x
Reference in New Issue
Block a user