git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8e2e2
)
SlugOS: sysconf - change cpio usage from "crc" format to "newc" format
author
Mike Westerhof
<mwester@dls.net>
Sun, 30 Jan 2011 14:34:06 +0000
(08:34 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Sun, 30 Jan 2011 14:34:06 +0000
(08:34 -0600)
(busybox cpio does not (yet) support the crc format)
Signed-off-by: Mike Westerhof <mike@mwester.net>
recipes/slugos-init/files/sysconf
patch
|
blob
|
history
diff --git
a/recipes/slugos-init/files/sysconf
b/recipes/slugos-init/files/sysconf
index
41aa785
..
6a9c70d
100644
(file)
--- a/
recipes/slugos-init/files/sysconf
+++ b/
recipes/slugos-init/files/sysconf
@@
-259,7
+259,7
@@
sysconf_save_conffiles(){
then
exec cpio -p -d -m -u "$saved"
else
- exec cpio -o -H
cr
c >"$saved"
+ exec cpio -o -H
new
c >"$saved"
fi
)
}