Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-06-02 Thread John Crispin
On 03/06/2014 08:49, Stefan Hellermann wrote: > Thanks for applying this in r40909. Sadly the commit is not > complete, the file needs to be mode 755. > > Signed-off-by: Stefan Hellermann > > > diff --git a/package/base-files/files/etc/rc.button/power > b/package

Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-06-02 Thread Stefan Hellermann
Thanks for applying this in r40909. Sadly the commit is not complete, the file needs to be mode 755. Signed-off-by: Stefan Hellermann diff --git a/package/base-files/files/etc/rc.button/power b/package/base-files/files/etc/rc.button/power old mode 100644 new mode 100755 2014-05-15 12:27 GMT

Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-05-15 Thread Stefan Hellermann
2014-05-15 12:27 GMT+02:00 Stefan Hellermann : > Since svn rev [38557] we support power buttons, for example > the ACPI power button on x86 machines. > Add a simple shutdown script to /etc/rc.button, to gracefully shutdown > the machine after the power button is pressed. > > Tested on x86 and x86_

[OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-05-15 Thread Stefan Hellermann
Since svn rev [38557] we support power buttons, for example the ACPI power button on x86 machines. Add a simple shutdown script to /etc/rc.button, to gracefully shutdown the machine after the power button is pressed. Tested on x86 and x86_64 in a kvm virtual machine. Signed-off-by: Stefan Hellerm