SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
sysutils/hotplug-diskmount/patches/patch-hotplug-diskmount_8
Normal file
20
sysutils/hotplug-diskmount/patches/patch-hotplug-diskmount_8
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue