head 1.12; access; symbols libdrm-1_0_4:1.12 trunk-20021125:1.12 mesa-4-1-branch:1.12.0.4 mesa-3-5-branch:1.12.0.2 tdfx-2-0-branch:1.4.0.8 tdfx-2-0-trunk:1.4 dispatch-0-0-3-20000225-merge:1.4 dispatch-0-0-3-branch:1.4.0.6 dispatch-0-0-2-branch:1.4.0.4 dispatch-0-0-1-20000129-merge:1.4 dispatch-0-0-1-branch:1.4.0.2; locks; strict; comment @# @; 1.12 date 2000.11.01.21.45.21; author dawes; state Exp; branches; next 1.11; 1.11 date 2000.11.01.21.25.07; author dawes; state Exp; branches; next 1.10; 1.10 date 2000.11.01.21.23.55; author dawes; state Exp; branches; next 1.9; 1.9 date 2000.11.01.21.22.06; author dawes; state Exp; branches; next 1.8; 1.8 date 2000.11.01.21.20.01; author dawes; state Exp; branches; next 1.7; 1.7 date 2000.11.01.20.49.43; author dawes; state Exp; branches; next 1.6; 1.6 date 2000.11.01.20.47.03; author dawes; state Exp; branches; next 1.5; 1.5 date 2000.10.27.19.25.08; author keithw; state Exp; branches; next 1.4; 1.4 date 99.12.22.11.22.59; author faith; state Exp; branches; next 1.3; 1.3 date 99.12.15.18.36.41; author faith; state Exp; branches; next 1.2; 1.2 date 99.12.07.17.30.42; author faith; state Exp; branches; next 1.1; 1.1 date 99.12.07.17.10.46; author faith; state Exp; branches; next ; desc @@ 1.12 log @use the dri-patches address for log messages @ text @#!/bin/sh # fakemail.sh -- # Created: Sun Dec 6 22:52:24 1998 by faith@@precisioninsight.com # Revised: Tue Dec 7 12:29:22 1999 by faith@@precisioninsight.com # Public Domain 1998, 1999 Rickard E. Faith (faith@@precisioninsight.com) # This program comes with ABSOLUTELY NO WARRANTY. # # $Id: fakemail.sh,v 1.11 2000/11/01 21:25:07 dawes Exp $ cat <&2 @ 1.9 log @fakemail.sh test @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.8 2000/11/01 21:20:01 dawes Exp $ d12 2 a13 1 To: dri-patches@@lists.sourceforge.net @ 1.8 log @are DRI commit messages working? @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.7 2000/11/01 20:49:43 dawes Exp $ d24 1 a24 1 echo fakemail.sh done @ 1.7 log @restore fakemail.sh @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.6 2000/11/01 20:47:03 dawes Exp $ d24 1 @ 1.6 log @test in prepration for commit log message changes @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.5 2000/10/27 19:25:08 keithw Exp $ a22 6 ( echo hello >/tmp/cvs.tmp.$$ cat /tmp/cvs.tmp.$$ 2>&1 | /usr/sbin/sendmail dawes@@xfree86.org rm -f /tmp/cvs.tmp.$$ ) 2>&1 >/dev/null @ 1.5 log @Add dri-devel as Reply-To address. @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.4 1999/12/22 11:22:59 faith Exp $ d23 7 @ 1.4 log @Simplify logging scripts @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.3 1999/12/15 18:36:41 faith Exp $ d13 1 @ 1.3 log @Add jhartmann to fakemail.sh @ text @d8 1 a8 19 # $Id: fakemail.sh,v 1.2 1999/12/07 17:30:42 faith Exp $ # # subject=$1 shift case "$USER" in akin) M=akin@@precisioninsight.com;; brianp) M=brian@@precisioninsight.com;; daryll) M=daryll@@precisioninsight.com;; faith) M=faith@@precisioninsight.com;; JensOwen) M=jens@@precisioninsight.com;; keithw) M=keithw@@precisioninsight.com;; kem) M=kevin@@precisioninsight.com;; jhartmann)M=jhartmann@@precisioninsight.com;; *) M=$USER@@users.sourceforge.com;; esac d11 3 a13 3 From: $M To: $* Subject: $subject @ 1.2 log @Use mailing list at problem address for checkin notification. @ text @d8 1 a8 1 # $Id: fakemail.sh,v 1.1 1999/12/07 17:10:46 faith Exp $ d23 2 a24 1 *) M=$user@@users.sourceforge.com;; @ 1.1 log @Added per-checking email notification. @ text @d4 1 a4 1 # Revised: Tue Dec 7 12:07:22 1999 by faith@@precisioninsight.com d8 1 a8 1 # $Id$ d32 1 a32 1 X-CVS-Problems: Send problems to daryll@@users.sourceforge.net @