On Fri, 12 Nov 2010 21:29:08 +0100 mark.v...@team-embedded.nl wrote: > From: Mark Vels <mark.v...@team-embedded.nl> > > This typo fix solves at least the following warning: > sysinit: WARNING: /lib/functions/fsck not found > but probably also some functionality that uses the functions > from this include file. > > Signed-off-by: Mark Vels <mark.v...@team-embedded.nl> > --- > package/block-mount/files/fsck.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/package/block-mount/files/fsck.sh > b/package/block-mount/files/fsck.sh index 3011160..047bdd3 100644 > --- a/package/block-mount/files/fsck.sh > +++ b/package/block-mount/files/fsck.sh > @@ -30,5 +30,5 @@ libmount_fsck() { > > libmount_known_fsck="" > > -pi_include /lib/functions/fsck > +pi_include /lib/functions/fsck.sh >
Sorry, that's not right. /lib/functions/fsck is a directory that only exists if some fsck program is installed (e.g. e2fsprogs). -- <erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is. GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C http://gnupg.org
signature.asc
Description: PGP signature
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel