Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | another perl_checker optional parameter compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -38/+40 |
| | |||||
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -1/+9 |
| | | | | | - use it when reading existing fstab (to get for example devfs mount) | ||||
* | thx rekcehc_lrep | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -10/+10 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | - more precise message when formatting / fsck'ing / mounting partitions | Pascal Rigaux | 2003-02-10 | 1 | -12/+19 |
| | | | | | - hide passwords (for smb) | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -5/+6 |
| | | | | "every", "partition" | ||||
* | (mount): do not fsck.ext2 when mounting readonly | Pascal Rigaux | 2003-01-06 | 1 | -9/+13 |
| | |||||
* | (add_options): drop (unused, use mount_options_unpack + mount_options_pack ↵ | Pascal Rigaux | 2002-12-13 | 1 | -19/+0 |
| | | | | | | | instead) (mount_all): drop (unused, use formatMount_all instead) | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | one need run_program::raw() to use options | Pascal Rigaux | 2002-12-03 | 1 | -8/+8 |
| | |||||
* | formatting timeout is now 1 hour | Pascal Rigaux | 2002-12-02 | 1 | -8/+8 |
| | |||||
* | remove the duplicate mke2fs (fixes buggy 1.225 change) | Pascal Rigaux | 2002-12-02 | 1 | -1/+0 |
| | |||||
* | use append_to_file() | Pascal Rigaux | 2002-12-02 | 1 | -3/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | (format_ext2): better error message when it is called from format_ext3 | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | | | | | (thanks to Brian Murrell) | ||||
* | drop "notail" when filesystem is not reiserfs | Pascal Rigaux | 2002-09-30 | 1 | -0/+2 |
| | |||||
* | - have ntfs "ro" by default | Pascal Rigaux | 2002-09-10 | 1 | -2/+3 |
| | | | | | - "umask=0" is a special option for ntfs | ||||
* | set umask=0 for ntfs partitions (currently only used when user sets the ↵ | Pascal Rigaux | 2002-09-05 | 1 | -1/+1 |
| | | | | | | | mount point to a ntfs partition) (suggested in bug #189) | ||||
* | revert add2hash_ username=% to add2hash (it breaks diskdrake --smb not | Pascal Rigaux | 2002-09-04 | 1 | -1/+1 |
| | | | | | | defaulting to username=%, and i can't find out what was wrong in auto_install's manualFstab) | ||||
* | handle no options in fs::mount (is it really needed?... it should not!) | Pascal Rigaux | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | use add2hash_ for setting "username=%" otherwise it causes havoc in ↵ | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | auto_install's manualFstab | ||||
* | - read_fstab, write_fstab: add the possibility to not change credentials | Pascal Rigaux | 2002-08-28 | 1 | -17/+12 |
| | | | | | - use detect_devices::removables() | ||||
* | remove deprecated comment (supermount *does* handle auto type nowadays) | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | (set_default_options): use $is_removable to know if it is removable instead of | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | | | testing the presence of $part->{rootDevice} (this must be old code predating the avaibility of $is_removable) | ||||
* | create detect_devices::suggest_mount_point and use it instead of doing it in ↵ | Pascal Rigaux | 2002-08-28 | 1 | -15/+4 |
| | | | | fs::set_removable_mntpoints | ||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -2/+2 |
| | |||||
* | use new function part2device() to have the file from {device} (fixes ↵ | Pascal Rigaux | 2002-08-28 | 1 | -8/+14 |
| | | | | mounting of ntfs in standalone) | ||||
* | default option username=% for smb | Pascal Rigaux | 2002-08-28 | 1 | -0/+3 |
| | |||||
* | (prepare_write_fstab): use mkdir_p instead of mkdir to handle mount points ↵ | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
| | | | | like /mnt/foo/bar (bug reported by David Eastcott) | ||||
* | fix checking the return value of fsck.jfs | Pascal Rigaux | 2002-08-19 | 1 | -1/+4 |
| | |||||
* | backend davfs (WebDAV) support | Pascal Rigaux | 2002-08-13 | 1 | -2/+5 |
| | |||||
* | (prepare_write_fstab): no need to read the fstab once again before writing ↵ | Pascal Rigaux | 2002-08-11 | 1 | -12/+2 |
| | | | | since reading takes care of everything, including unknown entries (which go to {special}). This fixes a bug when removing existing partition with associated mount point. It used to keep the entry in fstab, which is wrong (as reported by andré <naderrt@wanadoo.fr>) | ||||
* | make sure fsck is called for ext3 partition (due to possible kernel panic on | Francois Pons | 2002-08-08 | 1 | -8/+3 |
| | | | | | | corrupted ext3 partition, even after mounting ext3, umounting and remounting ext2). | ||||
* | "LABEL=xxx" in fstab handling | Pascal Rigaux | 2002-08-07 | 1 | -4/+12 |
| | |||||
* | - call fsck.jfs before mounting read-write (otherwise mount simply fails) | Pascal Rigaux | 2002-07-30 | 1 | -5/+15 |
| | | | | | - propose fsck -y for ext2 when fsck -a fails | ||||
* | fix mke2fs on loopback | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
| | |||||
* | - use $::prefix for reading/writing (it was missing for writing) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | | | | | | - use output_p so that /etc/samba directory is created if needed (fix bug reported by David Eastcott) | ||||
* | noreturn is now exported, no need to MDK::Common::Various::noreturn() | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...) | Pascal Rigaux | 2002-07-07 | 1 | -3/+3 |
| | |||||
* | supermount now handles fs=auto, using it :) | Pascal Rigaux | 2002-07-06 | 1 | -6/+0 |
| | |||||
* | when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) | Pascal Rigaux | 2002-07-06 | 1 | -10/+8 |
| | | | | | => this allows to force the type&options in manualFstab | ||||
* | (prepare_write_fstab): for supermount, have "none" as the device (cleaner, and | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
| | | | | | more coherent with the "supermount" script (tx to FredC)) | ||||
* | (merge_info_from_fstab): try to keep options from merged fstab IF the entry ↵ | Pascal Rigaux | 2002-07-05 | 1 | -1/+10 |
| | | | | is for the same mountpoint AND the same device | ||||
* | handle comments in fstab | Pascal Rigaux | 2002-07-05 | 1 | -5/+25 |
| | |||||
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 1 | -6/+45 |
| | | | | | | | | | | - 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 :-( |