Matthieu Crapet
c6a5e6cb52
initscripts: avoid pipe with sed
Small optimisation in /etc/init.d/populate-volatile.sh.
Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>
(From OE-Core rev: c91739cd08ed5451a0927586a14db54c4c328ad7)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-08 13:00:33 +01:00
..
2013-02-06 09:37:27 +00:00
2012-01-24 11:05:29 +00:00
2013-08-26 13:19:42 +01:00
2012-01-24 11:05:30 +00:00
2013-07-10 09:42:00 +01:00
2014-01-28 00:52:33 +00:00
2011-05-17 15:14:43 +01:00
2012-01-24 11:05:30 +00:00
2013-07-10 09:42:00 +01:00
2013-07-10 09:42:00 +01:00
2012-01-24 11:05:29 +00:00
2013-11-24 12:25:34 +00:00
2014-05-08 13:00:33 +01:00
2013-08-26 13:19:42 +01:00
2012-01-24 11:05:30 +00:00
2012-01-24 11:05:30 +00:00
2012-02-23 23:59:35 +00:00
2012-01-24 11:05:30 +00:00
2012-01-24 11:05:30 +00:00
2012-09-24 11:30:37 +01:00
2012-01-24 11:05:30 +00:00
2012-02-24 23:25:53 +00:00
2012-01-24 11:05:30 +00:00
2013-05-29 22:07:56 +01:00