]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add kernel version number to added-to-stable script
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Feb 2008 21:30:37 +0000 (13:30 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Feb 2008 21:30:37 +0000 (13:30 -0800)
scripts/added-to-stable

index 429a513232ac72db8d199c94e9ca24768e2f5204..0ae222bc243a2f0d4084ba0dd5e5d3ea975944a6 100755 (executable)
@@ -9,7 +9,7 @@
 #      exit 1
 #}
 
-KERNEL_MINOR_VERSION='22'
+KERNEL_MINOR_VERSION='24'
 KERNEL="2.6.$KERNEL_MINOR_VERSION"
 
 EMAIL_ADDRESS='<gregkh@suse.de>'
@@ -133,7 +133,7 @@ reply()
                cc="-cc $cc"
        fi
 
-       echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to -stable tree" -date="$(date -R)" -reply_to=$MESSAGE_ID
+       echo makemail -to $AUTHOR -from=$FROM -subject="patch $PATCH added to $KERNEL-stable tree" -date="$(date -R)" -reply_to=$MESSAGE_ID
        echo smtpsend -server=$SMTP_SERVER $to -from=$FROM