From 1d4aa1cfc8b17ea3456f1b0028ef1fbb455fe7fb Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 31 Oct 2006 03:21:54 -0800 Subject: [PATCH] minor cleanup to added-to-stable script --- scripts/added-to-stable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3