diff options
author | Olivier Blin <blino@mageia.org> | 2011-03-15 13:22:03 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-03-15 13:22:03 +0000 |
commit | db42263a26f59222cdb75e310bd83247f00fd59f (patch) | |
tree | 903fbe2631901c3147ff5616a5d132cc38943af2 /perl-install | |
parent | 66652a5f27e8755204ab3d9cf2ffa2e4ab0f8aba (diff) | |
download | drakx-db42263a26f59222cdb75e310bd83247f00fd59f.tar drakx-db42263a26f59222cdb75e310bd83247f00fd59f.tar.gz drakx-db42263a26f59222cdb75e310bd83247f00fd59f.tar.bz2 drakx-db42263a26f59222cdb75e310bd83247f00fd59f.tar.xz drakx-db42263a26f59222cdb75e310bd83247f00fd59f.zip |
finish-install: touch reload-dm lock file (used in live systems to restart gdm with new defaults )
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rwxr-xr-x | perl-install/standalone/finish-install.xsetup | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index a96eec7b6..da2ed7168 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- finish-install: touch reload-dm lock file + (used in live systems to restart gdm with new defaults ) + Version 13.43 - Change text to grey diff --git a/perl-install/standalone/finish-install.xsetup b/perl-install/standalone/finish-install.xsetup index 3eaf1349c..aebe4db28 100755 --- a/perl-install/standalone/finish-install.xsetup +++ b/perl-install/standalone/finish-install.xsetup @@ -13,5 +13,7 @@ if [ -f /etc/sysconfig/finish-install -a -x /usr/sbin/finish-install ]; then . /etc/profile.d/10mageia-release.sh xsetroot -cursor_name left_ptr /usr/sbin/finish-install + # used in live systems, so that dm gets restarted with the new defaults + touch /var/lock/reload-dm fi fi |