Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

submount-0.9-61.2 RPM for i586

From SuSE Linux 9.3 for i386 / suse / i586

Name: submount Distribution: SuSE Linux 9.3 (i586)
Version: 0.9 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 61.2 Build date: Mon May 30 23:38:15 2005
Group: System/Filesystems Build host: nielsen.suse.de
Size: 64165 Source RPM: submount-0.9-61.2.src.rpm
Packager: http://www.suse.de/feedback
Url: http://submount.sourceforge.net/
Summary: Auto Mounting of Removable Media
Submount is a system for automatically mounting and unmounting
removable media drives like CD-ROMs and floppy disk drives. Once
installed, it allows removable media drives to be accessed as if they
were permanently mounted.

Example line for a CD-ROM drive in /etc/fstab: /dev/cdrom /media/cdrom
subfs fs=cdfss,ro 0 0

Example line for a floppy drive in /etc/fstab: /dev/floppy
/media/floppy subfs fs=floppyfss,sync



Authors:
--------
    Eugene S. Weiss <eweiss@sbclobal.net>

Provides

Requires

Copyright

GPL

Signatures

internal MD5: f143a6ea1cabb59913c96be5beeb3f48
GPG

Changelog

* Thu May 19 2005 - danny@suse.de
  - fixed bug #84162:
  -> checks and use now HAL-mountoption to enable/disable sync
  -> added comment to hotplug.subfs.functions to inform about
    unused config options
  - fixed bug #74710:
  -> mount DVD-RAM volumes as rw if the device support write to
    DVD-RAM
* Thu Mar 17 2005 - adrian@suse.de
  - avoid double mounts for optical drives
