pmountの修正
Posted: 08/12/11(木) 17:54
# diff -u pmount.org pmount
--- pmount.org 2008-12-09 13:17:26.000000000 +0900
+++ pmount 2008-12-09 13:20:11.000000000 +0900
@@ -31,7 +31,7 @@
-gxmessage -bg yellow -center "パピードライブマウンタ" "ハードウェアを検出します。
+gxmessage -bg yellow -center -title "パピードライブマウンタ" "ハードウェアを検 出します。
しばらくお待ちください。" &
X1PID=$!
@@ -372,7 +372,7 @@
RETVAL1=$?
;;
*)
- mount -t $DOFS -o iocharset=utf8 $DODEV /mnt/$DEVNAME
+ mount -t $DOFS $DODEV /mnt/$DEVNAME
RETVAL1=$?
;;
esac