Actions
Bug #13488
closedRemove unneeded ast/ksh files
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
There are number of files delivered with ast/ksh93 that we should consider removing for a variety of reasons.
Some don't make a lot of sense to be delivered to a running system (such as notes about the AST source tree), others are old demos using deprecated APIs or protocols, and some are unmaintained.
The full list of these ancillary files is below:
- usr/share/doc/ksh/COMPATIBILITY
- usr/share/doc/ksh/DESIGN <- relates to the source code layout
- usr/share/doc/ksh/OBSOLETE
- usr/share/doc/ksh/README <- relates to the source code layout
- usr/share/doc/ksh/RELEASE
- usr/share/doc/ksh/TYPES
- usr/share/doc/ksh/images/callouts/1.png
- usr/share/doc/ksh/images/callouts/10.png
- usr/share/doc/ksh/images/callouts/2.png
- usr/share/doc/ksh/images/callouts/3.png
- usr/share/doc/ksh/images/callouts/4.png
- usr/share/doc/ksh/images/callouts/5.png
- usr/share/doc/ksh/images/callouts/6.png
- usr/share/doc/ksh/images/callouts/7.png
- usr/share/doc/ksh/images/callouts/8.png
- usr/share/doc/ksh/images/callouts/9.png
- usr/share/doc/ksh/images/tag_bourne.png
- usr/share/doc/ksh/images/tag_i18n.png
- usr/share/doc/ksh/images/tag_ksh.png
- usr/share/doc/ksh/images/tag_ksh88.png
- usr/share/doc/ksh/images/tag_ksh93.png
- usr/share/doc/ksh/images/tag_l10n.png
- usr/share/doc/ksh/images/tag_perf.png
- usr/share/doc/ksh/shell_styleguide.docbook <-- see http://www.fiddaman.net/shell/ for a rendered version
- usr/demo/ksh/fun/dirs
- usr/demo/ksh/fun/popd
- usr/demo/ksh/fun/pushd
- usr/demo/ksh/src/cpvprint.sh
- usr/demo/ksh/src/crawlsrccomments.sh
- usr/demo/ksh/src/filemutexdemo1.sh
- usr/demo/ksh/src/filetree1.sh
- usr/demo/ksh/src/gnaw.sh
- usr/demo/ksh/src/mandelbrotset1.sh
- usr/demo/ksh/src/multifollow.sh
- usr/demo/ksh/src/numtree1.sh
- usr/demo/ksh/src/primenumbers1.sh
- usr/demo/ksh/src/rssread.sh
- usr/demo/ksh/src/shcalc.sh
- usr/demo/ksh/src/shircbot.sh
- usr/demo/ksh/src/shlint.sh
- usr/demo/ksh/src/shman.sh
- usr/demo/ksh/src/shnote.sh
- usr/demo/ksh/src/shpiano.sh
- usr/demo/ksh/src/shtinyurl.sh
- usr/demo/ksh/src/shtwitter.sh
- usr/demo/ksh/src/simplefileattributetree1.sh
- usr/demo/ksh/src/simplefiletree1.sh
- usr/demo/ksh/src/svcproptree1.sh
- usr/demo/ksh/src/termclock.sh
- usr/demo/ksh/src/test_net_sctp.sh
- usr/demo/ksh/src/xmldocumenttree1.sh
Updated by Andy Fiddaman almost 2 years ago
Since this is just removing files, I tested by doing a full build including package creation and cross checks, which was clean, then did an onu and boot.
Updated by Electric Monk almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit a6fed3dde50298b0cb6b8e0cdc24b119a40a588b
commit a6fed3dde50298b0cb6b8e0cdc24b119a40a588b Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-08-10T18:05:11.000Z 13488 Remove unneeded ast/ksh files Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions