Comment 2 for bug 496654

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

also works for karmic

although in /etc/init.d/xenner i'm assuming

# rm -f \
       /var/log/netbackd.log \
       /var/log/blkbackd.log \
       /var/log/evtchnd.log \
       /var/log/xenstore.trace \

is meant to result in this
# rm -f \
# /var/log/netbackd.log \
# /var/log/blkbackd.log \
# /var/log/evtchnd.log \
# /var/log/xenstore.trace \

but the comment doesnt carry across multiple lines so this causes an error