Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382865 - net-analyzer/snort uses chown in src_install()
Summary: net-analyzer/snort uses chown in src_install()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 18:53 UTC by Agostino Sarubbo
Modified: 2012-03-11 03:52 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-09-13 18:53:30 UTC
From devmanual:

fowners	 Call chown on the specified files in ${D}
Comment 1 Jason Wallace 2011-09-13 19:10:55 UTC
I don't believe fowners is recursive is it? The other option would be the following...

fowners snort:snort /var/log/snort \
/var/run/snort \
/etc/snort \
/etc/snort/snort.conf.distrib
/etc/snort/attribute_table.dtd \
/etc/snort/classification.config \
/etc/snort/gen-msg.map \
/etc/snort/reference.config \
/etc/snort/threshold.conf \
/etc/snort/unicode.map \
/etc/snort/preproc_rules \
/etc/snort/preproc_rules/decoder.rules \
/etc/snort/preproc_rules/preprocessor.rules \
/etc/snort/preproc_rules/sensitive-data.rules \
/etc/snort/rules \
/etc/snort/so_rules

Is that what you would rather do? If so I can change the version bump I just submitted to do this.
Comment 2 Agostino Sarubbo gentoo-dev 2011-09-13 19:20:55 UTC
It is also recursive.
Comment 3 Jason Wallace 2011-09-13 19:31:26 UTC
Imagine that... I'll resolve this in the 2.9.1 version bump.
Comment 4 Jason Wallace 2011-09-14 19:54:49 UTC
resolved in Bug 382851
Comment 5 Tim Harder gentoo-dev 2012-03-11 03:52:54 UTC
Fixed in newer versions.