Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11164 - chkrootkit-0.37 patch
Summary: chkrootkit-0.37 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 14:17 UTC by Kurt Hindenburg
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for chkrootkit-0.37 chkrootkit (chkrootkit.diff,4.67 KB, patch)
2002-11-24 14:18 UTC, Kurt Hindenburg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Hindenburg 2002-11-24 14:17:20 UTC
The default bash script chkrootkit uses ./command to execute several commands. 
This doesn't work unless you are the directory where all the executables are. 
The ebuild stores the chkrootkit commands in /usr/sbin/.

This diff changes all the ./ into full pathnames.  Only the bash sript chrootkit
is altered.

It works on my 2 1.4 gentoo systems.
Comment 1 Kurt Hindenburg 2002-11-24 14:18:32 UTC
Created attachment 5918 [details, diff]
Patch for chkrootkit-0.37 chkrootkit

Patch created with diff -u
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-29 14:46:23 UTC
Commited, thanks for the contribution!