From: Greg Kroah-Hartman Date: Thu, 13 Sep 2012 15:35:46 +0000 (-0700) Subject: add Alan back to the quilt-mail script X-Git-Tag: v3.5.4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab8033d61b26c3227b5b14a445ec4023c9fa68ef;p=thirdparty%2Fkernel%2Fstable-queue.git add Alan back to the quilt-mail script --- diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 6b74cf84651..eeb16f9845b 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -61,7 +61,7 @@ cat diffstat FROM="Greg KH " TO="linux-kernel@vger.kernel.org, stable@vger.kernel.org" #CC="torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" -CC="" +CC="alan@lxorguk.ukuu.org.uk" SUBJECT="${BASE_VERSION}-stable review" quilt mail --mbox ${MBOX} \ @@ -77,7 +77,7 @@ rm ${TMPFILE} echo "mbox is now in ${MBOX}" echo "Add:" -echo "Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" +echo "Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org" echo "to the first email." #q mail --mbox x -m "$(cat ../stable-queue/00)" --sender gregkh@lf.org --from gregkh@lf.org --to foo@foo --subject "This is the subject"