Author: maxim Date: Mon May 25 10:12:27 2009 New Revision: 192751 URL: http://svn.freebsd.org/changeset/base/192751
Log: MFC r192198: add missed semicolon in action script. Modified: stable/7/etc/devd.conf Modified: stable/7/etc/devd.conf ============================================================================== --- stable/7/etc/devd.conf Mon May 25 10:10:46 2009 (r192750) +++ stable/7/etc/devd.conf Mon May 25 10:12:27 2009 (r192751) @@ -130,7 +130,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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"