]> git.ipfire.org Git - people/ms/network.git/commitdiff
hotplug-rename: Drop unused variable
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Mar 2019 15:19:24 +0000 (16:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Mar 2019 15:19:24 +0000 (16:19 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/udev/network-hotplug-rename

index 903a07ca2725b04e00911ae2faa99243400c1f09..5f82f7cb58f8fe9ceea8b1cdb887bcd86b09e9f1 100644 (file)
@@ -28,9 +28,6 @@ LOG_DISABLE_STDOUT="true"
 # Read network settings
 network_settings_read
 
 # Read network settings
 network_settings_read
 
-# Setup the locking
-LOCKFILE="${LOCK_DIR}/.network-rename-lock"
-
 # Check if the INTERFACE variable is properly set.
 assert isset INTERFACE
 
 # Check if the INTERFACE variable is properly set.
 assert isset INTERFACE