=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fdutils-5.5-20060227/doc/mkmanpages-12-command=$1 fdutils-5.5-20060227/doc/mkmanpages:13:outfile=`echo $command | tr '[A-Z]' '[a-z]'`.1 fdutils-5.5-20060227/doc/mkmanpages:14:texifile=`echo $command | tr '[A-Z]' '[a-z]'`.texi fdutils-5.5-20060227/doc/mkmanpages-15- ############################################## fdutils-5.5-20060227/doc/Makefile.in-89- for i in $(srcdir)/fdutils.info*; do \ fdutils-5.5-20060227/doc/Makefile.in:90: $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \ fdutils-5.5-20060227/doc/Makefile.in-91- done; \ ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-88- if [ "$FLOPPYCONTROL" = yes ]; then fdutils-5.5-20060227/src/MAKEFLOPPIES:89: case `minorname $1` in fdutils-5.5-20060227/src/MAKEFLOPPIES-90- d360) echo 1 ;; ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-122- -?*) fdutils-5.5-20060227/src/MAKEFLOPPIES:123: ARG=`expr "-$ARG" : '-*\(.*\)' || :` fdutils-5.5-20060227/src/MAKEFLOPPIES-124- ;; ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-129- case "$ARG" in fdutils-5.5-20060227/src/MAKEFLOPPIES:130: ??*) REMAINDER=`expr "$ARG" : '.\(.*\)' || :` fdutils-5.5-20060227/src/MAKEFLOPPIES:131: ARG=`expr "$ARG" : '\(.\)' || :` fdutils-5.5-20060227/src/MAKEFLOPPIES-132- ;; ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-189- fi fdutils-5.5-20060227/src/MAKEFLOPPIES:190: BASENUMBER=`basenumber $DRIVE` fdutils-5.5-20060227/src/MAKEFLOPPIES:191: CMOS=`cmosid "$BASENUMBER"` fdutils-5.5-20060227/src/MAKEFLOPPIES-192- if [ $CMOS = none ] ; then ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-201- fdutils-5.5-20060227/src/MAKEFLOPPIES:202: CN=`getword "$CMOS" $CMOSNAMES` fdutils-5.5-20060227/src/MAKEFLOPPIES-203- fdutils-5.5-20060227/src/MAKEFLOPPIES-204- if [ "$TYPE_OVERRIDE" = u ]; then fdutils-5.5-20060227/src/MAKEFLOPPIES:205: CL=`getword "$CMOS" $UCMOSLETTERS` fdutils-5.5-20060227/src/MAKEFLOPPIES-206- else fdutils-5.5-20060227/src/MAKEFLOPPIES:207: CL=`getword "$CMOS" $CMOSLETTERS` fdutils-5.5-20060227/src/MAKEFLOPPIES-208- fi fdutils-5.5-20060227/src/MAKEFLOPPIES-209- fdutils-5.5-20060227/src/MAKEFLOPPIES:210: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/src/MAKEFLOPPIES-211- if [ -n "$VERBOSE" ] || [ -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-234- while [ $BASE -lt 128 ] ; do fdutils-5.5-20060227/src/MAKEFLOPPIES:235: MINOR=`expr "$BASE" + "$BASENUMBER" || :` fdutils-5.5-20060227/src/MAKEFLOPPIES:236: NAME=`minorname "$BASE"` fdutils-5.5-20060227/src/MAKEFLOPPIES-237- if expr index "$FORMATS" "$NAME" >/dev/null ; then fdutils-5.5-20060227/src/MAKEFLOPPIES-238- if [ "$TYPE_OVERRIDE" != no ]; then fdutils-5.5-20060227/src/MAKEFLOPPIES:239: NAME=`echo $NAME | sed "s/^./$CL/g"` fdutils-5.5-20060227/src/MAKEFLOPPIES-240- fi ############################################## fdutils-5.5-20060227/src/MAKEFLOPPIES-254- fi fdutils-5.5-20060227/src/MAKEFLOPPIES:255: BASE=`expr $BASE + 4` fdutils-5.5-20060227/src/MAKEFLOPPIES-256- done ############################################## fdutils-5.5-20060227/configure-43-do fdutils-5.5-20060227/configure:44: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then fdutils-5.5-20060227/configure-45- eval $as_var=C; export $as_var ############################################## fdutils-5.5-20060227/configure-101- as_lineno_2=$LINENO fdutils-5.5-20060227/configure:102: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` fdutils-5.5-20060227/configure-103- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## fdutils-5.5-20060227/configure-140- as_lineno_2=$LINENO fdutils-5.5-20060227/configure:141: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` fdutils-5.5-20060227/configure-142- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## fdutils-5.5-20060227/configure-362- fdutils-5.5-20060227/configure:363: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` fdutils-5.5-20060227/configure-364- ############################################## fdutils-5.5-20060227/configure-395- -disable-* | --disable-*) fdutils-5.5-20060227/configure:396: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` fdutils-5.5-20060227/configure-397- # Reject names that are not valid shell variable names. ############################################## fdutils-5.5-20060227/configure-400- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:401: ac_feature=`echo $ac_feature | sed 's/-/_/g'` fdutils-5.5-20060227/configure-402- eval "enable_$ac_feature=no" ;; ############################################## fdutils-5.5-20060227/configure-404- -enable-* | --enable-*) fdutils-5.5-20060227/configure:405: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` fdutils-5.5-20060227/configure-406- # Reject names that are not valid shell variable names. ############################################## fdutils-5.5-20060227/configure-409- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:410: ac_feature=`echo $ac_feature | sed 's/-/_/g'` fdutils-5.5-20060227/configure-411- case $ac_option in fdutils-5.5-20060227/configure:412: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; fdutils-5.5-20060227/configure-413- *) ac_optarg=yes ;; ############################################## fdutils-5.5-20060227/configure-586- -with-* | --with-*) fdutils-5.5-20060227/configure:587: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` fdutils-5.5-20060227/configure-588- # Reject names that are not valid shell variable names. ############################################## fdutils-5.5-20060227/configure-591- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:592: ac_package=`echo $ac_package| sed 's/-/_/g'` fdutils-5.5-20060227/configure-593- case $ac_option in fdutils-5.5-20060227/configure:594: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; fdutils-5.5-20060227/configure-595- *) ac_optarg=yes ;; ############################################## fdutils-5.5-20060227/configure-599- -without-* | --without-*) fdutils-5.5-20060227/configure:600: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` fdutils-5.5-20060227/configure-601- # Reject names that are not valid shell variable names. ############################################## fdutils-5.5-20060227/configure-604- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:605: ac_package=`echo $ac_package | sed 's/-/_/g'` fdutils-5.5-20060227/configure-606- eval "with_$ac_package=no" ;; ############################################## fdutils-5.5-20060227/configure-631- *=*) fdutils-5.5-20060227/configure:632: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` fdutils-5.5-20060227/configure-633- # Reject names that are not valid shell variable names. ############################################## fdutils-5.5-20060227/configure-636- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:637: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` fdutils-5.5-20060227/configure-638- eval "$ac_envvar='$ac_optarg'" ############################################## fdutils-5.5-20060227/configure-652-if test -n "$ac_prev"; then fdutils-5.5-20060227/configure:653: ac_option=--`echo $ac_prev | sed 's/_/-/g'` fdutils-5.5-20060227/configure-654- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## fdutils-5.5-20060227/configure-660-do fdutils-5.5-20060227/configure:661: eval ac_val=$`echo $ac_var` fdutils-5.5-20060227/configure-662- case $ac_val in ############################################## fdutils-5.5-20060227/configure-672-do fdutils-5.5-20060227/configure:673: eval ac_val=$`echo $ac_var` fdutils-5.5-20060227/configure-674- case $ac_val in ############################################## fdutils-5.5-20060227/configure-739- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` fdutils-5.5-20060227/configure-741-ac_env_build_alias_set=${build_alias+set} ############################################## fdutils-5.5-20060227/configure-810-By default, \`make install' will install all the files in fdutils-5.5-20060227/configure:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify fdutils-5.5-20060227/configure:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix', fdutils-5.5-20060227/configure-813-for instance \`--prefix=\$HOME'. ############################################## fdutils-5.5-20060227/configure-872-if test "$ac_dir" != .; then fdutils-5.5-20060227/configure:873: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` fdutils-5.5-20060227/configure-874- # A "../" for each directory in $ac_dir_suffix. fdutils-5.5-20060227/configure:875: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` fdutils-5.5-20060227/configure-876-else ############################################## fdutils-5.5-20060227/configure-885- else fdutils-5.5-20060227/configure:886: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fdutils-5.5-20060227/configure-887- fi ;; ############################################## fdutils-5.5-20060227/configure-1039- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) fdutils-5.5-20060227/configure:1040: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; fdutils-5.5-20060227/configure-1041- esac ############################################## fdutils-5.5-20060227/configure-1111- do fdutils-5.5-20060227/configure:1112: eval ac_val=$`echo $ac_var` fdutils-5.5-20060227/configure-1113- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## fdutils-5.5-20060227/configure-1125- do fdutils-5.5-20060227/configure:1126: eval ac_val=$`echo $ac_var` fdutils-5.5-20060227/configure-1127- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## fdutils-5.5-20060227/configure-1232- set,) fdutils-5.5-20060227/configure:1233: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 fdutils-5.5-20060227/configure:1234:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} fdutils-5.5-20060227/configure-1235- ac_cache_corrupted=: ;; ############################################## fdutils-5.5-20060227/configure-1255- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) fdutils-5.5-20060227/configure:1256: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; fdutils-5.5-20060227/configure-1257- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## fdutils-5.5-20060227/configure-1301-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 fdutils-5.5-20060227/configure:1302:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` fdutils-5.5-20060227/configure-1303-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## fdutils-5.5-20060227/configure-1310-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. fdutils-5.5-20060227/configure:1311:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` fdutils-5.5-20060227/configure-1312-if test -n "$ac_maketemp"; then ############################################## fdutils-5.5-20060227/configure-1318-fi fdutils-5.5-20060227/configure:1319:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then fdutils-5.5-20060227/configure-1320- echo "$as_me:$LINENO: result: yes" >&5 ############################################## fdutils-5.5-20060227/configure-1647- "checking for C compiler version" >&5 fdutils-5.5-20060227/configure:1648:ac_compiler=`set X $ac_compile; echo $2` fdutils-5.5-20060227/configure-1649-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## fdutils-5.5-20060227/configure-1686-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 fdutils-5.5-20060227/configure:1687:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` fdutils-5.5-20060227/configure-1688-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## fdutils-5.5-20060227/configure-1714- *.* ) fdutils-5.5-20060227/configure:1715: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fdutils-5.5-20060227/configure-1716- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## fdutils-5.5-20060227/configure-1794- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; fdutils-5.5-20060227/configure:1795: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fdutils-5.5-20060227/configure-1796- export ac_cv_exeext ############################################## fdutils-5.5-20060227/configure-1844- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; fdutils-5.5-20060227/configure:1845: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` fdutils-5.5-20060227/configure-1846- break;; ############################################## fdutils-5.5-20060227/configure-1923-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 fdutils-5.5-20060227/configure:1924:GCC=`test $ac_compiler_gnu = yes && echo yes` fdutils-5.5-20060227/configure-1925-ac_test_CFLAGS=${CFLAGS+set} ############################################## fdutils-5.5-20060227/configure-2730-test -z "$ac_cv_build_alias" && fdutils-5.5-20060227/configure:2731: ac_cv_build_alias=`$ac_config_guess` fdutils-5.5-20060227/configure-2732-test -z "$ac_cv_build_alias" && ############################################## fdutils-5.5-20060227/configure-2735- { (exit 1); exit 1; }; } fdutils-5.5-20060227/configure:2736:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || fdutils-5.5-20060227/configure-2737- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 ############################################## fdutils-5.5-20060227/configure-2744-build=$ac_cv_build fdutils-5.5-20060227/configure:2745:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` fdutils-5.5-20060227/configure:2746:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` fdutils-5.5-20060227/configure:2747:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` fdutils-5.5-20060227/configure-2748- ############################################## fdutils-5.5-20060227/configure-2757- ac_cv_host_alias=$ac_cv_build_alias fdutils-5.5-20060227/configure:2758:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || fdutils-5.5-20060227/configure-2759- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 ############################################## fdutils-5.5-20060227/configure-2766-host=$ac_cv_host fdutils-5.5-20060227/configure:2767:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` fdutils-5.5-20060227/configure:2768:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` fdutils-5.5-20060227/configure:2769:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` fdutils-5.5-20060227/configure-2770- ############################################## fdutils-5.5-20060227/configure-2779- ac_cv_target_alias=$ac_cv_host_alias fdutils-5.5-20060227/configure:2780:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || fdutils-5.5-20060227/configure-2781- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 ############################################## fdutils-5.5-20060227/configure-2788-target=$ac_cv_target fdutils-5.5-20060227/configure:2789:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` fdutils-5.5-20060227/configure:2790:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` fdutils-5.5-20060227/configure:2791:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` fdutils-5.5-20060227/configure-2792- ############################################## fdutils-5.5-20060227/configure-3158-do fdutils-5.5-20060227/configure:3159:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` fdutils-5.5-20060227/configure-3160-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## fdutils-5.5-20060227/configure-3205-fi fdutils-5.5-20060227/configure:3206:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 fdutils-5.5-20060227/configure:3207:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fdutils-5.5-20060227/configure:3208:if test `eval echo '${'$as_ac_Header'}'` = yes; then fdutils-5.5-20060227/configure-3209- cat >>confdefs.h <<_ACEOF fdutils-5.5-20060227/configure:3210:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 fdutils-5.5-20060227/configure-3211-_ACEOF ############################################## fdutils-5.5-20060227/configure-3222-do fdutils-5.5-20060227/configure:3223:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` fdutils-5.5-20060227/configure-3224-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## fdutils-5.5-20060227/configure-3229-fi fdutils-5.5-20060227/configure:3230:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 fdutils-5.5-20060227/configure:3231:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fdutils-5.5-20060227/configure-3232-else ############################################## fdutils-5.5-20060227/configure-3356-fi fdutils-5.5-20060227/configure:3357:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 fdutils-5.5-20060227/configure:3358:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fdutils-5.5-20060227/configure-3359- fdutils-5.5-20060227/configure-3360-fi fdutils-5.5-20060227/configure:3361:if test `eval echo '${'$as_ac_Header'}'` = yes; then fdutils-5.5-20060227/configure-3362- cat >>confdefs.h <<_ACEOF fdutils-5.5-20060227/configure:3363:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 fdutils-5.5-20060227/configure-3364-_ACEOF ############################################## fdutils-5.5-20060227/configure-3538-do fdutils-5.5-20060227/configure:3539: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then fdutils-5.5-20060227/configure-3540- eval $as_var=C; export $as_var ############################################## fdutils-5.5-20060227/configure-3596- as_lineno_2=$LINENO fdutils-5.5-20060227/configure:3597: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` fdutils-5.5-20060227/configure-3598- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## fdutils-5.5-20060227/configure-3636- as_lineno_2=$LINENO fdutils-5.5-20060227/configure:3637: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` fdutils-5.5-20060227/configure-3638- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## fdutils-5.5-20060227/configure-3815-configured by $0, generated by GNU Autoconf 2.59, fdutils-5.5-20060227/configure:3816: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" fdutils-5.5-20060227/configure-3817- ############################################## fdutils-5.5-20060227/configure-3832- --*=*) fdutils-5.5-20060227/configure:3833: ac_option=`expr "x$1" : 'x\([^=]*\)='` fdutils-5.5-20060227/configure:3834: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` fdutils-5.5-20060227/configure-3835- ac_shift=: ############################################## fdutils-5.5-20060227/configure-4066- fi fdutils-5.5-20060227/configure:4067: ac_sed_frag=`expr $ac_sed_frag + 1` fdutils-5.5-20060227/configure-4068- ac_beg=$ac_end fdutils-5.5-20060227/configure:4069: ac_end=`expr $ac_end + $ac_max_sed_lines` fdutils-5.5-20060227/configure-4070- fi ############################################## fdutils-5.5-20060227/configure-4083- cat >$tmp/stdin fdutils-5.5-20060227/configure:4084: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` fdutils-5.5-20060227/configure:4085: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; fdutils-5.5-20060227/configure:4086: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` fdutils-5.5-20060227/configure:4087: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; fdutils-5.5-20060227/configure-4088- * ) ac_file_in=$ac_file.in ;; ############################################## fdutils-5.5-20060227/configure-4131-if test "$ac_dir" != .; then fdutils-5.5-20060227/configure:4132: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` fdutils-5.5-20060227/configure-4133- # A "../" for each directory in $ac_dir_suffix. fdutils-5.5-20060227/configure:4134: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` fdutils-5.5-20060227/configure-4135-else ############################################## fdutils-5.5-20060227/configure-4144- else fdutils-5.5-20060227/configure:4145: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fdutils-5.5-20060227/configure-4146- fi ;; ############################################## fdutils-5.5-20060227/configure-4296- cat >$tmp/stdin fdutils-5.5-20060227/configure:4297: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` fdutils-5.5-20060227/configure:4298: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; fdutils-5.5-20060227/configure:4299: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` fdutils-5.5-20060227/configure:4300: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; fdutils-5.5-20060227/configure-4301- * ) ac_file_in=$ac_file.in ;; ############################################## fdutils-5.5-20060227/config.guess-37- fdutils-5.5-20060227/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'` fdutils-5.5-20060227/config.guess-39- ############################################## fdutils-5.5-20060227/config.guess-106-: ${TMPDIR=/tmp} ; fdutils-5.5-20060227/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || fdutils-5.5-20060227/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## fdutils-5.5-20060227/config.guess-191- *) fdutils-5.5-20060227/config.guess:192: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` fdutils-5.5-20060227/config.guess-193- ;; ############################################## fdutils-5.5-20060227/config.guess-259- *4.0) fdutils-5.5-20060227/config.guess:260: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fdutils-5.5-20060227/config.guess-261- ;; fdutils-5.5-20060227/config.guess-262- *5.*) fdutils-5.5-20060227/config.guess:263: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` fdutils-5.5-20060227/config.guess-264- ;; ############################################## fdutils-5.5-20060227/config.guess-269- # types through head -n 1, so we only detect the type of CPU 0. fdutils-5.5-20060227/config.guess:270: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` fdutils-5.5-20060227/config.guess-271- case "$ALPHA_CPU_TYPE" in ############################################## fdutils-5.5-20060227/config.guess-307- # 1.2 uses "1.2" for uname -r. fdutils-5.5-20060227/config.guess:308: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` fdutils-5.5-20060227/config.guess-309- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-361- sun4H:SunOS:5.*:*) fdutils-5.5-20060227/config.guess:362: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` fdutils-5.5-20060227/config.guess-363- exit 0 ;; fdutils-5.5-20060227/config.guess-364- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) fdutils-5.5-20060227/config.guess:365: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` fdutils-5.5-20060227/config.guess-366- exit 0 ;; fdutils-5.5-20060227/config.guess-367- i86pc:SunOS:5.*:*) fdutils-5.5-20060227/config.guess:368: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` fdutils-5.5-20060227/config.guess-369- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-373- # it's likely to be more like Solaris than SunOS4. fdutils-5.5-20060227/config.guess:374: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` fdutils-5.5-20060227/config.guess-375- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-382- # Japanese Language versions have a version number like `4.1.3-JL'. fdutils-5.5-20060227/config.guess:383: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` fdutils-5.5-20060227/config.guess-384- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-388- sun*:*:4.2BSD:*) fdutils-5.5-20060227/config.guess:389: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` fdutils-5.5-20060227/config.guess-390- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## fdutils-5.5-20060227/config.guess-470- $CC_FOR_BUILD -o $dummy $dummy.c \ fdutils-5.5-20060227/config.guess:471: && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ fdutils-5.5-20060227/config.guess-472- && exit 0 ############################################## fdutils-5.5-20060227/config.guess-525- *:IRIX*:*:*) fdutils-5.5-20060227/config.guess:526: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` fdutils-5.5-20060227/config.guess-527- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-564- *:AIX:*:[45]) fdutils-5.5-20060227/config.guess:565: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` fdutils-5.5-20060227/config.guess-566- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## fdutils-5.5-20060227/config.guess-599- 9000/[34678]??:HP-UX:*:*) fdutils-5.5-20060227/config.guess:600: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` fdutils-5.5-20060227/config.guess-601- case "${UNAME_MACHINE}" in ############################################## fdutils-5.5-20060227/config.guess-653-EOF fdutils-5.5-20060227/config.guess:654: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` fdutils-5.5-20060227/config.guess-655- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## fdutils-5.5-20060227/config.guess-671- ia64:HP-UX:*:*) fdutils-5.5-20060227/config.guess:672: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` fdutils-5.5-20060227/config.guess-673- echo ia64-hp-hpux${HPUX_REV} ############################################## fdutils-5.5-20060227/config.guess-771- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` fdutils-5.5-20060227/config.guess:772: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` fdutils-5.5-20060227/config.guess-773- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## fdutils-5.5-20060227/config.guess-776- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` fdutils-5.5-20060227/config.guess:777: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` fdutils-5.5-20060227/config.guess-778- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## fdutils-5.5-20060227/config.guess-799-EOF fdutils-5.5-20060227/config.guess:800: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` fdutils-5.5-20060227/config.guess-801- # GNU/KFreeBSD systems have a "k" prefix to indicate we are using ############################################## fdutils-5.5-20060227/config.guess-803- case ${LIBC} in gnu) kernel_only='k' ;; esac fdutils-5.5-20060227/config.guess:804: echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} fdutils-5.5-20060227/config.guess-805- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-833- prep*:SunOS:5.*:*) fdutils-5.5-20060227/config.guess:834: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` fdutils-5.5-20060227/config.guess-835- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-837- # the GNU system fdutils-5.5-20060227/config.guess:838: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` fdutils-5.5-20060227/config.guess-839- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-841- # other systems with GNU libc and userland fdutils-5.5-20060227/config.guess:842: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu fdutils-5.5-20060227/config.guess-843- exit 0 ;; ############################################## fdutils-5.5-20060227/config.guess-877-EOF fdutils-5.5-20060227/config.guess:878: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` fdutils-5.5-20060227/config.guess-879- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## fdutils-5.5-20060227/config.guess-896-EOF fdutils-5.5-20060227/config.guess:897: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` fdutils-5.5-20060227/config.guess-898- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## fdutils-5.5-20060227/config.guess-997-EOF fdutils-5.5-20060227/config.guess:998: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` fdutils-5.5-20060227/config.guess-999- test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 ############################################## fdutils-5.5-20060227/config.guess-1036- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) fdutils-5.5-20060227/config.guess:1037: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` fdutils-5.5-20060227/config.guess-1038- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## fdutils-5.5-20060227/config.guess-1260- *:DragonFly:*:*) fdutils-5.5-20060227/config.guess:1261: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` fdutils-5.5-20060227/config.guess-1262- exit 0 ;; ############################################## fdutils-5.5-20060227/install-sh-73- fdutils-5.5-20060227/install-sh:74: -t=*) transformarg=`echo $1 | sed 's/-t=//'` fdutils-5.5-20060227/install-sh-75- shift ############################################## fdutils-5.5-20060227/install-sh-77- fdutils-5.5-20060227/install-sh:78: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` fdutils-5.5-20060227/install-sh-79- shift ############################################## fdutils-5.5-20060227/install-sh-138- then fdutils-5.5-20060227/install-sh:139: dst="$dst"/`basename $src` fdutils-5.5-20060227/install-sh-140- else ############################################## fdutils-5.5-20060227/install-sh-145-## this sed command emulates the dirname command fdutils-5.5-20060227/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` fdutils-5.5-20060227/install-sh-147- ############################################## fdutils-5.5-20060227/install-sh-159-IFS='%' fdutils-5.5-20060227/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` fdutils-5.5-20060227/install-sh-161-IFS="${oIFS}" ############################################## fdutils-5.5-20060227/install-sh-193- then fdutils-5.5-20060227/install-sh:194: dstfile=`basename $dst` fdutils-5.5-20060227/install-sh-195- else ############################################## fdutils-5.5-20060227/install-sh-203- then fdutils-5.5-20060227/install-sh:204: dstfile=`basename $dst` fdutils-5.5-20060227/install-sh-205- else ############################################## fdutils-5.5-20060227/config.sub-54- fdutils-5.5-20060227/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'` fdutils-5.5-20060227/config.sub-56- ############################################## fdutils-5.5-20060227/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations. fdutils-5.5-20060227/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` fdutils-5.5-20060227/config.sub-120-case $maybe_os in ############################################## fdutils-5.5-20060227/config.sub-123- os=-$maybe_os fdutils-5.5-20060227/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` fdutils-5.5-20060227/config.sub-125- ;; fdutils-5.5-20060227/config.sub-126- *) fdutils-5.5-20060227/config.sub:127: basic_machine=`echo $1 | sed 's/-[^-]*$//'` fdutils-5.5-20060227/config.sub-128- if [ $basic_machine != $1 ] fdutils-5.5-20060227/config.sub:129: then os=`echo $1 | sed 's/.*-/-/'` fdutils-5.5-20060227/config.sub-130- else os=; fi ############################################## fdutils-5.5-20060227/config.sub-174- os=-sco3.2v5 fdutils-5.5-20060227/config.sub:175: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-176- ;; ############################################## fdutils-5.5-20060227/config.sub-178- os=-sco3.2v4 fdutils-5.5-20060227/config.sub:179: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-180- ;; fdutils-5.5-20060227/config.sub-181- -sco3.2.[4-9]*) fdutils-5.5-20060227/config.sub:182: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` fdutils-5.5-20060227/config.sub:183: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-184- ;; ############################################## fdutils-5.5-20060227/config.sub-186- # Don't forget version if it is 3.2v4 or newer. fdutils-5.5-20060227/config.sub:187: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-188- ;; ############################################## fdutils-5.5-20060227/config.sub-190- os=-sco3.2v2 fdutils-5.5-20060227/config.sub:191: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-192- ;; fdutils-5.5-20060227/config.sub-193- -udk*) fdutils-5.5-20060227/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-195- ;; ############################################## fdutils-5.5-20060227/config.sub-197- os=-isc2.2 fdutils-5.5-20060227/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-199- ;; ############################################## fdutils-5.5-20060227/config.sub-203- -isc*) fdutils-5.5-20060227/config.sub:204: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` fdutils-5.5-20060227/config.sub-205- ;; ############################################## fdutils-5.5-20060227/config.sub-209- -ptx*) fdutils-5.5-20060227/config.sub:210: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` fdutils-5.5-20060227/config.sub-211- ;; fdutils-5.5-20060227/config.sub-212- -windowsnt*) fdutils-5.5-20060227/config.sub:213: os=`echo $os | sed -e 's/windowsnt/winnt/'` fdutils-5.5-20060227/config.sub-214- ;; ############################################## fdutils-5.5-20060227/config.sub-289- *-*-*) fdutils-5.5-20060227/config.sub:290: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 fdutils-5.5-20060227/config.sub-291- exit 1 ############################################## fdutils-5.5-20060227/config.sub-386- amd64-*) fdutils-5.5-20060227/config.sub:387: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-388- ;; ############################################## fdutils-5.5-20060227/config.sub-596- i*86v32) fdutils-5.5-20060227/config.sub:597: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` fdutils-5.5-20060227/config.sub-598- os=-sysv32 ############################################## fdutils-5.5-20060227/config.sub-600- i*86v4*) fdutils-5.5-20060227/config.sub:601: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` fdutils-5.5-20060227/config.sub-602- os=-sysv4 ############################################## fdutils-5.5-20060227/config.sub-604- i*86v) fdutils-5.5-20060227/config.sub:605: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` fdutils-5.5-20060227/config.sub-606- os=-sysv ############################################## fdutils-5.5-20060227/config.sub-608- i*86sol2) fdutils-5.5-20060227/config.sub:609: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` fdutils-5.5-20060227/config.sub-610- os=-solaris2 ############################################## fdutils-5.5-20060227/config.sub-656- mips3*-*) fdutils-5.5-20060227/config.sub:657: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` fdutils-5.5-20060227/config.sub-658- ;; fdutils-5.5-20060227/config.sub-659- mips3*) fdutils-5.5-20060227/config.sub:660: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown fdutils-5.5-20060227/config.sub-661- ;; ############################################## fdutils-5.5-20060227/config.sub-802- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) fdutils-5.5-20060227/config.sub:803: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-804- ;; fdutils-5.5-20060227/config.sub-805- pentiumpro-* | p6-* | 6x86-* | athlon-*) fdutils-5.5-20060227/config.sub:806: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-807- ;; fdutils-5.5-20060227/config.sub-808- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) fdutils-5.5-20060227/config.sub:809: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-810- ;; fdutils-5.5-20060227/config.sub-811- pentium4-*) fdutils-5.5-20060227/config.sub:812: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-813- ;; ############################################## fdutils-5.5-20060227/config.sub-820- ;; fdutils-5.5-20060227/config.sub:821: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-822- ;; ############################################## fdutils-5.5-20060227/config.sub-826- ppcle-* | powerpclittle-*) fdutils-5.5-20060227/config.sub:827: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-828- ;; ############################################## fdutils-5.5-20060227/config.sub-830- ;; fdutils-5.5-20060227/config.sub:831: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-832- ;; ############################################## fdutils-5.5-20060227/config.sub-836- ppc64le-* | powerpc64little-*) fdutils-5.5-20060227/config.sub:837: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` fdutils-5.5-20060227/config.sub-838- ;; ############################################## fdutils-5.5-20060227/config.sub-1105- *) fdutils-5.5-20060227/config.sub:1106: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 fdutils-5.5-20060227/config.sub-1107- exit 1 ############################################## fdutils-5.5-20060227/config.sub-1113- *-digital*) fdutils-5.5-20060227/config.sub:1114: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` fdutils-5.5-20060227/config.sub-1115- ;; fdutils-5.5-20060227/config.sub-1116- *-commodore*) fdutils-5.5-20060227/config.sub:1117: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` fdutils-5.5-20060227/config.sub-1118- ;; ############################################## fdutils-5.5-20060227/config.sub-1131- -solaris1 | -solaris1.*) fdutils-5.5-20060227/config.sub:1132: os=`echo $os | sed -e 's|solaris1|sunos4|'` fdutils-5.5-20060227/config.sub-1133- ;; ############################################## fdutils-5.5-20060227/config.sub-1143- -gnu/linux*) fdutils-5.5-20060227/config.sub:1144: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` fdutils-5.5-20060227/config.sub-1145- ;; ############################################## fdutils-5.5-20060227/config.sub-1184- -nto*) fdutils-5.5-20060227/config.sub:1185: os=`echo $os | sed -e 's|nto|nto-qnx|'` fdutils-5.5-20060227/config.sub-1186- ;; ############################################## fdutils-5.5-20060227/config.sub-1191- -mac*) fdutils-5.5-20060227/config.sub:1192: os=`echo $os | sed -e 's|mac|macos|'` fdutils-5.5-20060227/config.sub-1193- ;; ############################################## fdutils-5.5-20060227/config.sub-1197- -linux*) fdutils-5.5-20060227/config.sub:1198: os=`echo $os | sed -e 's|linux|linux-gnu|'` fdutils-5.5-20060227/config.sub-1199- ;; fdutils-5.5-20060227/config.sub-1200- -sunos5*) fdutils-5.5-20060227/config.sub:1201: os=`echo $os | sed -e 's|sunos5|solaris2|'` fdutils-5.5-20060227/config.sub-1202- ;; fdutils-5.5-20060227/config.sub-1203- -sunos6*) fdutils-5.5-20060227/config.sub:1204: os=`echo $os | sed -e 's|sunos6|solaris3|'` fdutils-5.5-20060227/config.sub-1205- ;; ############################################## fdutils-5.5-20060227/config.sub-1252- -sinix5.*) fdutils-5.5-20060227/config.sub:1253: os=`echo $os | sed -e 's|sinix|sysv|'` fdutils-5.5-20060227/config.sub-1254- ;; ############################################## fdutils-5.5-20060227/config.sub-1300- # Get rid of the `-' at the beginning of $os. fdutils-5.5-20060227/config.sub:1301: os=`echo $os | sed 's/[^-]*-//'` fdutils-5.5-20060227/config.sub:1302: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 fdutils-5.5-20060227/config.sub-1303- exit 1 ############################################## fdutils-5.5-20060227/config.sub-1536- esac fdutils-5.5-20060227/config.sub:1537: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` fdutils-5.5-20060227/config.sub-1538- ;; ############################################## fdutils-5.5-20060227/mkinstalldirs-10-for file in ${1+"$@"} ; do fdutils-5.5-20060227/mkinstalldirs:11: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` fdutils-5.5-20060227/mkinstalldirs-12- shift ############################################## fdutils-5.5-20060227/debian/patches/MAKEFLOPPIES-xsiisms.patch-27- fdutils-5.5-20060227/debian/patches/MAKEFLOPPIES-xsiisms.patch:28: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/debian/patches/MAKEFLOPPIES-xsiisms.patch-29-- if [ -n "$VERBOSE" -o -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/.pc/makefile-destdir.patch/doc/Makefile.in-88- for i in $(srcdir)/fdutils.info*; do \ fdutils-5.5-20060227/.pc/makefile-destdir.patch/doc/Makefile.in:89: $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \ fdutils-5.5-20060227/.pc/makefile-destdir.patch/doc/Makefile.in-90- done; \ ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-81- if [ "$FLOPPYCONTROL" = yes ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:82: case `minorname $1` in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-83- d360) echo 1 ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-115- -?*) fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:116: ARG=`expr "-$ARG" : '-*\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-117- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-122- case "$ARG" in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:123: ??*) REMAINDER=`expr "$ARG" : '.\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:124: ARG=`expr "$ARG" : '\(.\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-125- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-184- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:185: BASENUMBER=`basenumber $DRIVE` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:186: CMOS=`cmosid "$BASENUMBER"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-187- if [ $CMOS = none ] ; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-196- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:197: CN=`getword "$CMOS" $CMOSNAMES` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-198- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-199- if [ "$TYPE_OVERRIDE" = u ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:200: CL=`getword "$CMOS" $UCMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-201- else fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:202: CL=`getword "$CMOS" $CMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-203- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-204- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:205: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-206- if [ -n "$VERBOSE" -o -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-229- while [ $BASE -lt 128 ] ; do fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:230: MINOR=`expr "$BASE" + "$BASENUMBER" || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:231: NAME=`minorname "$BASE"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-232- if expr index "$FORMATS" "$NAME" >/dev/null ; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-233- if [ "$TYPE_OVERRIDE" != no ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:234: NAME=`echo $NAME | sed "s/^./$CL/g"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-235- fi ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-249- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES:250: BASE=`expr $BASE + 4` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-chown_separator.patch/src/MAKEFLOPPIES-251- done ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-81- if [ "$FLOPPYCONTROL" = yes ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:82: case `minorname $1` in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-83- d360) echo 1 ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-115- -?*) fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:116: ARG=`expr "-$ARG" : '-*\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-117- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-122- case "$ARG" in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:123: ??*) REMAINDER=`expr "$ARG" : '.\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:124: ARG=`expr "$ARG" : '\(.\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-125- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-184- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:185: BASENUMBER=`basenumber $DRIVE` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:186: CMOS=`cmosid "$BASENUMBER"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-187- if [ $CMOS = none ] ; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-196- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:197: CN=`getword "$CMOS" $CMOSNAMES` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-198- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-199- if [ "$TYPE_OVERRIDE" = u ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:200: CL=`getword "$CMOS" $UCMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-201- else fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:202: CL=`getword "$CMOS" $CMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-203- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-204- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:205: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-206- if [ -n "$VERBOSE" -o -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-229- while [ $BASE -lt 128 ] ; do fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:230: MINOR=`expr "$BASE" + "$BASENUMBER" || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:231: NAME=`minorname "$BASE"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-232- if expr index "$FORMATS" "$NAME" >/dev/null ; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-233- if [ "$TYPE_OVERRIDE" != no ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:234: NAME=`echo $NAME | sed "s/^./$CL/g"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-235- fi ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-249- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES:250: BASE=`expr $BASE + 4` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-xsiisms.patch/src/MAKEFLOPPIES-251- done ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-81- if [ "$FLOPPYCONTROL" = yes ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:82: case `minorname $1` in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-83- d360) echo 1 ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-115- -?*) fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:116: ARG=`expr "-$ARG" : '-*\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-117- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-122- case "$ARG" in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:123: ??*) REMAINDER=`expr "$ARG" : '.\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:124: ARG=`expr "$ARG" : '\(.\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-125- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-184- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:185: BASENUMBER=`basenumber $DRIVE` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:186: CMOS=`cmosid "$BASENUMBER"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-187- if [ $CMOS = none ] ; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-196- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:197: CN=`getword "$CMOS" $CMOSNAMES` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-198- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-199- if [ "$TYPE_OVERRIDE" = u ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:200: CL=`getword "$CMOS" $UCMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-201- else fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:202: CL=`getword "$CMOS" $CMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-203- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-204- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:205: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-206- if [ -n "$VERBOSE" ] || [ -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-229- while [ $BASE -lt 128 ] ; do fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:230: MINOR=`expr "$BASE" + "$BASENUMBER" || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:231: NAME=`minorname "$BASE"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-232- if expr index "$FORMATS" "$NAME" >/dev/null ; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-233- if [ "$TYPE_OVERRIDE" != no ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:234: NAME=`echo $NAME | sed "s/^./$CL/g"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-235- fi ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-249- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES:250: BASE=`expr $BASE + 4` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-devfs.patch/src/MAKEFLOPPIES-251- done ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-88- if [ "$FLOPPYCONTROL" = yes ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:89: case `minorname $1` in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-90- d360) echo 1 ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-122- -?*) fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:123: ARG=`expr "-$ARG" : '-*\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-124- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-129- case "$ARG" in fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:130: ??*) REMAINDER=`expr "$ARG" : '.\(.*\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:131: ARG=`expr "$ARG" : '\(.\)' || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-132- ;; ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-191- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:192: BASENUMBER=`basenumber $DRIVE` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:193: CMOS=`cmosid "$BASENUMBER"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-194- if [ $CMOS = none ] ; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-203- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:204: CN=`getword "$CMOS" $CMOSNAMES` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-205- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-206- if [ "$TYPE_OVERRIDE" = u ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:207: CL=`getword "$CMOS" $UCMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-208- else fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:209: CL=`getword "$CMOS" $CMOSLETTERS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-210- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-211- fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:212: FORMATS=`getword "$CMOS" $CMOSFORMATS` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-213- if [ -n "$VERBOSE" ] || [ -n "$DRYRUN" ]; then ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-236- while [ $BASE -lt 128 ] ; do fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:237: MINOR=`expr "$BASE" + "$BASENUMBER" || :` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:238: NAME=`minorname "$BASE"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-239- if expr index "$FORMATS" "$NAME" >/dev/null ; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-240- if [ "$TYPE_OVERRIDE" != no ]; then fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:241: NAME=`echo $NAME | sed "s/^./$CL/g"` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-242- fi ############################################## fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-256- fi fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES:257: BASE=`expr $BASE + 4` fdutils-5.5-20060227/.pc/MAKEFLOPPIES-usage.patch/src/MAKEFLOPPIES-258- done ############################################## fdutils-5.5-20060227/.pc/remove_texi2html_dependency.patch/doc/Makefile.in-89- for i in $(srcdir)/fdutils.info*; do \ fdutils-5.5-20060227/.pc/remove_texi2html_dependency.patch/doc/Makefile.in:90: $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \ fdutils-5.5-20060227/.pc/remove_texi2html_dependency.patch/doc/Makefile.in-91- done; \