2 Commits aad25767f7 ... 988c969985

Autore SHA1 Messaggio Data
  JDierkse 988c969985 Enable use of DHCPRELEASE 5 giorni fa
  JDierkse aad25767f7 Enable use of DHCPRELEASE 5 giorni fa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      net-dhcp/udhcpc.py

+ 2 - 0
net-dhcp/udhcpc.py

@@ -8,6 +8,8 @@ from os import path
 from select import select
 from select import select
 import threading
 import threading
 import subprocess
 import subprocess
+import signal
+import time
 import logging
 import logging
 
 
 from eventfd import EventFD
 from eventfd import EventFD