Hide Forgot
In ks the beah services are registered (`chkconfig --add beah*`) and init scripts have non-empty default runlevels. IIUC it would be better to do this in rpm's post (and compliant with fedora packaging guidelines) and we should do `chkconfig --level 345 beah* on` instead. We need to: 1. change ks templates to use `chkconfig --level 345 beah* on` along the `chkconfig --add` 2. changes in beah: - modify spec file to register services properly - modify init scripts to use empty default runlevels instead of 345 3. remove the `chkconfig --add beah*` lines from ks templates. Let's do this in steps. Doing 1 right now should be harmless.
The step 1 was submitted for review: http://gerrit.djc.id.au/#change,232 Re-assigned. Bill, have a look please.
Oops. I pushed the same change to gerrit.
Only the first part was committed in this cycle. Pushing the rest back to next 0.6.8
Steps 2 and 3 submitted for review: https://gerrit.djc.id.au/#change,253 https://gerrit.djc.id.au/#change,254 The change is live on stage (lab-controller part only on lab-devel.)