From 4eb2256b01ff3e0b17dfcbaff3d1a85a739c7b6f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 1 Dec 2012 18:26:21 -0600 Subject: The open group changed their website stupidly, so opengroup.org/onlinepubs forwards to a dead server and you have to use pubs.opengroup.org/onlinepubs now. Change the hello template to note the new location. (Waiting to see if they fix it upstream before touching every command in toys/posix.) --- toys/other/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/other/hello.c b/toys/other/hello.c index aa256155..b0fc5381 100644 --- a/toys/other/hello.c +++ b/toys/other/hello.c @@ -2,7 +2,7 @@ * * Copyright 2012 Rob Landley * - * See http://opengroup.org/onlinepubs/9699919799/utilities/ + * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) -- cgit v1.2.3