]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add Alan back to the quilt-mail script
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 15:35:46 +0000 (08:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 15:35:46 +0000 (08:35 -0700)
scripts/quilt-mail

index 6b74cf846510c1a1f96f4cb1a433cef4ed4caff4..eeb16f9845b80d2f21fa853708bd92702abdd703 100755 (executable)
@@ -61,7 +61,7 @@ cat diffstat
 FROM="Greg KH <gregkh@linuxfoundation.org>"
 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"