summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-0113-130/+13
| | | | | it is easily done in ugtk2.pm
* updateFunda Wang2004-06-301-1990/+1973
|
* when doing update_splash or remove_splash, call when_config_changed (mainly ↵Pascal Rigaux2004-06-301-0/+2
| | | | for lilo)
* use print + exit instead of diePascal Rigaux2004-06-301-1/+1
| | | | | (so that standalone tools don't need to do it by hand)
* for Active Directory, allow: Kerberos, SSL/TLS, simple and anonymousPascal Rigaux2004-06-301-3/+22
|
* try to display arrows closely to transmission valuesOlivier Blin2004-06-301-20/+19
|
* shut up "smbclient -L"Pascal Rigaux2004-06-301-1/+1
|
* create directories if needed for "READ" files of etcfilesPascal Rigaux2004-06-301-0/+1
|
* always draw an arrow next to transmitted amountOlivier Blin2004-06-301-7/+6
|
* always display a speed label for transmitted graphOlivier Blin2004-06-301-1/+1
|
* also add unisonPascal Rigaux2004-06-301-1/+1
|
* fix button layoutThierry Vignaud2004-06-301-4/+4
|
* set /var/log/clamav/freshclam.log owner to clamavPascal Rigaux2004-06-301-0/+2
|
* - install nxclient and clamavPascal Rigaux2004-06-301-1/+5
| | | | | - fix nxclient
* (build_it) add translator hintThierry Vignaud2004-06-301-1/+3
|
* fix build explanation (else make_live will horribly die due to missingThierry Vignaud2004-06-301-1/+1
| | | | | functions :-()
* allow the user to use different scales for received and transmittedOlivier Blin2004-06-301-2/+13
|
* prepare code to use distinct scales for received and transmittedOlivier Blin2004-06-301-40/+51
|
* update how to build instructionsThierry Vignaud2004-06-301-0/+3
|
* please perl_checkerPascal Rigaux2004-06-301-1/+1
|
* do not forget to update hdlistsThierry Vignaud2004-06-301-0/+1
|
* fix required packages listThierry Vignaud2004-06-301-2/+0
|
* remove most magic numbers, prefer usage of $width and $heightOlivier Blin2004-06-301-36/+43
|
* *** empty log message ***Pascal Rigaux2004-06-301-0/+1
|
* display a nicer error message when disk is not foundThierry Vignaud2004-06-301-0/+1
|
* updated Estonian and Uzbek filesPablo Saratxaga2004-06-293-6571/+6516
|
* use fsedit::is_same_hd in drakupdate_fstab and revert previous change in ↵Olivier Blin2004-06-292-3/+3
| | | | fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields)
* in is_same_hd(), both hds can have {device} unset, it doesn't mean they are ↵Pascal Rigaux2004-06-291-1/+1
| | | | the same
* properly handle "back" behavior in mirror list stepOlivier Blin2004-06-291-2/+2
|
* do not unset automatic if mirror list selection fails, we know it wasn't ↵Olivier Blin2004-06-291-3/+1
| | | | automatic at that point
* remove http proxy settings from interface structure, that was really dumbOlivier Blin2004-06-292-27/+12
|
* do not add default device in device hash, it will be filled with result from ↵Olivier Blin2004-06-291-1/+1
| | | | fs::subpart_from_wild_device_name
* always update $part{device} in fs::subpart_from_wild_device_name because ↵Olivier Blin2004-06-291-2/+2
| | | | /dev is stripped (fix #6982, #10175)
* allow to use a specific ACNAME for pppoe connectionsOlivier Blin2004-06-293-6/+13
|
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-293-3/+3
|
* - cleanup handle_etcfiles()Pascal Rigaux2004-06-292-11/+13
| | | | | | - /etc/security/fileshare.conf is on key to allow fileshare - remove unused files
* allow clamav to work and freshen it's databasePascal Rigaux2004-06-291-0/+3
| | | | | (although not saved on key)
* fix typoPascal Rigaux2004-06-291-1/+1
|
* fix umountingThierry Vignaud2004-06-291-0/+1
|
* - add bootloader-config (used by bootloader-utils and bootsplash scripts)Pascal Rigaux2004-06-291-4/+23
| | | | | | | | | | | | | | | | | | | | | | - drakboot (pixel): o major backend rewrite b/c of code sharing with new installkernel o when adding a new kernel, have a nicer new name for conflicting entry o when modifying kernel parameters in all entries, skip the "failsafe" entry (#10143) o when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries - drakconnect (Olivier Blin): o never disable "DHCP host name" entry box, it shouldn't be linked with "Assign host name from DHCP address" checkbox (#2759, #9981) o unblacklist sis900 since its link beat detection works with latest kernels - draksound: remove unneeded "above" lines in modules::write_conf (Olivier Blin) (#8288) - ugtk2 layer: catch missing wizard pixmap, otherwise we end up with unshown windows and error messages can't pop up (pixel) - don't require mkbootdisk
* add missing share/net_monitor.desktopPascal Rigaux2004-06-291-1/+1
|
* also set PHOTO (so we get gphoto)Pascal Rigaux2004-06-291-1/+1
|
* add bootloader-config (tested for adding and removing in simple cases)Pascal Rigaux2004-06-292-1/+121
|
* - mkinitrd() calls make-boot-splash after building the initrdPascal Rigaux2004-06-291-47/+121
| | | | | | | | | | | | | (since /sbin/mkinitrd doesn't do it anymore) - change mkinitrd() parameters - change add_kernel() parameters and add option b_no_initrd (it is available in installkernel though i suspect it is unused) - after reading config file, get {perImageAppend} and {default_vga} (it was only done for lilo and {perImageAppend}) - keep the current kernel for linux-nonfb too (it was only done for failsafe) - add create_link_source(), action(), when_config_changed_{lilo,grub,yaboot} - create write_yaboot()
* add "Getopt::Long" (used by bootloader-config)Pascal Rigaux2004-06-291-0/+1
|
* unselect uim since mdk10 package of uim IM break first time wizardThierry Vignaud2004-06-291-4/+10
| | | | | when selecting english
* perl_checker cleanupsThierry Vignaud2004-06-291-3/+3
|
* add rescue supportThierry Vignaud2004-06-291-10/+40
|
* make perl_checker a little more happyPascal Rigaux2004-06-281-1/+1
|
* after install, when modifying kernel parameters in all entries, skip the ↵Pascal Rigaux2004-06-281-1/+3
| | | | | | | "failsafe" entry (bugzilla #10143)