From d9c18b3fcb9b036b6cdf69397828b59ab4c53091 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Mon, 5 Aug 2024 14:59:15 -0400 Subject: cleanup add_user function --- files/etc/devd/usb-tether.conf.roadwarrior_laptop | 6 ++++++ files/etc/devd/usb-tether.conf.roadwarrior_latpop | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 files/etc/devd/usb-tether.conf.roadwarrior_laptop delete mode 100644 files/etc/devd/usb-tether.conf.roadwarrior_latpop (limited to 'files/etc') diff --git a/files/etc/devd/usb-tether.conf.roadwarrior_laptop b/files/etc/devd/usb-tether.conf.roadwarrior_laptop new file mode 100644 index 0000000..5183ed2 --- /dev/null +++ b/files/etc/devd/usb-tether.conf.roadwarrior_laptop @@ -0,0 +1,6 @@ +notify 100 { + match "system" "IFNET"; + match "subsystem" "ue0"; + match "type" "ATTACH"; + action "/sbin/ifconfig ue0 up"; +}; diff --git a/files/etc/devd/usb-tether.conf.roadwarrior_latpop b/files/etc/devd/usb-tether.conf.roadwarrior_latpop deleted file mode 100644 index 5183ed2..0000000 --- a/files/etc/devd/usb-tether.conf.roadwarrior_latpop +++ /dev/null @@ -1,6 +0,0 @@ -notify 100 { - match "system" "IFNET"; - match "subsystem" "ue0"; - match "type" "ATTACH"; - action "/sbin/ifconfig ue0 up"; -}; -- cgit v1.2.3