summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2009-05-16 15:12:56 +0000
committermaxim <maxim@FreeBSD.org>2009-05-16 15:12:56 +0000
commit8d3407adf758bab24c0e1975cdb3e46ec9a6d3bd (patch)
treeb3cc5bc540e1240a640cbefaf96559a458a10882 /etc
parent8887186d5665fa3c0ecc2adef9800693813ff853 (diff)
downloadFreeBSD-src-8d3407adf758bab24c0e1975cdb3e46ec9a6d3bd.zip
FreeBSD-src-8d3407adf758bab24c0e1975cdb3e46ec9a6d3bd.tar.gz
o Add missed semicolon in action script.
PR: conf/134579 Submitted by: Lucius Windschuh MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index f4f04ad..696ac7c 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -132,7 +132,7 @@ attach 100 {
match "vendor" "0x1645";
match "product" "0x8001";
match "release" "0x0101";
- action "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi /usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/$device-name";
+ action "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi; /usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/$device-name";
};
# This entry starts the ColdSync tool in daemon mode. Make sure you have an up
OpenPOWER on IntegriCloud