open-src/xserver/xorg/cli-nobanner.patch
changeset 194 c2b76d8a41f7
parent 98 c21b46ed1efd
child 606 068c11b419c9
equal deleted inserted replaced
193:f5d04473459b 194:c2b76d8a41f7
    24 # Except as contained in this notice, the name of a copyright holder
    24 # Except as contained in this notice, the name of a copyright holder
    25 # shall not be used in advertising or otherwise to promote the sale, use
    25 # shall not be used in advertising or otherwise to promote the sale, use
    26 # or other dealings in this Software without prior written authorization
    26 # or other dealings in this Software without prior written authorization
    27 # of the copyright holder.
    27 # of the copyright holder.
    28 
    28 
    29 diff -urp -x '*~' os/utils.c os/utils.c
    29 diff -urp -x '*~' -x '*.orig' os/utils.c os/utils.c
    30 --- os/utils.c	2006-12-21 14:20:53.648154000 -0800
    30 --- os/utils.c	2007-07-30 18:32:29.905008000 -0700
    31 +++ os/utils.c	2006-12-21 14:21:08.732783000 -0800
    31 +++ os/utils.c	2007-07-30 18:32:46.146428000 -0700
    32 @@ -929,6 +929,12 @@ ProcessCommandLine(int argc, char *argv[
    32 @@ -913,6 +913,12 @@ ProcessCommandLine(int argc, char *argv[
    33  	}
    33  	}
    34  #endif
    34  #endif
    35  #endif
    35  #endif
    36 +#ifdef SUNSOFT
    36 +#ifdef SUNSOFT
    37 +	else if ( strcmp( argv[i], "-nobanner") == 0)
    37 +	else if ( strcmp( argv[i], "-nobanner") == 0)