SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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