> Why can't we have a mailing list that sends out a diff for each
> update?
>
> That way, all you need is:
>
> :0
> * ^X-Mailing-List: up-to-the-second-linux-patches
> | /usr/local/bin/apply_patches
>
> and
>
> #!/bin/sh
> cd /usr/src/linux-current
> cat | patch -p1
> mail $username
Sorry, I meant just:
#!/bin/sh
cd /usr/src/linux-current
cat | patch -p1
John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:01:05 EST