* fma: added hint to lzop and updated header information 0.8-28
authorMichael Prokop <mika@grml.org>
Tue, 14 Nov 2006 12:01:46 +0000 (13:01 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 14 Nov 2006 12:01:46 +0000 (13:01 +0100)
debian/changelog
usr_bin/fma

index 4fe292a..0db1a25 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (0.8-28) unstable; urgency=low
+
+  * fma: added hint to lzop and updated header information
+
+ -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 12:03:20 +0100
+
 grml-scripts (0.8-27) unstable; urgency=low
 
   * fma: don't use $0 inside usage-function but hardcode program
index 5e85474..a2ca6e1 100755 (executable)
@@ -4,9 +4,11 @@
 # 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 Okt 28 13:20:46 CEST 2006 [mika]
+# Latest change: Son Nov 12 12:03:13 CET 2006 [mika]
 ################################################################################
 
+# Idea for this script and basic functionally by Matthias Kopfermann <maddi@grml.org>.
+
 . /etc/grml/lsb-functions
 . /etc/grml/script-functions
 
@@ -62,6 +64,6 @@ fi
 
 vim -c 'set ft=man' =( lzop -cd $MANDIR/${MANPAGE}${SECTIONFILE}.txt.lzo)
 
-einfo "Thanks for flying fma." ; eend 0
+einfo "Thanks for flying fma using vim and lzop." ; eend 0
 
 ## END OF FILE #################################################################