summaryrefslogtreecommitdiff
path: root/examples/var_service/dhcp_if/dhcp_handler
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/dhcp_if/dhcp_handler')
-rwxr-xr-xexamples/var_service/dhcp_if/dhcp_handler6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/var_service/dhcp_if/dhcp_handler b/examples/var_service/dhcp_if/dhcp_handler
index 6a97e8543..3e652621d 100755
--- a/examples/var_service/dhcp_if/dhcp_handler
+++ b/examples/var_service/dhcp_if/dhcp_handler
@@ -38,12 +38,10 @@ file_ntpconf="$service.ntpconf"
dir_ipconf="/var/run/service/fw"
dir_ntpconf="/var/run/service/ntpd"
-exec >/dev/null
-#exec >>"$0.out" #debug
+#exec >/dev/null
+#exec >"$0.out" #debug
exec 2>&1
-echo "`date`: Params: $*"
-
if test x"$1" != x"bound" && test x"$1" != x"renew" ; then
# Reconfigure network with this interface disabled
echo "Deconfiguring"