Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23487 - Various prelude bugs regarding location of files (or missing files)
Summary: Various prelude bugs regarding location of files (or missing files)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 14:00 UTC by Michael Boman
Modified: 2003-06-28 08:54 UTC (History)
1 user (show)

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


Attachments
Diff for prelude-lml ebuild (prelude-lml-0.8.3.diff,405 bytes, patch)
2003-06-25 14:22 UTC, Michael Boman
Details | Diff
Diff for prelude-nids (prelude-nids-0.8.1.diff,517 bytes, patch)
2003-06-25 14:23 UTC, Michael Boman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Boman 2003-06-25 14:00:23 UTC
For -nids:
- plugins/detects/snortrules/ruleset/convert_ruleset should be installed in
something like /usr/libexec (chmod 755).

- The rules should be kept in /usr/share/prelude/nids/ with a symlink in
/etc/prelude-nids/ruleset pointing to it (so we don't need to re-write the
default config)

For -lml:
- The rules should be kept in /usr/share/prelude/lml/ with a symlink in
/etc/prelude-lml/ruleset pointing to it (so we don't need to re-write the
default config)
Comment 1 Michael Boman 2003-06-25 14:22:53 UTC
Created attachment 13856 [details, diff]
Diff for prelude-lml ebuild

Warning: UNTESTED!
Comment 2 Michael Boman 2003-06-25 14:23:27 UTC
Created attachment 13857 [details, diff]
Diff for prelude-nids

Warning: UNTESTED!
Comment 3 solar (RETIRED) gentoo-dev 2003-06-28 08:19:44 UTC
I'll grab these right quick and update the prelude-{lml,nids}
Comment 4 solar (RETIRED) gentoo-dev 2003-06-28 08:54:14 UTC
convert_ruleset added, rulesets moved to /usr/share/prelude/ with symlinks and all the goods. Michael Bomans diff's fixes worked flawless.