svn commit: r210874 - head/usr.bin/csup

Joel Dahl joel at FreeBSD.org
Thu Aug 5 18:26:03 UTC 2010


Author: joel (doc committer)
Date: Thu Aug  5 18:26:03 2010
New Revision: 210874
URL: http://svn.freebsd.org/changeset/base/210874

Log:
  Don't point users at the old csup homepage.
  
  Approved by:	lulf

Modified:
  head/usr.bin/csup/csup.1
  head/usr.bin/csup/main.c

Modified: head/usr.bin/csup/csup.1
==============================================================================
--- head/usr.bin/csup/csup.1	Thu Aug  5 18:23:43 2010	(r210873)
+++ head/usr.bin/csup/csup.1	Thu Aug  5 18:26:03 2010	(r210874)
@@ -971,10 +971,6 @@ List files.
 .Xr cvs 1 ,
 .Xr rcsintro 1 ,
 .Xr ssh 1 .
-.Pp
-.Bd -literal
-http://mu.org/~mux/csup.html
-.Ed
 .Sh AUTHORS
 .An -nosplit
 .An Maxime Henrion Aq mux at FreeBSD.org

Modified: head/usr.bin/csup/main.c
==============================================================================
--- head/usr.bin/csup/main.c	Thu Aug  5 18:23:43 2010	(r210873)
+++ head/usr.bin/csup/main.c	Thu Aug  5 18:26:03 2010	(r210874)
@@ -265,7 +265,6 @@ main(int argc, char *argv[])
 			lprintf(0, "Software version: %s\n", PROTO_SWVER);
 			lprintf(0, "Protocol version: %d.%d\n",
 			    PROTO_MAJ, PROTO_MIN);
-			lprintf(0, "http://mu.org/~mux/csup.html\n");
 			return (0);
 			break;
 		case 'z':


More information about the svn-src-all mailing list