add some additional newlines in startup messages, update changelog
authorMichael Prokop <mika@grml.org>
Sat, 16 May 2009 20:25:13 +0000 (22:25 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 16 May 2009 20:25:13 +0000 (22:25 +0200)
debian/changelog
grml-terminalserver

index 55f1c7f..35cb2ac 100644 (file)
@@ -1,13 +1,11 @@
 grml-terminalserver (0.99.3) unstable; urgency=low
 
   * grml-terminalserver-config
-    - improve wording of grub's network boot selection dialog.
     - exit script if user selects 'Cancel' in grub's network boot
       selection dialog.
-    - add additional newline in front of 'Creating initrd' so
-      the text doesn't appear inside dialog's output.
     - get rid of 'error retrieving current directory' messages
-    - replace wording 'give me' with 'specify'
+    - add some additional newlines in startup messages
+    - some minor spelling fixes and improvements
   * Bump Standard Version to 3.8.1 (no further changes).
   * Bump Compat version to 5.
 
index 754188b..93fe965 100755 (executable)
@@ -246,6 +246,7 @@ function startNfs
   /etc/init.d/nfs-common start
   # FIXME /etc/init.d/nfs-kernel-server start
   $USR_SHARE_/nfs-kernel-server start
+  echo
 
   createNfsConfig
 }
@@ -286,7 +287,7 @@ function actionStart
   runIptables
 
   echo "Finally starting nfs services..."
-  startNfs && echo "Sucessfully finished startup of grml-terminalserver." || echo 'Startup of grml-terminalserver failed!'
+  startNfs && echo "Successfully finished startup of grml-terminalserver." || echo 'Startup of grml-terminalserver failed!'
 }
 
 function actionStop