patch-hotplug-diskmount_8 630 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-hotplug-diskmount_8,v 1.3 2016/11/13 20:26:55 dcoppa Exp $
  2. --- hotplug-diskmount.8.orig Thu Sep 8 15:57:05 2016
  3. +++ hotplug-diskmount.8 Sun Nov 13 21:14:08 2016
  4. @@ -156,7 +156,7 @@ never does force unmount.
  5. .Sh EXAMPLES
  6. Create directory set which will be used for storing mount points:
  7. .Bd -literal -offset indent
  8. -/usr/local/libexec/hotplug-diskmount init
  9. +${TRUEPREFIX}/libexec/hotplug-diskmount init
  10. .Ed
  11. .Pp
  12. Sample
  13. @@ -170,7 +170,7 @@ DEVNAME=$2
  14. case $DEVCLASS in
  15. 2)
  16. - /usr/local/libexec/hotplug-diskmount attach "$DEVNAME"
  17. + ${TRUEPREFIX}/libexec/hotplug-diskmount attach "$DEVNAME"
  18. ;;
  19. esac
  20. .Ed