Changeset 2438


Ignore:
Timestamp:
2001-05-17T11:41:56+12:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/create_distributions.pl

    r2436 r2438  
    330330
    331331# if $cd_rom is not true then we don't want to include the net16, net32,
    332 # Win32s or netscape directories in the bin/windows directory (note that
    333 # this currently means exportcol.pl will fail for all but cd-rom installed
    334 # distributions)
     332# Win32s or netscape directories or gssetup.exe and setup.exe executables
     333# in the bin/windows directory (note that this currently means exportcol.pl
     334# will fail for all but cd-rom installed distributions)
    335335sub install_windows_specific {
    336336    my ($install_dir, $cd_rom) = @_;
     
    347347    &util::rm_r (&util::filename_cat ($winbindir, "windows", "Win32s"));
    348348    &util::rm_r (&util::filename_cat ($winbindir, "windows", "netscape"));
     349    &util::rm (&util::filename_cat ($winbindir, "windows", "gssetup.exe"));
     350    &util::rm (&util::filename_cat ($winbindir, "windows", "Setup.exe"));
    349351    }
    350352
  • trunk/gsdl/src/setpasswd/setpasswd.cpp

    r1797 r2438  
    3434// input arguments are valid (or even reasonable) values.
    3535
     36// this program should be compiled into a binary called setpw.exe (to be
     37// short enough not to mess with 16 bit Windows platforms).
     38
    3639// usage:
    37 // setpasswd -u username -p password -o output_gdbm_file
     40// setpw -u username -p password -o output_gdbm_file
    3841
    3942#include "text_t.h"
Note: See TracChangeset for help on using the changeset viewer.