From afec092aa09928d9b0fa132049968bea503e056e Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 27 Jul 2011 21:22:42 +0200 Subject: [PATCH] No longer depend on grml-usleep --- debian/control | 2 +- etc/init.d/grml-reboot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 727b8c1..fad180f 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Architecture: all Replaces: automount-knoppix Suggests: grml-desktop, grml-shlib, grml-files, grml-docs, grml-sectools, grml-templates, grml-x, policyrcd-script-zg2 Recommends: eterm, python, vim (>= 7.0) -Depends: ${misc:Depends}, grml-scripts (>= 0.9), grml-etc-core (>= 0.3), grml-usleep +Depends: ${misc:Depends}, grml-scripts (>= 0.9), grml-etc-core (>= 0.3) Conflicts: smbconf-pfeifle, grml-etc-core (<= 0.2.25), grml-sysvinit Description: ecetera files for the grml system This package includes /etc files for the Grml system. diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 81ab23a..35a4fb9 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -79,8 +79,8 @@ case "$0" in esac mysleep() { - for i in $(seq 1 40) ; do - usleep 75000 + for i in $(seq 1 30) ; do + sleep 1 echo -n "$1.${NORMAL}" done echo "" -- 2.1.4