Kind regards,
James.
--
James Hunt
____________________________________
http://upstart.ubuntu.com/cookbook
http://upstart.ubuntu.com/cookbook/upstart_cookbook.pdf
--- util-linux-2.20.1/term-utils/script.c 2011-10-18 12:22:26.000000000
+0000
+++ util-linux-2.20.1-NEW/term-utils/script.c 2012-11-22 11:50:44.566001705
+0000
@@ -359,7 +359,8 @@
#endif
tvec = time((time_t *)NULL);
my_strftime(obuf, sizeof obuf, "%c\n", localtime(&tvec));
- fprintf(fscript, _("Script started on %s"), obuf);
+ if (!qflg)
+ fprintf(fscript, _("Script started on %s"), obuf);
do {
if (die && flgs == 0) {
--- util-linux-2.20.1/term-utils/script.1 2011-10-18 05:41:47.000000000
+0000
+++ util-linux-2.20.1-NEW/term-utils/script.1 2012-11-22 12:03:52.841128173
+0000
@@ -90,7 +90,8 @@
Allow the default output destination, i.e. the typescript file, to be a
hard or symbolic link. The command will follow a symbolic link.
.It Fl q, Fl Fl quiet
-Be quiet.
+Be quiet (do not write start and done messages to either standard output
+or the typescript file).
.It Fl t, Fl Fl timing Ns Op Ns = Ns Ar file
Output timing data to standard error, or to \fIfile\fR when given.
This data contains two fields, separated by a space.