summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e73df4f)
svn path=/trunk/packages/invirt-console-server/; revision=1512
+invirt-console-server (0.0.7) unstable; urgency=low
+
+ * Apparently remctl scripts run without a PATH
+
+ -- Evan Broder <broder@mit.edu> Sun, 02 Nov 2008 17:08:35 -0500
+
invirt-console-server (0.0.6) unstable; urgency=low
* Use invoke-rc.d instead of calling init scripts directly
invirt-console-server (0.0.6) unstable; urgency=low
* Use invoke-rc.d instead of calling init scripts directly
f = file('/etc/conserver/conf.d/'+hostname, 'w')
f.write(contents)
f.close()
f = file('/etc/conserver/conf.d/'+hostname, 'w')
f.write(contents)
f.close()
- p = subprocess.Popen(['invoke-rc.d', 'conserver-server', 'reload'],
+ p = subprocess.Popen(['/usr/sbin/invoke-rc.d', 'conserver-server', 'reload'],
stdout=subprocess.PIPE)
p.wait()
return 0
stdout=subprocess.PIPE)
p.wait()
return 0