vermaden / automount

Simple devd(8) based automounter for FreeBSD
66 stars 20 forks source link

MNT_PREFIX and MNTPREFIX #24

Closed grahamperrin closed 3 years ago

grahamperrin commented 3 years ago

GitHub finds MNT_PREFIX in two places:

https://github.com/vermaden/automount/blob/bf899bcbd5ecd992bdea703197c10951f54bbd90/automount#L49

https://github.com/vermaden/automount/blob/bf899bcbd5ecd992bdea703197c10951f54bbd90/automount#L54

From https://vermaden.wordpress.com/2018/10/11/freebsd-desktop-part-17-automount-removable-media/comment-page-1/#comment-17657:

Please FIX documentation about configuration option: …

GitHub finds MNTPREFIX at:

https://github.com/vermaden/automount/blob/bf899bcbd5ecd992bdea703197c10951f54bbd90/README#L262

https://github.com/vermaden/automount/blob/bf899bcbd5ecd992bdea703197c10951f54bbd90/README#L267

https://github.com/vermaden/automount/commit/cf10b9627df1409ef8db8a19653809113591556f#diff-6bf0e5f7554fb8f7f640518a054d01074ac7d73c6bae9df2642a90b119aa5d0dR723

Also:

% /usr/local/sbin/automount --help | grep MNTPREFIX
MNTPREFIX (set to /media by default)
  example: MNTPREFIX="/media"
% pkg rquery '%o %v %R' automount
sysutils/automount 1.7.2 FreeBSD
% 
grahamperrin commented 3 years ago

PS at the time of writing I can not add a reply at https://vermaden.wordpress.com/2018/10/11/freebsd-desktop-part-17-automount-removable-media/comment-page-1/#comment-17657 with reference to this issue.

I had the same problem earlier this morning:

Error: Please fill the required fields (name, email).

– those should not be required; I'm already signed in with Google for commentary.

Worked around earlier by clearing cookies (effectively, logging out) but I should not need to clear cookies then log in every time a comment is intended.

NB not worked around by Control-F5

(I learnt to avoid WordPress … so many issues over the years.)

grahamperrin commented 3 years ago

https://github.com/vermaden/automount/commit/c08900fb22bea38138b2574b9ec7601d4cebd1df noted with thanks.