Ignore:
Timestamp:
Apr 22, 2010, 7:33:33 PM (15 years ago)
Author:
Silvan Scherrer
Message:

samba client 1.6: added version to logfile fixes ticket:133

Location:
branches/client-1.6/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.6/src/Makefile.kmk

    r446 r447  
    130130# substitute macros in version.h
    131131version.h: Config.kmk version.tpl
    132         $(SED) "s;_VERSION_;$(VERSION);g" version.tpl \
     132        $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" version.tpl \
    133133                | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \
    134134                | $(SED) "s;_BUILD_;$(BUILD);g" \
  • branches/client-1.6/src/debug.c

    r445 r447  
    107107                if (firstLogLine)
    108108                {
    109                    fprintf(f, "samba client %s build %s\n", VERSION, BUILD);
     109                   fprintf(f, "Samba client %s build %s\n", VERSION, BUILD);
    110110                   firstLogLine = FALSE;
    111111                }
Note: See TracChangeset for help on using the changeset viewer.