Correct floppy mountpoint location to match FHS.

Quoting FHS <http://www.pathname.com/fhs/pub/fhs-2.3.html>:
/media : Mount point for removeable media
Purpose

This directory contains subdirectories which are used as mount points for 
removeable media such as floppy disks, cdroms and zip disks.
[...]
The following directories, or symbolic links to directories, must be in /media, 
if the corresponding subsystem is installed:

Directory       Description
floppy  Floppy drive (optional)
[...]
---
 WindowMaker/Defaults/WMGLOBAL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WindowMaker/Defaults/WMGLOBAL b/WindowMaker/Defaults/WMGLOBAL
index 24d6875..f087044 100644
--- a/WindowMaker/Defaults/WMGLOBAL
+++ b/WindowMaker/Defaults/WMGLOBAL
@@ -3,7 +3,7 @@
   BoldSystemFont = "Sans:bold";
   DefaultFontSize = 11;
   AntialiasedText = Yes;
-  FloppyPath = "/floppy";
+  FloppyPath = "/media/floppy";
   DoubleClickTime = 250;
   MouseWheelUp = Button4;
   MouseWheelDown = Button5;
-- 
1.7.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to