Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 16/11/10 23:40, Jo-Philipp Wich wrote: > Hi. > >> Can we add something like >> [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck > > A more logical place would be the pi_include() procedure. > It should be changed to handle not existing firs garcefully. > > ~ Jow pi_include()

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Can we add something like > [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck A more logical place would be the pi_include() procedure. It should be changed to handle not existing firs garcefully. ~ Jow -BEGIN PGP SIGNATURE

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 13/11/10 12:33, Daniel Dickinson wrote: > On Fri, 12 Nov 2010 21:29:08 +0100 > mark.v...@team-embedded.nl wrote: > >> From: Mark Vels >> >> This typo fix solves at least the following warning: >> sysinit: WARNING: /lib/functions/fsck not found >> but probably also some functionality that

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-13 Thread Daniel Dickinson
On Fri, 12 Nov 2010 21:29:08 +0100 mark.v...@team-embedded.nl wrote: > From: Mark Vels > > 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. > > Si

[OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-12 Thread mark . vels
From: Mark Vels 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 --- package/block-mount/files/fsck.sh |2 +- 1 files ch