dirvish-setup: check for existence of dialog as well
authorMichael Prokop <mika@grml.org>
Thu, 26 Jul 2007 15:21:53 +0000 (17:21 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 26 Jul 2007 15:21:53 +0000 (17:21 +0200)
debian/changelog
usr_sbin/dirvish-setup

index 763060c..17c534b 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (1.0.12) unstable; urgency=low
+
+  * dirvish-setup: check for existence of dialog as well
+
+ -- Michael Prokop <mika@grml.org>  Thu, 26 Jul 2007 17:21:36 +0200
+
 grml-scripts (1.0.11) unstable; urgency=low
 
   * grml-setservices: support HAL daemon
index 842a064..608ccf1 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Mär 10 10:46:39 CET 2007 [mika]
+# Latest change: Don Jul 26 17:21:31 CEST 2007 [mika]
 ################################################################################
 # Ressources:
 #   http://apt-get.dk/howto/backup/
@@ -18,7 +18,7 @@ set -e
 . /etc/grml/lsb-functions
 
 check4root
-check4progs dirvish rsync ssh-keygen ssh-copy-id
+check4progs dialog dirvish rsync ssh-keygen ssh-copy-id
 
 PN="$0"
 CONFFILE=/etc/dirvish/master.conf