diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
commit | d265ace04df1f00a3ef57c05807648dc66d9c92f (patch) | |
tree | a61e2b1020713d06db325830ed290720f6c11641 /shells/pdksh | |
parent | 09b64b0d357a11d7f6dc3fb10c32e36ea5b8d90d (diff) | |
download | ports-d265ace04df1f00a3ef57c05807648dc66d9c92f.tar.gz ports-d265ace04df1f00a3ef57c05807648dc66d9c92f.zip |
Notes
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist index 651cadf8359f..4200e6156edd 100644 --- a/shells/pdksh/pkg-plist +++ b/shells/pdksh/pkg-plist @@ -1,4 +1,3 @@ bin/ksh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells -man/man1/ksh.1.gz |