summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-05 18:06:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-05 18:06:28 (GMT)
commit9c63001e5eb322bf73aed1541884027f422ff480 (patch)
tree8e799ae19c78f4bea659e9c65fe8917435a0853f
parentbb56c3fdc679c5c0f893da54047950ef3f593160 (diff)
downloadlinhes_pkgbuild-9c63001e5eb322bf73aed1541884027f422ff480.zip
linhes_pkgbuild-9c63001e5eb322bf73aed1541884027f422ff480.tar.gz
linhes_pkgbuild-9c63001e5eb322bf73aed1541884027f422ff480.tar.bz2
preload seq command.
-rw-r--r--abs/core-testing/linhes-live/PKGBUILD2
-rw-r--r--abs/core-testing/linhes-live/etc/live-shutdown1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-live/PKGBUILD b/abs/core-testing/linhes-live/PKGBUILD
index 158d141..f718e22 100644
--- a/abs/core-testing/linhes-live/PKGBUILD
+++ b/abs/core-testing/linhes-live/PKGBUILD
@@ -2,7 +2,7 @@
# 2008.09.25
pkgname=linhes-live
pkgver=5.3.3
-pkgrel=11
+pkgrel=12
pkgdesc="LinHes compulsory components for the Live System."
url="http://KnoppMyth.net"
diff --git a/abs/core-testing/linhes-live/etc/live-shutdown b/abs/core-testing/linhes-live/etc/live-shutdown
index 3df4802..6e12d22 100644
--- a/abs/core-testing/linhes-live/etc/live-shutdown
+++ b/abs/core-testing/linhes-live/etc/live-shutdown
@@ -79,6 +79,7 @@ f_remountro ()
}
#Preloads these commands so we can eject the CD.
#
+seq --help >/dev/null 2>&1
eject --help >/dev/null 2>&1
halt --help >/dev/null 2>&1
poweroff --help >/dev/null 2>&1