| Summary: | sys-apps/baselayout-1.11.9-r1: rc-status generates "find" warning | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Phil Richards <news> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | Keywords: | InVCS |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Phil Richards
2005-03-04 01:02:02 UTC
InCVS - will be in baselayout-1.11.10 fixed a while ago Negative, this is still an issue in the net.lo script with baselayout-1.11.10-r7 and findutils-4.2.18. looks fine to me:
$ grep find /etc/init.d/net.lo
MODULES=( $( find ${MODULES_DIR}/ -maxdepth 1 -type f ! -name ".*" | sort ) )
$ find /lib/rcscripts/net.modules.d/ -maxdepth 1 -type f ! -name '.*' | sort | head -n 5
/lib/rcscripts/net.modules.d/adsl
/lib/rcscripts/net.modules.d/apipa
/lib/rcscripts/net.modules.d/bonding
/lib/rcscripts/net.modules.d/bridge
/lib/rcscripts/net.modules.d/dhclient
Ah, re-merged save baselayout version and it's fixed (probably got changed without a version bump in-between). Sorry. |