diff options
author | Andreas Hasenack <andreas@mandriva.com> | 2008-01-10 17:13:36 +0000 |
---|---|---|
committer | Andreas Hasenack <andreas@mandriva.com> | 2008-01-10 17:13:36 +0000 |
commit | c03239aade749b43754203b1624c8c0e8e272a22 (patch) | |
tree | 11465267696f47fb2ae3ad4638e34b82368700b1 | |
parent | 16dccaa55991d381d4e577789d94c949ba7b4d37 (diff) | |
download | msec-c03239aade749b43754203b1624c8c0e8e272a22.tar msec-c03239aade749b43754203b1624c8c0e8e272a22.tar.gz msec-c03239aade749b43754203b1624c8c0e8e272a22.tar.bz2 msec-c03239aade749b43754203b1624c8c0e8e272a22.tar.xz msec-c03239aade749b43754203b1624c8c0e8e272a22.zip |
- gdm.conf is now called custom.conf
-rw-r--r-- | share/libmsec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/libmsec.py b/share/libmsec.py index 3174108..2ef2e3c 100644 --- a/share/libmsec.py +++ b/share/libmsec.py @@ -43,7 +43,7 @@ CRON = '/etc/cron.d/msec' CRONALLOW = '/etc/cron.allow' FSTAB = '/etc/fstab' GDM = '/etc/pam.d/gdm' -GDMCONF = '/etc/X11/gdm/gdm.conf' +GDMCONF = '/etc/X11/gdm/custom.conf' HALT = '/usr/bin/halt' HOSTCONF = '/etc/host.conf' HOSTSDENY = '/etc/hosts.deny' |