6527729 Change xhost(1) man page to help with Secure by Default transition
authorRichard Lowe <richlowe@richlowe.net>
Wed, 21 Jul 2010 13:24:01 -0700
changeset 985 a6102f6ccba8
parent 984 6a947528aa47
child 986 4c9f2c882fac
6527729 Change xhost(1) man page to help with Secure by Default transition
open-src/app/xhost/Makefile
open-src/app/xhost/manual.patch
--- a/open-src/app/xhost/Makefile	Mon Jul 19 12:27:47 2010 -0700
+++ b/open-src/app/xhost/Makefile	Wed Jul 21 13:24:01 2010 -0700
@@ -40,7 +40,7 @@
 TARBALL_SHA1 = ebcdccdc908e642e527eebbde6ba8084d90c04f6
 
 # Patches to apply to source after unpacking, in order
-SOURCE_PATCHES = xhost.patch
+SOURCE_PATCHES = xhost.patch manual.patch
 
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=*.man
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/app/xhost/manual.patch	Wed Jul 21 13:24:01 2010 -0700
@@ -0,0 +1,22 @@
+--- xhost.man.orig	2007-04-11 17:51:16.000000000 -0400
++++ xhost.man	2010-07-21 00:31:38.057633427 -0400
+@@ -132,7 +132,8 @@
+ .SH FILES
+ /etc/X*.hosts
+ .SH "SEE ALSO"
+-X(__miscmansuffix__), Xsecurity(__miscmansuffix__), Xserver(1), xdm(1), xauth(1), getaddrinfo(3)
++X(__miscmansuffix__), Xsecurity(__miscmansuffix__), Xserver(1), xdm(1), 
++xauth(1), netservices(1), getaddrinfo(3)
+ .SH ENVIRONMENT
+ .TP 8
+ .B DISPLAY
+@@ -151,6 +152,9 @@
+ host's network address while the server is still running, and you are
+ using a network-address based form of authentication, \fIxhost\fP must
+ be used to add the new address and/or remove the old address.
++.SH WARNINGS
++Solaris is secure by default.  See Xserver(1) which details how to re-enable
++remote connections to the X server as in previous releases.
+ .SH AUTHORS
+ Bob Scheifler, MIT Laboratory for Computer Science,
+ .br