I have posted the webrev here https://cr.opensolaris.org/action/browse/caiman/nadkarni/7147296/webrev/
But since it does -w i.e supresses tabs and spaces, nothing is seen.

So here is the change.


hg diff -r 1590
diff -r 24c8762affa9 usr/src/cmd/installadm/dhcp.py
--- a/usr/src/cmd/installadm/dhcp.py    Mon Feb 20 13:40:38 2012 -0700

+++ b/usr/src/cmd/installadm/dhcp.py    Thu Feb 23 14:52:30 2012 -0700

@@ -1354,7 +1354,7 @@
             return  ', '.join([ip for ip in servers])
     except CalledProcessError:
         logging.debug("Property not set: %s", cmd)
- return None
+        return None


Thanks

-Sanjay


_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to