Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21147

Summary: util-linux patch to improve the "script" command
Product: Gentoo Linux Reporter: Wayne Davison <gentoo>
Component: [OLD] Core systemAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED FIXED    
Severity: enhancement CC: avenj, azarah, seemant
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 2679    
Attachments: Patch to create my suggested util-linux-2.11z-r3 ebuild
The patch to enhance the "script" command

Description Wayne Davison 2003-05-17 03:20:07 UTC
I've created a simple patch for the util-linux ebuild that improves the
"script" command, enabling it to run an arbitrary command rather than
just an interactive shell.  This improved command could then be used in
portage to make the per-ebuild logging work better.

The maintainer of the util-linux package has indicated that he likes the
idea and is planning to include it in the next release, so I think it
would be nice to get the functionality incorporated into the 2.11z ebuild
so that we can begin to use it.

I'll attach a patch for the ebuild file and the patch that implements the
new feature.
Comment 1 Wayne Davison 2003-05-17 03:25:41 UTC
Created attachment 12084 [details, diff]
Patch to create my suggested util-linux-2.11z-r3 ebuild

To create:

cp util-linux-2.11z-r2.ebuild util-linux-2.11z-r3.ebuild
patch -p0 <util-linux-ebuild.patch
Comment 2 Wayne Davison 2003-05-17 03:27:22 UTC
Created attachment 12085 [details, diff]
The patch to enhance the "script" command

Put util-linux-2.11z-script.patch into the files dir.
Comment 3 Brandon Low (RETIRED) gentoo-dev 2003-06-01 00:29:55 UTC
added as -r4, thanks.