diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-29 17:14:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-29 17:14:03 +0000 |
commit | 6e9a6753e516d8c9329bc63d39a1d89b7c58f111 (patch) | |
tree | 390e3aa7c151897b078462223ed20d3b7a7549ca /perl-install/standalone/notify-x11-free-driver-switch.xsetup | |
parent | ecb7350fb94a6386abb4975ed8e6d55805a27920 (diff) | |
download | drakx-6e9a6753e516d8c9329bc63d39a1d89b7c58f111.tar drakx-6e9a6753e516d8c9329bc63d39a1d89b7c58f111.tar.gz drakx-6e9a6753e516d8c9329bc63d39a1d89b7c58f111.tar.bz2 drakx-6e9a6753e516d8c9329bc63d39a1d89b7c58f111.tar.xz drakx-6e9a6753e516d8c9329bc63d39a1d89b7c58f111.zip |
(schedule_warn_about_switch,notify-x11-free-driver-switch) explain why
xorg driver was reconfigured
Diffstat (limited to 'perl-install/standalone/notify-x11-free-driver-switch.xsetup')
-rwxr-xr-x | perl-install/standalone/notify-x11-free-driver-switch.xsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/notify-x11-free-driver-switch.xsetup b/perl-install/standalone/notify-x11-free-driver-switch.xsetup index b3a1d562d..9c6464242 100755 --- a/perl-install/standalone/notify-x11-free-driver-switch.xsetup +++ b/perl-install/standalone/notify-x11-free-driver-switch.xsetup @@ -2,7 +2,7 @@ # (c) 2005-2008 Mandriva SA # to be sourced -LOCK=/var/run/harddrake-notify-x11-free-driver-switch; +export LOCK=/var/run/harddrake-notify-x11-free-driver-switch; if [ -f $LOCK ]; then /usr/share/harddrake/notify-x11-free-driver-switch rm -f $LOCK; |