Files
2022-03-11 19:57:10 +00:00

21 lines
555 B
Plaintext

--- hotplug-diskmount.8.orig Thu Sep 8 15:57:05 2016
+++ hotplug-diskmount.8 Sun Nov 13 21:14:08 2016
@@ -156,7 +156,7 @@ never does force unmount.
.Sh EXAMPLES
Create directory set which will be used for storing mount points:
.Bd -literal -offset indent
-/usr/local/libexec/hotplug-diskmount init
+${TRUEPREFIX}/libexec/hotplug-diskmount init
.Ed
.Pp
Sample
@@ -170,7 +170,7 @@ DEVNAME=$2
case $DEVCLASS in
2)
- /usr/local/libexec/hotplug-diskmount attach "$DEVNAME"
+ ${TRUEPREFIX}/libexec/hotplug-diskmount attach "$DEVNAME"
;;
esac
.Ed