source: trunk/debathena/config/gdm-config/debian/PreSession/Default.debathena @ 24024

Revision 24024, 342 bytes checked in by broder, 15 years ago (diff)
Use /usr/share/debathena-gdm-config/{Pre,Post}Session.d instead of /etc/gdm, to avoid potential conflicts with upstream.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# This script runs as root at the beginning of a gdm login session.
4# gdm blocks until it finishes.
5
6PATH=/sbin:/bin:/usr/sbin:/usr/bin
7
8for i in `run-parts --list /usr/share/debathena-gdm-config/PreSession.d`; do . "$i"; done
9
10# Chain over to the native pre-session default script.
11exec /etc/gdm/PreSession/Default.debathena-orig
Note: See TracBrowser for help on using the repository browser.