Your message dated Mon, 14 Apr 2008 23:18:45 -0400
with message-id <[EMAIL PROTECTED]>
and subject line umsdos has been removed from Debian, closing #88799
has caused the Debian Bug report #88799,
regarding umsdos: vfat->umsdos transition tool
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
88799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88799
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: umsdos
Version: 1.13-2
Severity: wishlist
I would like to ask a utility, to make easier the conversion of
long file names. It should do something like umssync, but on vfat
filesystem. This 'vfat2umsdos' util should make a --linux-.--- file,
and maybe the necessary filename-changes. Maybe umssync could include
this functionality.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux evil 2.0.38 #13 Fri Mar 2 13:26:09 CET 2001 i586 unknown
Versions of the packages umsdos depends on:
ii libc6 2.2.2-1 GNU C Library: Shared libraries and Timezone
--- Begin /etc/init.d/umsdos (modified conffile)
#!/bin/sh
test -x /sbin/umssync || exit 0
case "$1" in
start | restart | force-reload | reload)
echo "Syncing UMSDOS filesystems ..."
awk ' /noauto/ {next};
/^[:space:]*#.*$/ {next};
/umsdos/ {print $1,$2};' /etc/fstab |
while read dev dir
do
/sbin/umssync -c+ -v- -r99 -R99 -i+ $dir
echo $dev" has been synced."
done
;;
stop)
;;
*)
echo "Usage: $0 {start|stop|restart|reload|force-reload}"
exit 1
;;
esac
--- End /etc/init.d/umsdos
--- End Message ---
--- Begin Message ---
Version: 1.13-2.1+rm
The umsdos package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/328656 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---