2001-02-26 05:14:17 +00:00
|
|
|
@comment $FreeBSD$
|
1999-11-26 20:43:23 +00:00
|
|
|
bin/ksh93
|
2003-04-15 22:01:54 +00:00
|
|
|
@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
|
2002-07-22 14:52:05 +00:00
|
|
|
share/examples/ksh93/dirs
|
|
|
|
share/examples/ksh93/popd
|
2004-03-18 01:51:29 +00:00
|
|
|
share/examples/ksh93/pushd
|
2002-07-22 14:52:05 +00:00
|
|
|
@dirrm share/examples/ksh93
|