From: Chris Wright Date: Tue, 31 Oct 2006 11:21:54 +0000 (-0800) Subject: minor cleanup to added-to-stable script X-Git-Tag: v2.6.18.2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d4aa1cfc8b17ea3456f1b0028ef1fbb455fe7fb;p=thirdparty%2Fkernel%2Fstable-queue.git minor cleanup to added-to-stable script --- diff --git a/scripts/added-to-stable b/scripts/added-to-stable index dc3c9e81db3..a796ecaac06 100755 --- a/scripts/added-to-stable +++ b/scripts/added-to-stable @@ -129,7 +129,7 @@ reply() cc="-cc $cc" fi - echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to gregkh tree" -date="$(date -R)" -reply_to=$MESSAGE_ID + echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to stable tree" -date="$(date -R)" -reply_to=$MESSAGE_ID echo smtpsend -server=$SMTP_SERVER $to -from=$FROM @@ -145,7 +145,7 @@ reply() echo " " $PATCH echo echo "A git repo of this tree can be found at " - echo " http://www.kernel.org/git/?p=linux/kernel/git/gregkh/stable-queue.git;a=summary" + echo " http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary" echo echo cat $PATCH