Ticket #1131: mtools_and_telnetd.patch

File mtools_and_telnetd.patch, 14.6 KB (added by kaliber, 17 years ago)

mtools commands and telnetd

  • build/jam/HaikuImage

     
    3030    kill less lessecho lesskey link listarea listattr listdev listimage
    3131    listport listres listsem ln locate logger logname ls lsindex m4 make
    3232    makebootable md5sum merge mimeset mkdos mkdir mkindex modifiers mount
    33     mount_nfs mountvolume mv netstat nl od open pack_cis paste patch pathchk pc
     33    mount_nfs mountvolume mtools mv netstat nl od open pack_cis paste patch pathchk pc
    3434    ping play playfile playsound playwav pr prio printenv printf ps ptx pwd
    3535    query quit release renice rescan rlog rm rmattr rmindex rmdir roster route
    3636    safemode screen_blanker sed settype setversion setvolume seq sh shar
    3737    shutdown sleep sort split strace stty su sum sync sysinfo tac tail tar
    38     tcpdump tee telnet test top touch tput tr traceroute translate true tsort
     38    tcpdump tee telnet telnetd test top touch tput tr traceroute translate true tsort
    3939    tty uname unchop unexpand unmount uniq unrar unshar unzip unzipsfx updatedb
    4040    uptime usb_dev_info uudecode uuencode vdir version vim waitfor wc wget
    4141    whoami xargs xres yes zdiff zforce zgrep zip zipcloak zipgrep zipnote
     
    191191AddSymlinkToHaikuImage beos bin : grep : fgrep ;
    192192AddSymlinkToHaikuImage beos bin : vim : vi ;
    193193AddSymlinkToHaikuImage beos bin : vim : view ;
     194AddSymlinkToHaikuImage beos bin : mtools : mattrib ;
     195AddSymlinkToHaikuImage beos bin : mtools : mcd ;
     196AddSymlinkToHaikuImage beos bin : mtools : mcopy ;
     197AddSymlinkToHaikuImage beos bin : mtools : mdel ;
     198AddSymlinkToHaikuImage beos bin : mtools : mdir ;
     199AddSymlinkToHaikuImage beos bin : mtools : mformat ;
     200AddSymlinkToHaikuImage beos bin : mtools : mlabel ;
     201AddSymlinkToHaikuImage beos bin : mtools : mmd ;
     202AddSymlinkToHaikuImage beos bin : mtools : mrd ;
     203AddSymlinkToHaikuImage beos bin : mtools : mread ;
     204AddSymlinkToHaikuImage beos bin : mtools : mren ;
     205AddSymlinkToHaikuImage beos bin : mtools : mtype ;
     206AddSymlinkToHaikuImage beos bin : mtools : mwrite ;
    194207
    195208
    196209# scripts and data files
  • src/bin/network/telnetd/telnetd.c

    Property changes on: build/scripts/image2vmware
    ___________________________________________________________________
    Name: svn:executable
       + *
    
     
    138138    int ch;
    139139#ifndef __BEOS__
    140140    u_long ultmp;
     141    char *ep;
     142#endif
    141143# if    defined(IPPROTO_IP) && defined(IP_TOS)
    142144    int tos = -1;
    143145# endif
    144     char *ep;
    145 #endif
    146146
    147147    pfrontp = pbackp = ptyobuf;
    148148    netip = netibuf;
  • src/bin/Jamfile

     
    169169SubInclude HAIKU_TOP src bin makebootable ;
    170170#SubInclude HAIKU_TOP src bin makeudfimage ;
    171171SubInclude HAIKU_TOP src bin mkdos ;
     172SubInclude HAIKU_TOP src bin mtools ;
    172173SubInclude HAIKU_TOP src bin patch ;
    173174SubInclude HAIKU_TOP src bin pc ;
    174175SubInclude HAIKU_TOP src bin pcmcia-cs ;
  • src/bin/mtools/Jamfile

     
     1SubDir HAIKU_TOP src bin mtools ;
     2
     3SubDirCcFlags -DHAVE_CONFIG_H -DSYSCONFDIR=\'\"/etc\"\' ;
     4
     5BinCommand mtools :
     6        buffer.c
     7        codepage.c
     8        codepages.c
     9        config.c
     10        copyfile.c
     11        devices.c
     12        dirCache.c
     13        directory.c
     14        direntry.c
     15        expand.c
     16        fat.c
     17        fat_free.c
     18        file.c
     19        file_name.c
     20        file_read.c
     21        filter.c
     22        floppyd_io.c
     23        force_io.c
     24        hash.c
     25        init.c
     26    llong.c
     27        match.c
     28        mainloop.c
     29        mattrib.c
     30        mbadblocks.c
     31        mcat.c
     32        mcd.c
     33    mclasserase.c
     34        mcopy.c
     35        mdel.c
     36        mdir.c
     37        mdu.c
     38        mdoctorfat.c
     39        mformat.c
     40        minfo.c
     41        misc.c
     42        missFuncs.c
     43        mk_direntry.c
     44        mlabel.c
     45        mmd.c
     46        mmount.c
     47        mmove.c
     48        mpartition.c
     49        mshowfat.c
     50        mzip.c
     51        mtools.c
     52    patchlevel.c
     53        plain_io.c
     54        precmd.c
     55        privileges.c
     56        scsi.c
     57        signal.c
     58        stream.c
     59        streamcache.c
     60        subdir.c
     61        unixdir.c
     62        toupper.c
     63        tty.c
     64        vfat.c
     65        xdf_io.c
     66    : 
     67    : mtools.rdef ;
     68
  • src/bin/mtools/config.h

     
     1/* config.h.  Generated by configure.  */
     2/* config.h.in.  Generated from configure.in by autoheader.  */
     3
     4/* Define for debugging messages */
     5/* #undef DEBUG */
     6
     7/* Define when sys_errlist is defined in the standard include files */
     8/* #undef DECL_SYS_ERRLIST */
     9
     10/* Define to 1 if you have the <arpa/inet.h> header file. */
     11#define HAVE_ARPA_INET_H 1
     12
     13/* Define to 1 if you have the <assert.h> header file. */
     14#define HAVE_ASSERT_H 1
     15
     16/* Define to 1 if you have the `atexit' function. */
     17#define HAVE_ATEXIT 1
     18
     19/* Define to 1 if you have the `basename' function. */
     20/* #undef HAVE_BASENAME */
     21
     22/* Define to 1 if you have the `fchdir' function. */
     23#define HAVE_FCHDIR 1
     24
     25/* Define to 1 if you have the <fcntl.h> header file. */
     26#define HAVE_FCNTL_H 1
     27
     28/* Define to 1 if you have the `flock' function. */
     29/* #undef HAVE_FLOCK */
     30
     31/* Define to 1 if you have the <getopt.h> header file. */
     32#define HAVE_GETOPT_H 1
     33
     34/* Define to 1 if you have the `getpass' function. */
     35/* #undef HAVE_GETPASS */
     36
     37/* Define to 1 if you have the `gettimeofday' function. */
     38#define HAVE_GETTIMEOFDAY 1
     39
     40/* Define to 1 if you have the `htons' function. */
     41/* #undef HAVE_HTONS */
     42
     43/* Define to 1 if you have the <inttypes.h> header file. */
     44#define HAVE_INTTYPES_H 1
     45
     46/* Define to 1 if you have the `bsd' library (-lbsd). */
     47#define HAVE_LIBBSD 1
     48
     49/* Define to 1 if you have the `cam' library (-lcam). */
     50/* #undef HAVE_LIBCAM */
     51
     52/* Define to 1 if you have the <libc.h> header file. */
     53/* #undef HAVE_LIBC_H */
     54
     55/* Define to 1 if you have the `nsl' library (-lnsl). */
     56/* #undef HAVE_LIBNSL */
     57
     58/* Define to 1 if you have the `socket' library (-lsocket). */
     59#define HAVE_LIBSOCKET 1
     60
     61/* Define to 1 if you have the `sun' library (-lsun). */
     62/* #undef HAVE_LIBSUN */
     63
     64/* Define to 1 if you have the <limits.h> header file. */
     65#define HAVE_LIMITS_H 1
     66
     67/* Define to 1 if you have the <linux/unistd.h> header file. */
     68/* #undef HAVE_LINUX_UNISTD_H */
     69
     70/* Define to 1 if you have the `llseek' function. */
     71/* #undef HAVE_LLSEEK */
     72
     73/* Define when you have an LLSEEK prototype */
     74/* #undef HAVE_LLSEEK_PROTOTYPE */
     75
     76/* Define to 1 if you have the `lockf' function. */
     77/* #undef HAVE_LOCKF */
     78
     79/* Define when the compiler supports LOFF_T type */
     80/* #undef HAVE_LOFF_T */
     81
     82/* Define when the compiler supports LONG_LONG type */
     83#define HAVE_LONG_LONG 1
     84
     85/* Define to 1 if you have the `lseek64' function. */
     86/* #undef HAVE_LSEEK64 */
     87
     88/* Define when you have an LSEEK64 prototype */
     89#define HAVE_LSEEK64_PROTOTYPE 1
     90
     91/* Define to 1 if you have the <malloc.h> header file. */
     92#define HAVE_MALLOC_H 1
     93
     94/* Define to 1 if you have the `media_oldaliases' function. */
     95/* #undef HAVE_MEDIA_OLDALIASES */
     96
     97/* Define to 1 if you have the `memcpy' function. */
     98#define HAVE_MEMCPY 1
     99
     100/* Define to 1 if you have the `memmove' function. */
     101#define HAVE_MEMMOVE 1
     102
     103/* Define to 1 if you have the <memory.h> header file. */
     104#define HAVE_MEMORY_H 1
     105
     106/* Define to 1 if you have the `memset' function. */
     107#define HAVE_MEMSET 1
     108
     109/* Define to 1 if you have the <mntent.h> header file. */
     110/* #undef HAVE_MNTENT_H */
     111
     112/* Define to 1 if you have the <netdb.h> header file. */
     113#define HAVE_NETDB_H 1
     114
     115/* Define to 1 if you have the <netinet/in.h> header file. */
     116#define HAVE_NETINET_IN_H 1
     117
     118/* Define when the compiler supports OFFSET_T type */
     119/* #undef HAVE_OFFSET_T */
     120
     121/* Define when the system has a 64 bit off_t type */
     122#define HAVE_OFF_T_64 1
     123
     124/* Define to 1 if you have the `on_exit' function. */
     125/* #undef HAVE_ON_EXIT */
     126
     127/* Define to 1 if you have the `random' function. */
     128#define HAVE_RANDOM 1
     129
     130/* Define to 1 if you have the `seteuid' function. */
     131#define HAVE_SETEUID 1
     132
     133/* Define to 1 if you have the `setresuid' function. */
     134/* #undef HAVE_SETRESUID */
     135
     136/* Define to 1 if you have the <sgtty.h> header file. */
     137/* #undef HAVE_SGTTY_H */
     138
     139/* Define to 1 if you have the <signal.h> header file. */
     140#define HAVE_SIGNAL_H 1
     141
     142/* Define to 1 if you have the `snprintf' function. */
     143#define HAVE_SNPRINTF 1
     144
     145/* Define to 1 if you have the `srandom' function. */
     146#define HAVE_SRANDOM 1
     147
     148/* Define to 1 if you have the `stat64' function. */
     149/* #undef HAVE_STAT64 */
     150
     151/* Define to 1 if you have the <stdint.h> header file. */
     152#define HAVE_STDINT_H 1
     153
     154/* Define to 1 if you have the <stdlib.h> header file. */
     155#define HAVE_STDLIB_H 1
     156
     157/* Define to 1 if you have the `strcasecmp' function. */
     158#define HAVE_STRCASECMP 1
     159
     160/* Define to 1 if you have the `strchr' function. */
     161#define HAVE_STRCHR 1
     162
     163/* Define to 1 if you have the `strcspn' function. */
     164#define HAVE_STRCSPN 1
     165
     166/* Define to 1 if you have the `strdup' function. */
     167#define HAVE_STRDUP 1
     168
     169/* Define to 1 if you have the `strerror' function. */
     170#define HAVE_STRERROR 1
     171
     172/* Define to 1 if you have the <strings.h> header file. */
     173#define HAVE_STRINGS_H 1
     174
     175/* Define to 1 if you have the <string.h> header file. */
     176#define HAVE_STRING_H 1
     177
     178/* Define to 1 if you have the `strncasecmp' function. */
     179#define HAVE_STRNCASECMP 1
     180
     181/* Define to 1 if you have the `strpbrk' function. */
     182#define HAVE_STRPBRK 1
     183
     184/* Define to 1 if you have the `strrchr' function. */
     185#define HAVE_STRRCHR 1
     186
     187/* Define to 1 if you have the `strspn' function. */
     188#define HAVE_STRSPN 1
     189
     190/* Define to 1 if you have the `strtol' function. */
     191#define HAVE_STRTOL 1
     192
     193/* Define to 1 if you have the `strtoul' function. */
     194#define HAVE_STRTOUL 1
     195
     196/* Define to 1 if you have the <sys/file.h> header file. */
     197/* #undef HAVE_SYS_FILE_H */
     198
     199/* Define to 1 if you have the <sys/floppy.h> header file. */
     200/* #undef HAVE_SYS_FLOPPY_H */
     201
     202/* Define to 1 if you have the <sys/ioctl.h> header file. */
     203#define HAVE_SYS_IOCTL_H 1
     204
     205/* Define to 1 if you have the <sys/param.h> header file. */
     206#define HAVE_SYS_PARAM_H 1
     207
     208/* Define to 1 if you have the <sys/signal.h> header file. */
     209/* #undef HAVE_SYS_SIGNAL_H */
     210
     211/* Define to 1 if you have the <sys/socket.h> header file. */
     212#define HAVE_SYS_SOCKET_H 1
     213
     214/* Define to 1 if you have the <sys/stat.h> header file. */
     215#define HAVE_SYS_STAT_H 1
     216
     217/* Define to 1 if you have the <sys/sysmacros.h> header file. */
     218/* #undef HAVE_SYS_SYSMACROS_H */
     219
     220/* Define to 1 if you have the <sys/termios.h> header file. */
     221/* #undef HAVE_SYS_TERMIOS_H */
     222
     223/* Define to 1 if you have the <sys/termio.h> header file. */
     224/* #undef HAVE_SYS_TERMIO_H */
     225
     226/* Define to 1 if you have the <sys/time.h> header file. */
     227#define HAVE_SYS_TIME_H 1
     228
     229/* Define to 1 if you have the <sys/types.h> header file. */
     230#define HAVE_SYS_TYPES_H 1
     231
     232/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
     233#define HAVE_SYS_WAIT_H 1
     234
     235/* Define to 1 if you have the `tcflush' function. */
     236#define HAVE_TCFLUSH 1
     237
     238/* Define to 1 if you have the `tcsetattr' function. */
     239#define HAVE_TCSETATTR 1
     240
     241/* Define to 1 if you have the <termios.h> header file. */
     242#define HAVE_TERMIOS_H 1
     243
     244/* Define to 1 if you have the <termio.h> header file. */
     245/* #undef HAVE_TERMIO_H */
     246
     247/* Define to 1 if you have the `tzset' function. */
     248#define HAVE_TZSET 1
     249
     250/* Define to 1 if you have the <unistd.h> header file. */
     251#define HAVE_UNISTD_H 1
     252
     253/* Define to 1 if you have the `utime' function. */
     254/* #undef HAVE_UTIME */
     255
     256/* Define to 1 if you have the `utimes' function. */
     257#define HAVE_UTIMES 1
     258
     259/* Define to 1 if you have the <utime.h> header file. */
     260#define HAVE_UTIME_H 1
     261
     262/* Define to the address where bug reports for this package should be sent. */
     263#define PACKAGE_BUGREPORT ""
     264
     265/* Define to the full name of this package. */
     266#define PACKAGE_NAME ""
     267
     268/* Define to the full name and version of this package. */
     269#define PACKAGE_STRING ""
     270
     271/* Define to the one symbol short name of this package. */
     272#define PACKAGE_TARNAME ""
     273
     274/* Define to the version of this package. */
     275#define PACKAGE_VERSION ""
     276
     277/* Define as the return type of signal handlers (`int' or `void'). */
     278#define RETSIGTYPE void
     279
     280/* Define to 1 if the `setpgrp' function takes no argument. */
     281#define SETPGRP_VOID 1
     282
     283/* Define to 1 if you have the ANSI C header files. */
     284#define STDC_HEADERS 1
     285
     286/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
     287#define TIME_WITH_SYS_TIME 1
     288
     289/* Define to 1 if your <sys/time.h> declares `struct tm'. */
     290/* #undef TM_IN_SYS_TIME */
     291
     292/* Define when you want to include floppyd support */
     293/* #undef USE_FLOPPYD */
     294
     295/* Define on non Unix OS'es which don't have the concept of tty's */
     296#define USE_RAWTERM 1
     297
     298/* Define this if you want to use Xdf */
     299#define USE_XDF 1
     300
     301/* Define this if you use mtools together with the new Solaris' vold support
     302   */
     303/* #undef USING_NEW_VOLD */
     304
     305/* Define this if you use mtools together with Solaris' vold */
     306/* #undef USING_VOLD */
     307
     308/* Define to 1 if the X Window System is missing or not being used. */
     309#define X_DISPLAY_MISSING 1
     310
     311/* Define to 1 if on AIX 3.
     312   System headers sometimes define this.
     313   We just want to avoid a redefinition error message.  */
     314#ifndef _ALL_SOURCE
     315/* # undef _ALL_SOURCE */
     316#endif
     317
     318/* Define to 1 if on MINIX. */
     319/* #undef _MINIX */
     320
     321/* Define to 2 if the system does not provide POSIX.1 features except with
     322   this defined. */
     323/* #undef _POSIX_1_SOURCE */
     324
     325/* Define to 1 if you need to in order for `stat' and other things to work. */
     326/* #undef _POSIX_SOURCE */
     327
     328/* Define to empty if `const' does not conform to ANSI C. */
     329/* #undef const */
     330
     331/* Define as `__inline' if that's what the C compiler calls it, or to nothing
     332   if it is not supported. */
     333/* #undef inline */
     334
     335/* Define to `unsigned' if <sys/types.h> does not define. */
     336/* #undef size_t */
  • src/bin/mtools/mtools.rdef

     
     1resource app_version
     2{
     3    major = 3,
     4    middle = 9,
     5    minor = 10,
     6    variety = B_APPV_FINAL,
     7    internal = 0,
     8    short_info = "mtools",
     9    long_info  = "mtools from http://mtools.linux.lu/"
     10};
     11