~ubuntu-branches/ubuntu/trusty/xdm/trusty

« back to all changes in this revision

Viewing changes to config/Xaccess

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2011-12-09 03:00:26 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111209030026-baa9vul2hhtujjxh
Tags: 1:1.1.11-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{rules, xdm.install, local/ubuntu*}:
    + Add Ubuntu graphics and configure xdm to use them by default.
  - debian/patches/ubuntu_no_whiteglass.diff: Don't hardcode
    the default Xcursor theme to whiteglass. Use the Ubuntu
    default x-cursor-theme instead.

* Drop debian/patches/ftbfs_binutils-gold.diff: Fixed upstream
* Change Vcs-* to XS-Debian-Vcs-*
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# The fourth form is similar to the third, except instead of using the
35
35
# broadcast address, it sends DirectQuerys to each of the hosts in the list
36
36
# The fifth form tells xdm which addresses to listen for incoming connections
37
 
# on.  If present, xdm will only listen for connections on the specified 
 
37
# on.  If present, xdm will only listen for connections on the specified
38
38
# interfaces and/or multicast groups.
39
39
#
40
40
# In all cases, xdm uses the first entry which matches the terminal;
84
84
# all unicast interfaces, but not for multicast packets.  If any LISTEN lines
85
85
# are specified, then only the listed interfaces will be listened on.
86
86
#
87
 
# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned 
 
87
# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned
88
88
# multicast addresses for XDMCP, where X in the prefix may be replaced
89
89
# by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local,
90
90
# 5 for Site-Local, and so on.  The default is equivalent to the example shown