diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-15 20:53:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-15 20:53:46 +0000 |
commit | e2b9e6a531074d39884bbfb9fceea5452477e6e1 (patch) | |
tree | 93d4e50881a61fc7863419ba72c5fb77a21c7f43 /app/xdm/config/Xaccess | |
parent | 94d97c4f735232b43d7c8cb8fb1b1262e25850a0 (diff) |
Update to xdm 1.1.11 plus a few patches from git master.
patched to restore static greeter.
Tested by shadchin@, jasper@
Diffstat (limited to 'app/xdm/config/Xaccess')
-rw-r--r-- | app/xdm/config/Xaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdm/config/Xaccess b/app/xdm/config/Xaccess index 998e906ce..c843888f1 100644 --- a/app/xdm/config/Xaccess +++ b/app/xdm/config/Xaccess @@ -34,7 +34,7 @@ # The fourth form is similar to the third, except instead of using the # broadcast address, it sends DirectQuerys to each of the hosts in the list # The fifth form tells xdm which addresses to listen for incoming connections -# on. If present, xdm will only listen for connections on the specified +# on. If present, xdm will only listen for connections on the specified # interfaces and/or multicast groups. # # In all cases, xdm uses the first entry which matches the terminal; @@ -84,7 +84,7 @@ # all unicast interfaces, but not for multicast packets. If any LISTEN lines # are specified, then only the listed interfaces will be listened on. # -# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned +# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned # multicast addresses for XDMCP, where X in the prefix may be replaced # by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local, # 5 for Site-Local, and so on. The default is equivalent to the example shown |