Edit

IABSD.fr/ports/sysutils/hotplug-diskmount/patches/patch-hotplug-diskmount_8

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/hotplug-diskmount/patches/patch-hotplug-diskmount_8
  • --- 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