From a8ed2f47afe789dbd30f0ad804cab3ffa919081b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 17 Jun 2009 15:44:11 -0400 Subject: - comment why we bother with this script --- doc/ypmaplist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ypmaplist.py b/doc/ypmaplist.py index 1e22999..fb7b805 100755 --- a/doc/ypmaplist.py +++ b/doc/ypmaplist.py @@ -1,4 +1,7 @@ #!/usr/bin/python +# +# There's no command-line client in yp-tools, but python provides a function. +# import nis for map in nis.maps(): print map -- cgit