initscripts: Comments are for code functionality.
authorccsmart <ccsmart@smartpal.de>
Tue, 16 Jan 2007 21:37:24 +0000 (21:37 +0000)
committerccsmart <ccsmart@smartpal.de>
Tue, 16 Jan 2007 21:37:24 +0000 (21:37 +0000)
packages/initscripts/initscripts-1.0/populate-volatile.sh

index c5692fe..3bb3d94 100755 (executable)
@@ -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}-."