diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
commit | 93637cc764dd0eadb39d4faf2311bc61d7b3e265 (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /sysutils/scanbuttond | |
parent | e9c317ffbac6a778828b3e70efdf887d9384e0c8 (diff) | |
download | freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.gz freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.zst freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.zip |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/scanbuttond')
-rw-r--r-- | sysutils/scanbuttond/files/pkg-message.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/scanbuttond/files/pkg-message.in b/sysutils/scanbuttond/files/pkg-message.in index 74e09a789b9b..8274da776559 100644 --- a/sysutils/scanbuttond/files/pkg-message.in +++ b/sysutils/scanbuttond/files/pkg-message.in @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------- scanbuttond has been installed, but is not quite ready to be used yet. -To make scanbuttond actually do something you have to edit +To make scanbuttond actually do something you have to edit %%PREFIX%%/etc/scanbuttond/buttonpressed.sh and change it to your needs. If you are having trouble getting your scanner detected try uncommenting one @@ -13,9 +13,9 @@ sane-find-scanner > /dev/null 2> /dev/null If your scanner is connected via a hot-plug capable technology (e.g. USB) you can conveniently enable scanbuttond every time you attach you scanner by -using devd. In order to do so you may add the following lines to your -/etc/devd.conf and restart devd after you are done. -(Make sure to replace device-name, vendor, product and back-end name to +using devd. In order to do so you may add the following lines to your +/etc/devd.conf and restart devd after you are done. +(Make sure to replace device-name, vendor, product and back-end name to something that matches your environment) attach 20 { @@ -27,7 +27,7 @@ attach 20 { -S %%PREFIX%%/etc/scanbuttond/initscanner.sh \ -b %%PREFIX%%/lib/libscanbtnd-backend_plustek.so"; }; - + detach 20 { device-name "ugen[0-9]+"; match "vendor" "0x04a9"; |