2 Commit-ok aad25767f7 ... 988c969985

Szerző SHA1 Üzenet Dátum
  JDierkse 988c969985 Enable use of DHCPRELEASE 5 napja
  JDierkse aad25767f7 Enable use of DHCPRELEASE 5 napja
1 módosított fájl, 2 hozzáadás és 0 törlés
  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
 import threading
 import subprocess
+import signal
+import time
 import logging
 
 from eventfd import EventFD