fix comment
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 22 Jan 2010 11:33:27 +0000 (11:33 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 22 Jan 2010 11:33:27 +0000 (11:33 +0000)
python/vserver.py

index e4afacd..5278806 100644 (file)
@@ -467,7 +467,7 @@ class VServer:
                 # open state file to record vserver info
                 state_file = open("/var/run/vservers/%s" % self.name, "w")
 
-                # use /dev/null for stdin, /var/log/boot.log for stdout/err
+                # use /dev/null for stdin, /var/log/nm for stdout/err
                 fd = os.open("/dev/null", os.O_RDONLY)
                 if fd != 0:
                     os.dup2(fd, 0)