• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/script/

Lines Matching refs:FNAME

50     FNAME="$DESTDIR/$SWATDIR/$ln/images/`basename $f`"
51 echo $FNAME
53 cp "$f" "$FNAME"
54 if test ! -f "$FNAME"; then
55 echo "Cannot install $FNAME. Does $USER have privileges? "
58 chmod 0644 "$FNAME"
60 rm -f "$FNAME"
61 if test -f "$FNAME"; then
62 echo "Cannot remove $FNAME. Does $USER have privileges? "
76 FNAME="$DESTDIR/$SWATDIR/$ln/help/`basename $f`"
77 echo $FNAME
80 cat $f | sed 's/@BOOKDIR@.*$//' > $FNAME.tmp
82 cat $f | sed 's/@BOOKDIR@//' > $FNAME.tmp
84 if test ! -f "$FNAME.tmp"; then
85 echo "Cannot install $FNAME. Does $USER have privileges? "
88 f=$FNAME.tmp
89 cp "$f" "$FNAME"
91 if test ! -f "$FNAME"; then
92 echo "Cannot install $FNAME. Does $USER have privileges? "
95 chmod 0644 "$FNAME"
97 rm -f "$FNAME"
98 if test -f "$FNAME"; then
99 echo "Cannot remove $FNAME. Does $USER have privileges? "
110 FNAME="$DESTDIR/$SWATDIR/$ln/include/`basename $f`"
111 echo $FNAME
113 cp "$f" "$FNAME"
114 if test ! -f "$FNAME"; then
115 echo "Cannot install $FNAME. Does $USER have privileges? "
118 chmod 0644 $FNAME
120 rm -f "$FNAME"
121 if test -f "$FNAME"; then
122 echo "Cannot remove $FNAME. Does $USER have privileges? "
151 FNAME=$INSTALLDIR/`basename $f`
152 echo $FNAME
154 cp "$f" "$FNAME"
155 if test ! -f "$FNAME"; then
156 echo "Cannot install $FNAME. Does $USER have privileges? "
159 chmod 0644 $FNAME
161 rm -f "$FNAME"
162 if test -f "$FNAME"; then
163 echo "Cannot remove $FNAME. Does $USER have privileges? "
178 FNAME=$INSTALLDIR/images/`basename $f`
179 echo $FNAME
181 cp "$f" "$FNAME"
182 if test ! -f "$FNAME"; then
183 echo "Cannot install $FNAME. Does $USER have privileges? "
186 chmod 0644 $FNAME
188 rm -f "$FNAME"
189 if test -f "$FNAME"; then
190 echo "Cannot remove $FNAME. Does $USER have privileges? "
218 FNAME=$BOOKDIR/`basename $f`
219 echo $FNAME
221 cp "$f" "$FNAME"
222 if test ! -f "$FNAME"; then
223 echo "Cannot install $FNAME. Does $USER have privileges? "
226 chmod 0644 $FNAME
228 rm -f "$FNAME"
229 if test -f "$FNAME"; then
230 echo "Cannot remove $FNAME. Does $USER have privileges? "
237 FNAME=$BOOKDIR/`basename $f`
238 echo $FNAME
240 cp "$f" "$FNAME"
241 if test ! -f "$FNAME"; then
242 echo "Cannot install $FNAME. Does $USER have privileges? "
245 chmod 0644 $FNAME
247 rm -f "$FNAME"
248 if test -f "$FNAME"; then
249 echo "Cannot remove $FNAME. Does $USER have privileges? "
258 FNAME=$BOOKDIR/figs/`basename $f`
259 echo $FNAME
261 cp "$f" "$FNAME"
262 if test ! -f "$FNAME"; then
263 echo "Cannot install $FNAME. Does $USER have privileges? "
266 chmod 0644 $FNAME
268 rm -f "$FNAME"
269 if test -f "$FNAME"; then
270 echo "Cannot remove $FNAME. Does $USER have privileges? "