#216 closed defect (fixed)
couple of programs from kbd not installed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
From jsmaby@…:
I also noticed that a couple programs from the kbd package don't
install, namely, resizecons, screendump, and setvesablank. They
should probebly be taken out of the Contents' and
Description'
listings, or manually copied into place.
Change History (9)
comment:1 by , 23 years ago
Priority: | normal → highest |
---|
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
comment:4 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Reassigning this bug to Marc as he said he'll deal with it.
comment:5 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 23 years ago
I forgot what happened here, Marc can you please add some comments to this bug what you did, what was decided on. It makes it easier to look back at this bug in a couple of months and still know it's outcome.
comment:7 by , 23 years ago
The patch for kbd-1.06 has been updated to change the Makefile so the setlogcons, setvesablank and getunimap are installed as well. Also, I moved the patch command to the normal installation instructions, instead of having a seperate box with the patch command.
comment:8 by , 23 years ago
Keywords: | VERIFIED added |
---|
comment:9 by , 23 years ago
Keywords: | VERIFIED removed |
---|
One note before I start, contrary to the report - my logs indicate that resizecons *is* installed properly by kbd (and my tests back this up)
The following programs are compiled by the kbd package but not installed. None of them have man pages included in the package (as far as I can see).
This line is included in the src/Makefile: # install -s -m 0755 -o root $(MISC) $(BINDIR)
The comments indicate that packages in the MISC variable (our list below) aren't installed by default.
The *'d ones are ones we currently list in the descriptions page for kbd but aren't installed.
clrunimap getunimap outpsfheader screendump* setlogcons setvesablank* spawn_console spawn_login
We have two (maybe three) options:
1) Remove the descriptions for the packages which aren't installed 2) Sed the # out of the Makefile line to include the programs and at the same time add the extra descriptions 3) Combine the change to src/Makefile with the MSB patch for kbd which is about to go into CVS (the patch which fixes up the loadkeys -d behaviour). Then add the descriptions
Gerard, Marc? Which do you prefer?