diff options
author | Britney Fransen <brfransen@gmail.com> | 2010-03-24 19:39:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2010-03-24 19:39:54 (GMT) |
commit | bd0c28262866adbb0fbb8e2070e65a439703a12b (patch) | |
tree | cb0b7fa45df5b4a25cc5d8d5200a580fa075eab7 | |
parent | 73d0c2a2cff285372098ee84c214a779a0fc733e (diff) | |
download | linhes_pkgbuild-bd0c28262866adbb0fbb8e2070e65a439703a12b.zip linhes_pkgbuild-bd0c28262866adbb0fbb8e2070e65a439703a12b.tar.gz linhes_pkgbuild-bd0c28262866adbb0fbb8e2070e65a439703a12b.tar.bz2 |
linhes-scripts: update mythwelcome-set-alarm.sh instructions. Ref #630
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 28 | ||||
-rwxr-xr-x | abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh | 2 |
2 files changed, 28 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index da0dc8f..f671142 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=56 +pkgrel=57 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -76,3 +76,29 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '65629302a4d2c3adf88cdf0ebc10d493' 'ea5492d4dab8271db20cb84416c001dc' 'd7c7914225ec86bf3ea46104a364f977') +md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' + '623b6e9ba6cc4a19771005e750f337a7' + '9ae2cd7a0c42d57ad8b5f515d7d60196' + '1274bad3fb7296f00acd2d44804bad14' + 'b4f858834ea92418208ab496ca39ad32' + '6b6e7d34a4bda6d608d150039adefd07' + '3fe554dbbf7d09e1f9925032ba888bf5' + '18263972b6326e140bbef0bb7dfa2da9' + '410795ef9039e4c6c0484e706ecfd567' + '0750d7c65109d12aa536f312a38410d1' + 'ac2a4a6b4100f4d7bfb9ecd9356c8c6e' + 'd2b475821f902c5e081e7da43a35e6ac' + '95c092f67036a361ef7a57436f44332e' + '3b776bbff68906ddc2f62b7e0dde3fe4' + '85706c981e8ec2c5bb49a33538782d4c' + '3d0adf26280cde55a0c47188fff34826' + '93aaa2940e33ec9ebb305b839ac46a3e' + '972e42e02a11575da91f5e051d4de1d2' + 'b527b01d119d3bc33b8fa69bdf1082bb' + 'c537c44156d8404016cc4b405b092d45' + '4e66f302a77f1a857476e7f289d0c157' + 'be324dba44ae96676973a74421944853' + 'c9dc0dd07369622879a000247ac55074' + '65629302a4d2c3adf88cdf0ebc10d493' + 'ea5492d4dab8271db20cb84416c001dc' + 'd7c7914225ec86bf3ea46104a364f977') diff --git a/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh b/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh index 6dbd39e..990adf7 100755 --- a/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh +++ b/abs/core-testing/linhes-scripts/mythwelcome-set-alarm.sh @@ -13,7 +13,7 @@ # Configure mythtv-setup Shutdown/Wakeup Options page: # Idletimeout (secs): any value greater that 0 -# Wakeup time format: yyyy-MM-dd:hh:mm +# Wakeup time format: yyyy-MM-ddThh:mm:ss # Set wakeup time command: /usr/bin/mythshutdown --setwakeup $time # Server Halt command: /usr/bin/mythshutdown --shutdown # Pre shutdown check command: /usr/bin/mythshutdown --check |