Changed all entries to $HOME as having them point to directories on NFS mounted filesystems prevented autofs from unmounting them when not in use.

This commit is contained in:
Darren 'Tadgy' Austin 2017-01-19 10:42:42 +00:00
commit b89234e57a

View file

@ -5,11 +5,11 @@
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/files/Desktop"
XDG_DOWNLOAD_DIR="$HOME/files/Downloads"
XDG_DOCUMENTS_DIR="$HOME/files/Documents"
XDG_TEMPLATES_DIR="$HOME/files/Documents/Templates"
XDG_PICTURES_DIR="$HOME/files/Pictures"
XDG_MUSIC_DIR="/data/media/Music"
XDG_VIDEOS_DIR="/data/media/Movies"
XDG_PUBLICSHARE_DIR="$HOME"
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/"
XDG_VIDEOS_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"