[oe-commits] org.oe.dev initscripts: Comments are for code functionality.

ccsmart commit openembedded-commits at lists.openembedded.org
Tue Jan 16 21:41:51 UTC 2007


initscripts: Comments are for code functionality.

Author: ccsmart at openembedded.org
Branch: org.openembedded.dev
Revision: 603695e69a919842f2105d9fe3ad853c1f0ea386
ViewMTN: http://monotone.openembedded.org/revision.psp?id=603695e69a919842f2105d9fe3ad853c1f0ea386
Files:
1
packages/initscripts/initscripts-1.0/populate-volatile.sh
Diffs:

#
# mt diff -r2e4ab999a65b7242514fc2d74657a1bbb3dbfea4 -r603695e69a919842f2105d9fe3ad853c1f0ea386
#
# 
# 
# patch "packages/initscripts/initscripts-1.0/populate-volatile.sh"
#  from [2c73ffd57da224b38a0c35e6697b5fd7db846076]
#    to [e5b1445560a228b48b3c645feaf4e01587b3ce86]
# 
============================================================
--- packages/initscripts/initscripts-1.0/populate-volatile.sh	2c73ffd57da224b38a0c35e6697b5fd7db846076
+++ packages/initscripts/initscripts-1.0/populate-volatile.sh	e5b1445560a228b48b3c645feaf4e01587b3ce86
@@ -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}-."






More information about the Openembedded-commits mailing list