| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replace trigger by format test for hw config file conversion | Thierry Vignaud | 2002-07-29 | 1 | -2/+3 |
| | | |||||
| * | fix partition wizard choice updating after calling diskdrake | Pascal Rigaux | 2002-07-29 | 1 | -14/+13 |
| | | |||||
| * | ensure choosing install-or-upgrade can't be done twice | Pascal Rigaux | 2002-07-29 | 3 | -11/+10 |
| | | | | | | (since it's badly handled and hard to handle nicely) | ||||
| * | remove "Requires: groff" (nobody know why it's there) (Pixel) | Pascal Rigaux | 2002-07-29 | 1 | -2/+5 |
| | | |||||
| * | restore xdm choice previous behaviour (auto_install) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Pascal Rigaux | 2002-07-29 | 1 | -0/+0 |
| | | |||||
| * | - use $::prefix for reading/writing (it was missing for writing) | Pascal Rigaux | 2002-07-29 | 2 | -4/+4 |
| | | | | | | | - use output_p so that /etc/samba directory is created if needed (fix bug reported by David Eastcott) | ||||
| * | xpcd is still there (deush) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | | |||||
| * | - remove deprecated packages | Pascal Rigaux | 2002-07-29 | 1 | -29/+17 |
| | | | | | | - adapt some to their names | ||||
| * | use aliases for stage1 params to reduce kernel msg | Guillaume Cottenceau | 2002-07-29 | 1 | -1/+6 |
| | | |||||
| * | CardsNames is not needed anymore | Pascal Rigaux | 2002-07-28 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Pascal Rigaux | 2002-07-28 | 1 | -0/+156 |
| | | |||||
| * | - make the gtk resolution chooser work | Pascal Rigaux | 2002-07-28 | 1 | -8/+109 |
| | | | | | | - dropped the differenciation between embedded or not | ||||
| * | fix displaying info about current configuration | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | | |||||
| * | make perl_checker happy | Pascal Rigaux | 2002-07-28 | 1 | -1/+2 |
| | | |||||
| * | rahh, don't commit my test code! | Pascal Rigaux | 2002-07-28 | 1 | -2/+2 |
| | | |||||
| * | thou hast served well, you may now lie in peace | Pascal Rigaux | 2002-07-28 | 3 | -2102/+0 |
| | | |||||
| * | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 15 | -56/+1991 |
| | | |||||
| * | adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 3 | -8/+8 |
| | | |||||
| * | wacom is now inside $mouse | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | | |||||
| * | - adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 1 | -28/+74 |
| | | | | | | - try out the new "XFdrake resolution" and "XFdrake monitor" that'll get into DrakConf soon | ||||
| * | (detect): return wacom inside $mouse | Pascal Rigaux | 2002-07-28 | 1 | -17/+22 |
| | | | | | | | (mouseconfig): reduce the number of "Use of undefined value" (set_xfree_conf): created | ||||
| * | fix "nicer error message when {val} is not set for ask_from & list" in case ↵ | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | | | | | of a reference to a reference (ref is REF instead of SCALAR) | ||||
| * | (configureX): adapt to new Xconfig | Pascal Rigaux | 2002-07-28 | 1 | -13/+3 |
| | | |||||
| * | (configureX, configureXBefore, configureXAfter): greatly simplified using ↵ | Pascal Rigaux | 2002-07-28 | 1 | -26/+7 |
| | | | | | new Xconfig stuff | ||||
| * | (g_auto_install): no need to handle $o->{X} as a special case, it's already ↵ | Pascal Rigaux | 2002-07-28 | 1 | -10/+1 |
| | | | | | done by Xconfig::main::export_to_install_X | ||||
| * | (availableRamMB): use a precise constraint on 'Card:Intel 810' instead of a ↵ | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | | | | | regexp | ||||
| * | (running_window_manager): return the pids found if wanted | Pascal Rigaux | 2002-07-28 | 1 | -2/+5 |
| | | | | | | (ddcxinfos): ensure no probe is done when $::noauto | ||||
| * | Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵ | Stew Benedict | 2002-07-28 | 1 | -4106/+2748 |
| | | | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query. | ||||
| * | Check for/install terminal-server and friends. More intelligent error ↵ | Stew Benedict | 2002-07-28 | 1 | -19/+33 |
| | | | | | | | | message when mkisofs fails. Cleanup code for use strict. Fix crash when no backup dhcpd.conf. | ||||
| * | use add_probeall for scsi_hostadapter, not add_alias (may fix a bug reported ↵ | Pascal Rigaux | 2002-07-27 | 1 | -2/+2 |
| | | | | | by Jure Repinc) | ||||
| * | (add_probeall): use "uniq" to have modules only once in ddebug.log (a "uniq" | Pascal Rigaux | 2002-07-27 | 1 | -1/+1 |
| | | | | | | was already in modules.conf so it doesn't change the result) | ||||
| * | Completed implementation of the support for HPOJ 0.9: Automatic photo card ↵ | Till Kamppeter | 2002-07-27 | 2 | -80/+206 |
| | | | | | reader configuration, bugfixes. | ||||
| * | use run_program::rooted_get_stdout | Pascal Rigaux | 2002-07-26 | 1 | -1/+1 |
| | | |||||
| * | - fix dying when mkinitrd doesn't create an initrd | Pascal Rigaux | 2002-07-26 | 1 | -10/+15 |
| | | | | | | - cleanup | ||||
| * | use run_program::rooted_get_stdout instead of `chroot $prefix ...` | Pascal Rigaux | 2002-07-26 | 3 | -5/+5 |
| | | |||||
| * | (rooted_get_stdout): handle one line return using wantarray | Pascal Rigaux | 2002-07-26 | 1 | -1/+1 |
| | | |||||
| * | - also give the ability to redirect to an array ref | Pascal Rigaux | 2002-07-26 | 1 | -2/+17 |
| | | | | | | - add rooted_get_stdout which is alike `` | ||||
| * | cleanup launching qiv (using run_program) | Pascal Rigaux | 2002-07-26 | 1 | -2/+4 |
| | | |||||
| * | add 2 functionalities to run_program: | Pascal Rigaux | 2002-07-26 | 1 | -12/+28 |
| | | | | | | | | | | | - run_program::run(prog, '>', 'STDOUT', ...) run_program::run(prog, '2>', 'STDERR, ...) which will run with verbatim stdout or stderr - run_program::run(prog, '>', \$s, ...) run_program::run(prog, '2>', \$s, ...) which will return the stdout (resp. stderr) of the program in $s | ||||
| * | - s/channel/Channel/ | Thierry Vignaud | 2002-07-26 | 1 | -0/+0 |
| | | | | | | | | - bus_id is for usb devices too - remove obsolete fields info and name - add nbuttons, device, old_device descriptions | ||||
| * | changed _("") -> "" empty strings must not be translated | Pablo Saratxaga | 2002-07-26 | 1 | -0/+0 |
| | | |||||
| * | - add browser list in case BROWSER env var isn't set | Daouda Lo | 2002-07-26 | 1 | -2/+7 |
| | | |||||
| * | - more consistency when back button hit in wizard mode | Daouda Lo | 2002-07-26 | 1 | -2/+9 |
| | | | | | | - back button at last stage. | ||||
| * | 13mdk | Thierry Vignaud | 2002-07-26 | 1 | -3/+6 |
| | | |||||
| * | dadou said "no expert mode" | Thierry Vignaud | 2002-07-26 | 1 | -8/+15 |
| | | |||||
| * | remove traceroute (c naze dixit gc) | Pascal Rigaux | 2002-07-26 | 1 | -2/+0 |
| | | |||||
| * | hy is now using UTF8 locales | Pascal Rigaux | 2002-07-26 | 2 | -3/+3 |
| | | |||||
| * | - usage of attribute unused (has not been rebuilt since -W? ;p) | Guillaume Cottenceau | 2002-07-26 | 1 | -1/+5 |
| | | | | | | | - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-(( | ||||
| * | ensure rescue is built and uploaded | Pascal Rigaux | 2002-07-26 | 2 | -2/+5 |
| | | |||||
