Home | History | Annotate | Download | only in scripts

Lines Matching refs:LF

6 LF=
26 LF=$locfile
31 lf=loc/$locfile
32 if test -f $lf
34 LF=$lf
39 # If we have a file to use (ie, LF is not empty) then look for one.
40 case "$LF" in
56 lf=loc/$CVO_OSNAME$x
57 ${V}echo "Looking for <$lf>" >&2
58 if test -f $lf
60 LF=$lf
68 case "$LF" in
70 lf=loc/$CVO_OSNAME
71 ${V}echo "Looking for <$lf>" >&2
72 if test -f $lf
74 LF=$lf
79 case "$LF" in
83 lf=loc/debian
84 ${V}echo "Looking for <$lf>" >&2
85 if test -f $lf
87 LF=$lf
91 lf=loc/redhat
92 ${V}echo "Looking for <$lf>" >&2
93 if test -f $lf
95 LF=$lf
104 case "$LF" in
108 lf=loc/linux
109 ${V}echo "Looking for <$lf>" >&2
110 if test -f $lf
112 LF=$lf
120 case "$LF" in
122 lf=loc/legacy
123 ${V}echo "Looking for <$lf>" >&2
124 if test -f $lf
126 LF=$lf
131 case "$LF" in
140 ${V}echo "Using <$LF>" >&2
141 echo "GENLOCINFOFILE=$LF"
248 done < $LF