Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add gnupg in "4 SYSTEM", so that rpm do not *Require* gnupg, only suggest it ↵ | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
| | | | | very strongly :) | ||||
* | - add preliminary harddrake support | Thierry Vignaud | 2002-07-05 | 1 | -18/+55 |
| | | | | | | | - clean %post - bump version number | ||||
* | don't use sed when not needed | Thierry Vignaud | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | - handle /lib/i686 case | Francois Pons | 2002-07-05 | 1 | -2/+2 |
| | | | | | - replace Mandrake/RPMS with Mandrake/RPMS* | ||||
* | when building the tar for drakxtools, handle specially list_modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-04 | 1 | -0/+335 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 13 | -50/+37 |
| | |||||
* | create symlink list_modules.pm in current directory for testing purpose | Pascal Rigaux | 2002-07-04 | 1 | -0/+6 |
| | |||||
* | reworked & cleaned the kernel modules part | Pascal Rigaux | 2002-07-04 | 1 | -71/+74 |
| | | | | | | | | - adapt to new modules.pm - adapt to new modparm.pm - renamed setup_thiskind to load_category - renamed setup_thiskind_backend to load_category_no_message | ||||
* | adapt to new ldetect | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | |||||
* | reworked, cleaned: | Pascal Rigaux | 2002-07-04 | 1 | -700/+224 |
| | | | | | | | | | | | | | - the list of modules is moved to kernel/list_modules.pm (and a few functions too) - new "add_probeall" function (similar to "add_alias") -> used for scsi_hostadapter and usb-interface - "load_multi" removed in favour of "load" which is now more powerful - load_thiskind renamed load_category - get_that_type renamed probe_category - %modules::drivers dropped (handled for list_modules) still more cleanup to come | ||||
* | rework, cleanup, simplify and make it work | Pascal Rigaux | 2002-07-04 | 1 | -35/+55 |
| | |||||
* | make the "clean" rule less verbose | Pascal Rigaux | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | adapt to the move all.modules -> kernel/all.modules and all.kernels -> ↵ | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | | | | kernel/all.kernels | ||||
* | get rid of 'use vars' | Thierry Vignaud | 2002-07-04 | 1 | -3/+1 |
| | |||||
* | remove wait_message hack for printerdraker, better use class_discard | Thierry Vignaud | 2002-07-04 | 1 | -3/+2 |
| | |||||
* | add harddrake2 todo list | Thierry Vignaud | 2002-07-04 | 1 | -0/+162 |
| | |||||
* | don't stack signals on config buttons | Thierry Vignaud | 2002-07-04 | 1 | -0/+0 |
| | |||||
* | Fix GNOME2 packages | Frederic Crozat | 2002-07-04 | 1 | -14/+12 |
| | | | | | Install urw-fonts when installing XFree | ||||
* | - remove no more used @pid_launched | Thierry Vignaud | 2002-07-04 | 1 | -0/+0 |
| | | | | | | | - better GUI reactivity: don't wait for config tool to complete, just "fork and forget" [(c) us air force] and refuse to run another config tool until the first one to complete | ||||
* | print "Running $configurator ..." in status bar while running a config | Thierry Vignaud | 2002-07-04 | 1 | -0/+0 |
| | | | | | tool | ||||
* | - POSIX is needed for POSIX::wait | Thierry Vignaud | 2002-07-04 | 1 | -0/+0 |
| | | | | | | | | | | | | - move strict and standalone require at top - c is unused - comment exceptions in devices loop (ie skip classes without any devices or any detector - optimize away $pid | ||||
* | fix move from harddrake.pm to harddrake/data.pm: | Thierry Vignaud | 2002-07-04 | 1 | -0/+0 |
| | | | | | | | - menu does appear - information fields are translated from raw to english again | ||||
* | harddrake2: "the return of the vengeance son" | Thierry Vignaud | 2002-07-04 | 4 | -0/+180 |
| | | | | | | | | | | | - harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied | ||||
* | removed since unused | Pascal Rigaux | 2002-07-04 | 2 | -28/+0 |
| | |||||
* | - don't display clear password | Daouda Lo | 2002-07-04 | 1 | -2/+4 |
| | |||||
* | Changed some languages to defautl to utf-8 | Pablo Saratxaga | 2002-07-04 | 1 | -37/+21 |
| | | | | | removed X11_NOT_LOCALIZED (now Gnome2 fully supports right-to-left languages) | ||||
* | add tapes() for harddrake2 | Thierry Vignaud | 2002-07-04 | 1 | -0/+1 |
| | |||||
* | try harder to find the full list of servers available, using "smbclient -L" to | Pascal Rigaux | 2002-07-02 | 1 | -14/+36 |
| | | | | | check the workgroup masters | ||||
* | - fill a combo by default : | Daouda Lo | 2002-07-02 | 1 | -1/+7 |
| | | | | | gtkcombo_setpopdown_strings($combo_widget,@strings) | ||||
* | - TODO: Update ia64 check with /proc/pal/cpuX ? | Gwenolé Beauchesne | 2002-07-02 | 1 | -3/+6 |
| | | | | | | - TODO: Update x86_64 check when SMP machines are actually available - Conditionalize compilation of main() with TEST macro | ||||
* | (raw_hd_mount_point): nicer default mount point | Pascal Rigaux | 2002-07-01 | 1 | -1/+3 |
| | |||||
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 4 | -15/+141 |
| | | | | | | | | | | - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( | ||||
* | handle spaces in mount points and devices (using \040) | Pascal Rigaux | 2002-06-28 | 1 | -0/+6 |
| | |||||
* | Add drakTermServ application and icon. | Stew Benedict | 2002-06-27 | 2 | -0/+1288 |
| | |||||
* | ensure licence step is asked in any case (ie. even when selectLanguage is ↵ | Pascal Rigaux | 2002-06-26 | 3 | -0/+7 |
| | | | | automatic) | ||||
* | "my" variables where needed | Pascal Rigaux | 2002-06-26 | 1 | -0/+3 |
| | |||||
* | mounting of ntfs after install really mount the partition (thanks to Buchan ↵ | Pascal Rigaux | 2002-06-19 | 1 | -1/+1 |
| | | | | Milne) | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | use "wide links = no" for exporting via samba (thanks to Jan Schäfer) | Pascal Rigaux | 2002-06-19 | 1 | -1/+2 |
| | |||||
* | added patch-oem.pl file used to generate HP Mandrake Linux 8.2. | Francois Pons | 2002-06-19 | 1 | -0/+323 |
| | |||||
* | remove a few drivers so that hd.img and network.img are possible with latest ↵ | Guillaume Cottenceau | 2002-06-19 | 1 | -3/+3 |
| | | | | BOOT kernel | ||||
* | corrected rules to make distributable rpms. | Frederic Lepied | 2002-06-19 | 1 | -13/+16 |
| | |||||
* | added targets to build test and distribution rpms and srpms (localrpm, | Frederic Lepied | 2002-06-18 | 1 | -7/+49 |
| | | | | | localsrpm, rpm, srpm). | ||||
* | ripped from the srpm | Frederic Lepied | 2002-06-18 | 4 | -0/+1208 |
| | |||||
* | manage security subdir. | Frederic Lepied | 2002-06-18 | 1 | -1/+3 |
| | |||||
* | added security to the installed directories | Frederic Lepied | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | - add gtkset_text, gtkprepend_text, gtkappend_text for entry widgets | Daouda Lo | 2002-06-18 | 1 | -1/+19 |
| | |||||
* | draksec: customize entries for each options (lists, checkboxes and text boxes) | Christian Belisle | 2002-06-17 | 1 | -1/+2 |
| | |||||
* | - Customize entries for each options (checkboxes, text boxes and lists) | Christian Belisle | 2002-06-17 | 1 | -46/+89 |
| |