All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/initrd.txt: Change the location of util-linux
@ 2012-04-12  3:14 Marcos Paulo de Souza
  2012-04-16 19:39 ` Rob Landley
  0 siblings, 1 reply; 3+ messages in thread
From: Marcos Paulo de Souza @ 2012-04-12  3:14 UTC (permalink / raw)
  To: rdunlap; +Cc: linux-doc, linux-kernel, Marcos Paulo de Souza

The address of util-linux seems deprecated. The new util-linux location is 
in the kernel.org. So, change this for the correct address.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
 Documentation/initrd.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt
index 1ba84f3..3d8bc62 100644
--- a/Documentation/initrd.txt
+++ b/Documentation/initrd.txt
@@ -362,5 +362,5 @@ Resources
     http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
 [2] newlib package (experimental), with initrd example
     http://sources.redhat.com/newlib/
-[3] Brouwer, Andries; "util-linux: Miscellaneous utilities for Linux"
-    ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/
+[3] util-linux: Miscellaneous utilities for Linux
+    http://www.kernel.org/pub/linux/utils/util-linux/
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/initrd.txt: Change the location of util-linux
  2012-04-12  3:14 [PATCH] Documentation/initrd.txt: Change the location of util-linux Marcos Paulo de Souza
@ 2012-04-16 19:39 ` Rob Landley
  2012-04-16 19:50   ` Marcos Souza
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Landley @ 2012-04-16 19:39 UTC (permalink / raw)
  To: Marcos Paulo de Souza; +Cc: rdunlap, linux-doc, linux-kernel

On 04/11/2012 10:14 PM, Marcos Paulo de Souza wrote:
> The address of util-linux seems deprecated. The new util-linux location is 
> in the kernel.org. So, change this for the correct address.
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> ---
>  Documentation/initrd.txt |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt
> index 1ba84f3..3d8bc62 100644
> --- a/Documentation/initrd.txt
> +++ b/Documentation/initrd.txt
> @@ -362,5 +362,5 @@ Resources
>      http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
>  [2] newlib package (experimental), with initrd example
>      http://sources.redhat.com/newlib/
> -[3] Brouwer, Andries; "util-linux: Miscellaneous utilities for Linux"
> -    ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/
> +[3] util-linux: Miscellaneous utilities for Linux
> +    http://www.kernel.org/pub/linux/utils/util-linux/

Signed-off-by Rob Landley <rob@landley.net>

I'm tracking this and will put it in the stack I forward to Jiri this
evening.

Thanks,

Rob
-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation.  Pick one.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/initrd.txt: Change the location of util-linux
  2012-04-16 19:39 ` Rob Landley
@ 2012-04-16 19:50   ` Marcos Souza
  0 siblings, 0 replies; 3+ messages in thread
From: Marcos Souza @ 2012-04-16 19:50 UTC (permalink / raw)
  To: Rob Landley; +Cc: rdunlap, linux-doc, linux-kernel

Em 16 de abril de 2012 16:39, Rob Landley <rob@landley.net> escreveu:
>
> On 04/11/2012 10:14 PM, Marcos Paulo de Souza wrote:
> > The address of util-linux seems deprecated. The new util-linux location is
> > in the kernel.org. So, change this for the correct address.
> >
> > Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> > ---
> >  Documentation/initrd.txt |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt
> > index 1ba84f3..3d8bc62 100644
> > --- a/Documentation/initrd.txt
> > +++ b/Documentation/initrd.txt
> > @@ -362,5 +362,5 @@ Resources
> >      http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
> >  [2] newlib package (experimental), with initrd example
> >      http://sources.redhat.com/newlib/
> > -[3] Brouwer, Andries; "util-linux: Miscellaneous utilities for Linux"
> > -    ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/
> > +[3] util-linux: Miscellaneous utilities for Linux
> > +    http://www.kernel.org/pub/linux/utils/util-linux/
>
> Signed-off-by Rob Landley <rob@landley.net>
>
> I'm tracking this and will put it in the stack I forward to Jiri this
> evening.
>

Thanks for this Rob!

>
> Thanks,
>
> Rob
> --
> GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
> Either it's "mere aggregation", or a license violation.  Pick one.




--
Att,

Marcos Paulo de Souza
Acadêmico de Ciencia da Computação - FURB - SC
"Uma vida sem desafios é uma vida sem razão"
"A life without challenges, is a non reason life"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-16 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12  3:14 [PATCH] Documentation/initrd.txt: Change the location of util-linux Marcos Paulo de Souza
2012-04-16 19:39 ` Rob Landley
2012-04-16 19:50   ` Marcos Souza

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.