Changeset 124 for projects/AsynCluster/trunk/ndm
- Timestamp:
- 02/20/08 15:04:59 (10 months ago)
- Files:
-
- projects/AsynCluster/trunk/ndm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/AsynCluster/trunk/ndm
r89 r124 39 39 then 40 40 # Starts the Python interpreter as Xinit's sole X client 41 exec python -c \ 42 "from asyncluster.ndm import main; main.GuiManager()" \ 43 2>/dev/null 41 exec python \ 42 -c "from asyncluster.ndm import node; node.Manager()" 2>/dev/null 44 43 45 44 else
