diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2017-04-29 15:47:18 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2017-04-29 15:47:18 +0200 |
commit | 6e334db424636f7612dd6d1f700b3be4197f5ec4 (patch) | |
tree | 6ce45a39e46769a16b20b2db873b6994c6cf36bc /scripts/system | |
parent | e805702c59e62a5ce3a9258f2e0db1cc161291fe (diff) | |
download | vyatta-cfg-system-6e334db424636f7612dd6d1f700b3be4197f5ec4.tar.gz vyatta-cfg-system-6e334db424636f7612dd6d1f700b3be4197f5ec4.zip |
update udev folder location and partially fix T290
Diffstat (limited to 'scripts/system')
-rwxr-xr-x | scripts/system/vyatta_interface_rescan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_interface_rescan b/scripts/system/vyatta_interface_rescan index eb45da60..2e8ad8ca 100755 --- a/scripts/system/vyatta_interface_rescan +++ b/scripts/system/vyatta_interface_rescan @@ -98,7 +98,7 @@ sub get_phy { return $1; } -# vyatta_net_name leaves files in /dev/.udev/vyatta +# vyatta_net_name leaves files in /run/udev/vyatta # the filename is the interface and the contents are the hardware id sub interface_rescan { my ($VYATTAUDEV, $BOOTFILE) = @_; |