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