From: Michael Prokop Date: Thu, 15 Nov 2007 22:40:52 +0000 (+0100) Subject: Add manpage for grml-init-multitail X-Git-Tag: 1.0.25 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=91d5d92af0f46b57461d5db812f9931fe9cd12b6 Add manpage for grml-init-multitail --- diff --git a/debian/changelog b/debian/changelog index 68beab9..c519f9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +grml-scripts (1.0.25) unstable; urgency=low + + [ Michael Gebetsroither ] + * Add script grml-init-multitail. + + [ Michael Prokop ] + * Add manpage for grml-init-multitail. + + -- Michael Prokop Thu, 15 Nov 2007 23:39:09 +0100 + grml-scripts (1.0.24) unstable; urgency=low * Drop runit manpage. Thanks for the hint, gebi. diff --git a/debian/rules b/debian/rules index 1f93f2a..4b563da 100755 --- a/debian/rules +++ b/debian/rules @@ -53,10 +53,14 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs - dh_installman manpages/arename.1 manpages/grml-scripts.1 manpages/reread_partition_table.8 manpages/random-hostname.1 \ - manpages/grml-setkeyboard.8 manpages/grml-setlang.8 manpages/getsf.1 manpages/grml-iptstate.8 manpages/qma.1 manpages/grml-swapon.8 \ - manpages/grml2ram.8 manpages/gsuggest.1 manpages/dirvish-setup.8 manpages/grml-setservices.8 manpages/grml-quickconfig.8 \ - manpages/iso-term.1 manpages/alignmargins.8 manpages/get_3ware.1 + dh_installman manpages/arename.1 manpages/grml-scripts.1 \ + manpages/reread_partition_table.8 manpages/random-hostname.1 \ + manpages/grml-setkeyboard.8 manpages/grml-setlang.8 manpages/getsf.1 \ + manpages/grml-iptstate.8 manpages/qma.1 manpages/grml-swapon.8 \ + manpages/grml2ram.8 manpages/gsuggest.1 manpages/dirvish-setup.8 \ + manpages/grml-setservices.8 manpages/grml-quickconfig.8 \ + manpages/iso-term.1 manpages/alignmargins.8 manpages/get_3ware.1 \ + manpages/grml-init-multitail.1 # cp --no-dereference man/*.1.gz debian/grml-scripts/usr/share/man/man1/ dh_link /usr/sbin/blacklist /usr/sbin/unblacklist \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/align.1.gz \ diff --git a/manpages/grml-init-multitail.1 b/manpages/grml-init-multitail.1 new file mode 100644 index 0000000..935c94d --- /dev/null +++ b/manpages/grml-init-multitail.1 @@ -0,0 +1,20 @@ +.TH grml-init-multitail 8 +.SH "NAME" +grml-init-multitail \- startup wrapper script around multitail +.SH SYNOPSIS +.B grml-init-multitail +.SH DESCRIPTION +This manual page documents briefly the +.B grml-init-multitail +command. +.SH OPTIONS +grml-init-multitail does not support any options. +.SH PURPOSE OF grml-init-multitail +multitail allows you to view multiple logfiles windowed on console. +grml-init-multitail is a small wrapper script to execute multitail +with the appropriate options for use at grml. +.SH AUTHOR +grml-init-multitail was written by the grml-team. +.PP +This manual page was written by Michael Prokop + for the grml project (but may be used by others). diff --git a/usr_bin/grml-init-multitail b/usr_bin/grml-init-multitail index 25ddd62..20494fa 100755 --- a/usr_bin/grml-init-multitail +++ b/usr_bin/grml-init-multitail @@ -2,7 +2,7 @@ # Filename: grml-init-multitail # Purpose: fix tty permissions and run multitail # Authors: grml-team (grml.org), (c) Michael Prokop , -# (c) Michael Gebetsroither +# (c) Michael Gebetsroither # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################