Changeset 1825


Ignore:
Timestamp:
Jul 2, 2015, 11:15:59 PM (10 years ago)
Author:
John Small
Message:

Ticket #532: Corrected some typos, updated some text and removed some debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfgmgr.cmd

    r1758 r1825  
    7979 *
    8080 * The following code
    81  *    Installs default files if /DEFAUTLS is specified or if a cfg file is missing
     81 *    Installs default files if /DEFAULTS is specified or if a cfg file is missing
    8282 *    Handles all /DEINSTALL actions
    8383 * It should precede the call to UpdateArchiverBB2
     
    8585 */
    8686
    87 /*
    88 trace '?i'
    89 */
    9087do f = 1 to cfg.file.0
    9188   file_exists = stream(cfg.file.f.name, 'c' , 'query exists')
     
    377374 *
    378375   parse value SysTextScreenSize() with . cfg.screen_width
    379    if cfg.screen_width = 0 then           /* for running in PMREXX */
     376   if cfg.screen_width = 0 then           /* for running in PMREXX, EPM, etc. */
    380377      cfg.screen_width = 80
    381378*/
     
    482479   reply = translate(strip(SysGetKey()))
    483480   say
    484    return reply
     481return reply
    485482
    486483FilesAreDifferent: procedure
     
    558555   say
    559556   say 'If this error continues after re-installing FM/2, contact FM/2 support'
    560    say 'through the FM2USER group on Yahoo.'
     557   say 'through the FM2_USER group on Netlabs.'
    561558exit
    562559
     
    768765   myrc = 0
    769766
    770    /* If CFGMGR was called with /DEFAULTS and/or /DEINSTALL parameters
    771       then there is nothing to do here! */
     767   /*
     768    *    If CFGMGR was called with /DEFAULTS and/or /DEINSTALL parameters then there is nothing to do here!
     769    */
    772770   if cfg.defaults = 1 | cfg.operation = 'DEINSTALL' then
    773771      return myrc
Note: See TracChangeset for help on using the changeset viewer.