* Thu Mar 17 2005 - adrian@suse.de
  - disable debug output in hal helper application
  - believe HAL fstype for non-ext2/vfat to support reiserfs and xfs
    (#72362, #72228)
* Fri Mar 11 2005 - adrian@suse.de
  - increase debug output for now
  - add fallback values, if HAL data is incomplete
* Fri Mar 04 2005 - adrian@suse.de
  - do mount with sync again
* Tue Mar 01 2005 - adrian@suse.de
  - reduce whitelist
  - fix /proc/mounts parsing
* Mon Feb 28 2005 - adrian@suse.de
  - add devices also into "scsi" family for resmgr
* Fri Feb 25 2005 - adrian@suse.de
  - add whitelist for allowed chars in mount points
* Fri Feb 25 2005 - adrian@suse.de
  - replace hotplug script with hal client application to mount
    block devices and register them at resmgr
  - prefer hfsplus over hfs
* Tue Feb 22 2005 - adrian@suse.de
  - handle hotplug events with empty device (#63392)
* Fri Feb 18 2005 - schwab@suse.de
  - Fix syntax error in hotplug script.
* Thu Feb 17 2005 - adrian@suse.de
  - avoid leading commas in options, some filesystems have problems
    patch by Jeff Mahoney
* Wed Feb 16 2005 - adrian@suse.de
  - move hotplug script to /etc/hotplug.d/block
  - adapt for new sysfs pathes
  - drop creating of desktop file
* Mon Feb 14 2005 - adrian@suse.de
  - fix build with changed hotplug packaging
* Fri Oct 01 2004 - adrian@suse.de
  - try also to ask blkid, when guessfstype failed before (#46640)
* Tue Sep 28 2004 - zoz@suse.de
  - hotplug.subfs.functions: mount_media() do not act on extended
    partitions. (Bug 45080)
  - 51-subfs.dev: reenable locking if HOTPLUG_MOUNT_TYPE=fstab to
    avoid races when modifying /etc/fstab
* Wed Sep 22 2004 - adrian@suse.de
  - fix syntax of last change (awk is different than sed ...)
* Tue Sep 21 2004 - adrian@suse.de
  - fix handling of "user" argument
    * use "user" instead of "users" for edit-fstab mode
    * do not get confused by user_xattr
* Tue Sep 21 2004 - adrian@suse.de
  - fix parsing of hardware type
  - move hwscan --partition calls to block agent
* Mon Sep 20 2004 - adrian@suse.de
  - disable locking behaviour, we shouldn't need this anymore
* Sat Aug 28 2004 - schwab@suse.de
  - Remove dependency on bash.
  - Fix race [#41949].
  - Fix path to hwscan/hwscanqueue.
* Sat Aug 21 2004 - adrian@suse.de
  - move script from hotplug package to submount to prevent a Requires
    (#43615)
* Mon Aug 09 2004 - adrian@suse.de
  - add fix-sig11.diff, fixes a sig11, if "procuid" is the only
    option (found by Benedikt Wilbertz)
* Fri Jul 30 2004 - adrian@suse.de
  - do also try all filesystems in /etc/filesystems or loaded,
    when they had to be detected.
    This fixes #43193 and #43399 most likely (testing outstanding)
* Wed Jun 02 2004 - adrian@suse.de
  - try all fs when filesystem is not guessed and no fss=
    parameter is given. fixes mounts of filesystem which aren't
    handled by the guess_fs_type function. (#41526)
* Fri May 28 2004 - adrian@suse.de
  - fix possible incorrect string handling in submountd-resmgr patch
    (seen by mvidner)
* Wed Mar 31 2004 - adrian@suse.de
  - fix endless growing options with every mount attempt
    (with procuid usage)
* Fri Mar 26 2004 - adrian@suse.de
  - english is not my language ....
* Fri Mar 26 2004 - adrian@suse.de
  - fix spelling error in kernel message
* Mon Mar 22 2004 - agruen@suse.de
  - Add module test facility.
* Mon Mar 22 2004 - adrian@suse.de
  - fix Makefile again...
* Sat Mar 20 2004 - adrian@suse.de
  - fix possible memory corruption, when using procuid
    (fixes #36425 finaly hopefully)
  - further Makefile changes to make a plain make really work ...
* Sat Mar 20 2004 - adrian@suse.de
  - recreate patches to void .orig files
  - remove .orig files before packageing km_submount
* Fri Mar 19 2004 - adrian@suse.de
  - make a simple "make" in km_subfs working again (#36501)
  - check for zero pointers in open().
    this may fixes a kernel crash (#36425)
* Wed Mar 17 2004 - adrian@suse.de
  - let unsuccessfull mount log entry look less like a bug
* Mon Mar 15 2004 - adrian@suse.de
  - add minix fs suport to floppyfss (#35937)
* Sat Mar 13 2004 - adrian@suse.de
  - fix option handling, extra options got removed by one char
    on every mount, if procuid was used (#35754)
* Thu Mar 11 2004 - agruen@suse.de
  - Typo.
* Wed Mar 10 2004 - adrian@suse.de
  - disable statfs, so "df" and other tools do not trigger to mount
    the media, which might cause error messages or hang, if the block
    device driver hangs (#35495, #35094)
* Tue Mar 02 2004 - adrian@suse.de
  - clean up resmgr patch and fix a corner case
    (thanks to Eugene to point me to the problems)
* Fri Feb 27 2004 - adrian@suse.de
  - update to version 0.9
    * Ooops fix got merged
* Thu Feb 26 2004 - adrian@suse.de
  - add resmgr support
* Thu Feb 26 2004 - adrian@suse.de
  - update to version 0.8.4
    * user-mode patch is obsolete, a "procuid" argument exists now
    * nodev, noexec and nosuid arguments works again.
* Wed Feb 25 2004 - adrian@suse.de
  - update to version 0.8.1
    * PAGE_SIZE fixes got merged
  - fix a possible Ooops
* Mon Feb 23 2004 - adrian@suse.de
  - mount file systems with uid and gid of triggered user, if possible
* Sat Feb 21 2004 - adrian@suse.de
  - update to version 0.8
    * kernel 2.6.3 hang fix
    * fs requests are working now
* Fri Feb 13 2004 - adrian@suse.de
  - update to version 0.7
* Wed Jan 14 2004 - agruen@suse.de
  - Add Makefile for 2.6.
  - Remove kernel-source-2 from #needeforbuild: Apparently it is
    not needed; it would also introduce a nasty package dependency
    loop.
* Wed Dec 10 2003 - schwab@suse.de
  - Don't use PAGE_SIZE, dammit!
* Wed Dec 10 2003 - adrian@suse.de
  - update to version 0.6
    * support also net filesystems via /sbin/net-submountd
* Fri Nov 21 2003 - adrian@suse.de
  - fix installation of kernel modul
* Thu Nov 06 2003 - schwab@suse.de
  - Don't use PAGE_SIZE, dammit.
* Sat Oct 25 2003 - adrian@suse.de
  - update to version 0.5
  - kernel module is for kernel 2.6 now
* Mon Oct 06 2003 - schwab@suse.de
  - Don't use PAGE_SIZE.
* Mon Jul 21 2003 - adrian@suse.de
  - initial package of version 0.2

Files

ˆ©¡



Generated by rpm2html 1.8.1

Daniel Veillard, Thu May 15 04:04:26 2008