~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2011-01-30 00:53:09 UTC
  • mfrom: (9.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110130005309-30mjjyk7div7d494
Tags: 1:1.1.10-3ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #682196)
  - 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.
* debian/patches/ftbfs_binutils-gold.diff: Fix FTBFS with binutils-gold
  and ld --as-needed. (Closes: #556694)
* Dropped changes, no longer applicable:
  - debian/{xdm.postinst.in, xdm.postrm.in, xdm.preinst.in}

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Pixmap files:           $(libdir)/X11/xdm/pixmaps
7
7
Log files:              /var/log
8
8
Process id/lock files:  /var/run
 
9
xauth cookie files:     /var/lib/xdm
9
10
 
10
11
These may be overridden with the following options to configure:
11
12
Loadable modules:       --with-xdmlibdir
14
15
Pixmap files:           --with-xdmpixmapdir (or --with-xdmlibdir)
15
16
Log files:              --with-logdir
16
17
Process id/lock files:  --with-piddir
 
18
xauth cookie files:     --with-authdir
17
19
 
18
20
For instance, some packagers/sites may prefer:
19
 
        --with-xdmconfigdir=/etc/X11/xdm --with-xdmlibdir=$(prefix)/lib/xdm
 
21
        --with-xdmconfigdir=/etc/X11/xdm
 
22
        --with-xdmlibdir=$(prefix)/lib/xdm
20
23
        --with-xdmscriptdir=/etc/X11/xdm
21
24
 
 
25
        ----------------------------------------------------------------
 
26
 
 
27
All questions regarding this software should be directed at the
 
28
Xorg mailing list:
 
29
 
 
30
        http://lists.freedesktop.org/mailman/listinfo/xorg
 
31
 
 
32
Please submit bug reports to the Xorg bugzilla:
 
33
 
 
34
        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
 
35
 
 
36
The master development code repository can be found at:
 
37
 
 
38
        git://anongit.freedesktop.org/git/xorg/app/xdm
 
39
 
 
40
        http://cgit.freedesktop.org/xorg/app/xdm
 
41
 
 
42
For patch submission instructions, see:
 
43
 
 
44
        http://www.x.org/wiki/Development/Documentation/SubmittingPatches
 
45
 
 
46
For more information on the git code manager, see:
 
47
 
 
48
        http://wiki.x.org/wiki/GitPage
 
49