~ubuntu-branches/ubuntu/trusty/ldm/trusty-proposed

« back to all changes in this revision

Viewing changes to rc.d/I01-nbd-checkupdate

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-12-14 11:35:12 UTC
  • mfrom: (3.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20091214113512-njyp6vwy2gtnxzrt
Tags: 2:2.0.52-1
* New upstream version: 
  - Force poweroff and reboot instead of going through init.
  - Provide a way to reboot or halt from within the session.
  - ldm-dialog:
    + Set the root cursor.
    + Do not display in taskbar.
    + Default to empty title.
    + Make the window not resizable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
if [ "$?" = "1" ]; then
35
35
    return
36
36
else
37
 
    reboot
 
37
    reboot -fp
38
38
fi