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:
3ece40d
)
initscripts: Comments are for code functionality.
author
ccsmart
<ccsmart@smartpal.de>
Tue, 16 Jan 2007 21:37:24 +0000
(21:37 +0000)
committer
ccsmart
<ccsmart@smartpal.de>
Tue, 16 Jan 2007 21:37:24 +0000
(21:37 +0000)
packages/initscripts/initscripts-1.0/populate-volatile.sh
patch
|
blob
|
history
diff --git
a/packages/initscripts/initscripts-1.0/populate-volatile.sh
b/packages/initscripts/initscripts-1.0/populate-volatile.sh
index
c5692fe
..
3bb3d94
100755
(executable)
--- a/
packages/initscripts/initscripts-1.0/populate-volatile.sh
+++ b/
packages/initscripts/initscripts-1.0/populate-volatile.sh
@@
-114,7
+114,6
@@
apply_cfgfile() {
cat ${CFGFILE} | grep -v "^#" | \
while read LINE; do
- # This is a hell of a lot faster than using cut or awk 5 times
eval `echo "$LINE" | sed -n "s/\(.*\)\ \(.*\) \(.*\)\ \(.*\)\ \(.*\)\ \(.*\)/TTYPE=\1 ; TUSER=\2; TGROUP=\3; TMODE=\4; TNAME=\5 TLTARGET=\6/p"`
[ "${VERBOSE}" != "no" ] && echo "Checking for -${TNAME}-."