diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 12:20:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 12:20:15 +0000 |
commit | 8798aae6e68709ee2050d27478a4377e68c40deb (patch) | |
tree | 72ef7a0473de14764f709a8ce8cc8ab2838cfddd | |
parent | ffafdf736a732e4882465087a5539ebdbbf13b92 (diff) | |
download | drakx-8798aae6e68709ee2050d27478a4377e68c40deb.tar drakx-8798aae6e68709ee2050d27478a4377e68c40deb.tar.gz drakx-8798aae6e68709ee2050d27478a4377e68c40deb.tar.bz2 drakx-8798aae6e68709ee2050d27478a4377e68c40deb.tar.xz drakx-8798aae6e68709ee2050d27478a4377e68c40deb.zip |
log system config changes
-rw-r--r-- | perl-install/standalone/drakedm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 06de6b67d..064fffded 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -48,6 +48,7 @@ several different X sessions on your local machine at the same time.")), ) ) { $new_dm = { reverse %dm }->{$new_dm}; + log::explanations("modified file $cfg_file"); substInFile { s/^(DISPLAYMANAGER)=.*(\n|)//; s/^\n//g; |