[arch-commits] Commit in syslinux/trunk (PKGBUILD syslinux.cfg)

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Jun 6 07:51:31 UTC 2013


    Date: Thursday, June 6, 2013 @ 09:51:31
  Author: tpowa
Revision: 187808

upgpkg: syslinux 5.10-3

readd poweroff to syslinux.cfg

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux.cfg

--------------+
 PKGBUILD     |    4 ++--
 syslinux.cfg |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-06 07:46:09 UTC (rev 187807)
+++ PKGBUILD	2013-06-06 07:51:31 UTC (rev 187808)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=5.10
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE"
 url="http://www.syslinux.org"
@@ -24,7 +24,7 @@
         syslinux-install_update)
 md5sums=('8f51d6a5d2730f534ba90e71f3347bff'
          '25af85a05e7b212b7fb8b7587175e492'
-         '0a52b53ea784db44242dce827a36b759'
+         'bbd97c4c735b8e5c52b79572d9296246'
          '88a04d803bdd019a9a063d00aa008eee')
 
 build() {

Modified: syslinux.cfg
===================================================================
--- syslinux.cfg	2013-06-06 07:46:09 UTC (rev 187807)
+++ syslinux.cfg	2013-06-06 07:51:31 UTC (rev 187808)
@@ -72,3 +72,7 @@
 LABEL reboot
         MENU LABEL Reboot
         COM32 reboot.c32
+
+LABEL poweroff
+        MENU LABEL Poweroff
+        COM32 poweroff.c32
\ No newline at end of file




More information about the arch-commits mailing list