X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Ffma;h=a2ca6e170774fe06a26b4e761d9878bcb8b5b27b;hb=refs%2Ftags%2F0.8-29;hp=9adb1345c988002436aaaab6f55877ef4062f190;hpb=1e39a7bd1b6e8f8bbb15b2b1aefaa0a91e4bb7dc;p=grml-scripts-core.git diff --git a/usr_bin/fma b/usr_bin/fma index 9adb134..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 00:50:16 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 @@ -21,7 +23,7 @@ if ! [ -d "$MANDIR" ] ; then fi usage() { - eerror "Usage: $0 [section] manpage" ; eend 1 + eerror "Usage: fma [section] manpage" ; eend 1 exit 1 } @@ -30,7 +32,7 @@ case $1 in usage ;; -v*|--v*) - einfo "$0 - version $VERSION" ; eend 0 + einfo "fma - version $VERSION" ; eend 0 exit 0 ;; [0-9]) @@ -62,6 +64,6 @@ fi vim -c 'set ft=man' =( lzop -cd $MANDIR/${MANPAGE}${SECTIONFILE}.txt.lzo) -einfo "Thanks for flying $0." ; eend 0 +einfo "Thanks for flying fma using vim and lzop." ; eend 0 ## END OF FILE #################################################################