Changeset 1174

Show
Ignore:
Timestamp:
09/02/01 17:43:46 (7 years ago)
Author:
mds
Message:

Change fail msg from contact authors to see home page,

hopefully will cut down on duplicate emails.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r1157 r1174  
    425425  close OUTPUT; 
    426426  die "Automatic patch generation for `Makefile' failed.\n". 
    427       "Contact the authors please!" if $pr1 == 0; 
     427      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0; 
    428428  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    429429} 
     
    503503  close OUTPUT; 
    504504  die "Automatic patch generation for `drivers/Makefile' failed.\n". 
    505       "Contact the authors please!" if $pr1 == 0 or $pr2 == 0; 
     505      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0 or $pr2 == 0; 
    506506  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    507507} 
     
    542542  close OUTPUT; 
    543543  die "Automatic patch generation for `drivers/Makefile' failed.\n". 
    544       "Contact the authors please!" if $pr1 == 0; 
     544      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0; 
    545545  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    546546} 
     
    607607  close OUTPUT; 
    608608  die "Automatic patch generation for `drivers/char/mem.c' failed.\n". 
    609       "Contact the authors please!" if $pr1 == 0 or $pr2 == 0; 
     609      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0 or $pr2 == 0; 
    610610  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    611611} 
     
    660660  close OUTPUT; 
    661661  die "Automatic patch generation for `drivers/i2c/Config.in' failed.\n". 
    662       "Contact the authors please!" if $pr1 != 1; 
     662      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 != 1; 
    663663  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    664664} 
     
    10181018  close OUTPUT; 
    10191019  die "Automatic patch generation for `drivers/i2c/Makefile' failed.\n". 
    1020       "Contact the authors please!" if $pr1 != 1; 
     1020      "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 != 1; 
    10211021  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    10221022} 
     
    11311131  close OUTPUT; 
    11321132  die "Automatic patch generation for `drivers/i2c/i2c-core.c' failed.\n". 
    1133       "Contact the authors please!" if $patch_nr != 3; 
     1133      "See our home page http://www.lm-sensors.nu for assistance!" if $patch_nr != 3; 
    11341134  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    11351135} 
     
    11741174  close OUTPUT; 
    11751175  die "Automatic patch generation for `MAINTAINERS' failed.\n". 
    1176       "Contact the authors please!" if $done == 0; 
     1176      "See our home page http://www.lm-sensors.nu for assistance!" if $done == 0; 
    11771177  print_diff $package_root,$kernel_root,$kernel_file,$package_file; 
    11781178}