From: Michael Prokop Date: Tue, 14 Nov 2006 12:01:46 +0000 (+0100) Subject: * fma: added hint to lzop and updated header information X-Git-Tag: 0.8-28 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.8-28;p=grml-scripts.git * fma: added hint to lzop and updated header information --- diff --git a/debian/changelog b/debian/changelog index 4fe292a..0db1a25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (0.8-28) unstable; urgency=low + + * fma: added hint to lzop and updated header information + + -- Michael Prokop 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 diff --git a/usr_bin/fma b/usr_bin/fma index 5e85474..a2ca6e1 100755 --- a/usr_bin/fma +++ b/usr_bin/fma @@ -4,9 +4,11 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 . + . /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 #################################################################