summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-11 12:44:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-11 12:44:05 +0000
commit3e86a59b29f2504e5fb8da1ded60659032872d19 (patch)
tree0e81e8dd1d231e8b31080e9a35ad48b4def4d3ea
parent62dde243771932d32d3a67e023fb9352eed71337 (diff)
downloaddrakx-backup-do-not-use-3e86a59b29f2504e5fb8da1ded60659032872d19.tar
drakx-backup-do-not-use-3e86a59b29f2504e5fb8da1ded60659032872d19.tar.gz
drakx-backup-do-not-use-3e86a59b29f2504e5fb8da1ded60659032872d19.tar.bz2
drakx-backup-do-not-use-3e86a59b29f2504e5fb8da1ded60659032872d19.tar.xz
drakx-backup-do-not-use-3e86a59b29f2504e5fb8da1ded60659032872d19.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index a30e06ef8..7707c8075 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,5 +1,48 @@
2001/01/11 Pixel <pixel@mandrakesoft.com>
+ * interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when
+ icon is missing for iconlist
+ (ask_from_entries_refW): handle "canceled" callback. Permits to overrule
+ the cancel.
+
+ * install_steps.pm (configureX): call directly $o->pkg_install, no need to
+ add 'XFree86-' at
+ the beginning
+ (addUser): use any::write_passwd_user
+ (setRootPassword): use any::write_passwd_user
+ (configureX): fix bad $install given to Xconfigurator::main
+
+ * any.pm (write_passwd_user): add or update an entry in /etc/passwd
+ (ask_users): created, interactively ask users to add (used in
+ adduserdrake
+ and install)
+ (allocUsers, addUsers): changed the prototype
+ (setupBootloader): grep out fat partitions for the "Boot device"
+ propositions (people are too stupid)
+
+ * my_gtk.pm (main): third argument is a function to call before leaving in
+ case of
+ "cancel" clicked.
+
+ * install_any.pm (g_auto_install): deep copy of $o->{users} because we're
+ modifying it
+
+ * install_steps_interactive.pm (addUser): use any::ask_users
+
+ * standalone/adduserdrake: use any::ask_users
+
+ * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in
+ install2::main)
+
+ * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos
+ here
+
+ * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled"
+ callback defaults
+ to "sub { 0 }"
+
+2001/01/11 Pixel <pixel@mandrakesoft.com>
+
* Xconfigurator.pm (autologin): moved to package any
* interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when