Changeset 757


Ignore:
Timestamp:
Nov 30, 2012, 6:12:57 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.6: add a maintained message

Location:
trunk/server/source3
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/build.cmd

    r745 r757  
    1919/* version 0.3.10 from 15.11.2012 Silvan (python also in unixroot) */
    2020/* version 0.3.11 from 15.11.2012 Herwig (make libc switching really optional) */
     21
    2122                                         
    2223/* load the sysfuncs if not already loaded */
     
    2829
    2930/* init the version string (don't forget to change) */
    30 version = "0.3.11"
    31 version_date = "15.11.2012"
     31version = "0.3.1"
     32version_date = ".11.2012"
    3233
    3334/* number of make jobs to execute at the same time */
     
    208209    /* eComStation Version file */
    209210    VerFile = "VERSION.ECS"
     211
    210212
    211213    /* is the file available */
     
    230232            parse var vendor_suffix vendor suffix
    231233        end
     234
     235
     236
     237
    232238    end
    233239    ok = stream(VerFile, 'c', 'close')
     
    259265        if Verline <> "=" then call lineout NewVersion, verline
    260266    end
     267
    261268
    262269    ok = stream(Version,'c','close')
     
    266273    verstring = suffix'-'Major'.'minor'.'release'.'revision'-'vendor'-'date('S')
    267274    say "Samba branded as: "verstring
     275
    268276    say
    269277return
  • trunk/server/source3/lib/version.c

    r414 r757  
    2626        return SAMBA_VERSION_STRING;
    2727}
     28
     29
     30
     31
     32
     33
  • trunk/server/source3/nmbd/nmbd.c

    r751 r757  
    879879        DEBUG(0,("nmbd version %s started.\n", samba_version_string()));
    880880        DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
     881
     882
     883
    881884
    882885        if (!lp_load_initial_only(get_dyn_CONFIGFILE())) {
  • trunk/server/source3/script/mkversion.sh

    r745 r757  
    3232
    3333SAMBA_VERSION_VENDOR_FUNCTION=`sed -n 's/^SAMBA_VERSION_VENDOR_FUNCTION=//p' $SOURCE_DIR$VERSION_FILE`
     34
    3435
    3536echo "/* Autogenerated by script/mkversion.sh */" > $OUTPUT_FILE
     
    3839echo "#define SAMBA_VERSION_MINOR ${SAMBA_VERSION_MINOR}" >> $OUTPUT_FILE
    3940echo "#define SAMBA_VERSION_RELEASE ${SAMBA_VERSION_RELEASE}" >> $OUTPUT_FILE
     41
    4042
    4143
  • trunk/server/source3/smbd/server.c

    r751 r757  
    10371037        DEBUG(0,("smbd version %s started.\n", samba_version_string()));
    10381038        DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
     1039
     1040
     1041
    10391042
    10401043        DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
  • trunk/server/source3/version.ec_

    r745 r757  
    11SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.3.0"
    2 SAMBA_VERSION_VENDOR_PATCH=432
     2MAINTAINED_BY="unknown"
  • trunk/server/source3/winbindd/winbindd.c

    r751 r757  
    13481348        DEBUG(0,("winbindd version %s started.\n", samba_version_string()));
    13491349        DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
     1350
     1351
     1352
    13501353
    13511354        if (!lp_load_initial_only(get_dyn_CONFIGFILE())) {
Note: See TracChangeset for help on using the changeset viewer.