- Timestamp:
- Oct 24, 2008, 1:44:16 AM (16 years ago)
- Location:
- trunk/packages/invirt-console-host
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-host/files/usr/sbin/invirt-update-conserver
r1176 r1187 26 26 conftext = '\n'.join('console %s { master %s; }' % (vm, hostname) 27 27 for vm in live_vms()) 28 f = open('/etc/conserver/ sipb-xen-consoles.cf', 'w')28 f = open('/etc/conserver/invirt-consoles.cf', 'w') 29 29 f.write(conftext) 30 30 f.close()
Note: See TracChangeset
for help on using the changeset viewer.