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

« back to all changes in this revision

Viewing changes to debian/local/Xreset

  • 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:
1
1
#!/bin/sh
2
2
#
3
 
# $Id: Xreset 189 2005-06-11 00:04:27Z branden $
4
 
#
5
3
# This script is run as root after the user's X session ends.
6
4
 
7
 
PATH="$PATH:/usr/bin/X11"
 
5
# Use common Xreset framework if it exist
 
6
if [ -x /etc/X11/Xreset ] ; then
 
7
    /etc/X11/Xreset
 
8
fi
8
9
 
9
10
# Remove the utmp entry for the session.
10
11
if grep -qs '^use-sessreg' /etc/X11/xdm/xdm.options \