[Pkg-sysvinit-commits] r518 - sysvinit/trunk/debian/patches
Thomas Hood
jdthood-guest at costa.debian.org
Tue Jan 3 21:38:32 UTC 2006
Author: jdthood-guest
Date: 2006-01-03 21:38:31 +0000 (Tue, 03 Jan 2006)
New Revision: 518
Modified:
sysvinit/trunk/debian/patches/13_doc_telinit.dpatch
Log:
Improve telinit doc
Modified: sysvinit/trunk/debian/patches/13_doc_telinit.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/13_doc_telinit.dpatch 2006-01-03 21:07:10 UTC (rev 517)
+++ sysvinit/trunk/debian/patches/13_doc_telinit.dpatch 2006-01-03 21:38:31 UTC (rev 518)
@@ -5,9 +5,9 @@
## DP: Document -e and -t option in telinit. Fixes bug #272657.
@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.qkdAnc/trunk/man/init.8
---- ./man/init.8 2006-01-03 22:00:18.000000000 +0100
-+++ /tmp/dpep-work.qkdAnc/trunk/man/init.8 2006-01-03 22:00:19.000000000 +0100
+diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.lAeEng/trunk/man/init.8
+--- ./man/init.8 2006-01-03 22:17:04.000000000 +0100
++++ /tmp/dpep-work.lAeEng/trunk/man/init.8 2006-01-03 22:18:31.000000000 +0100
@@ -12,12 +12,15 @@
.RB [ " -a " ]
.RB [ " -s " ]
@@ -36,8 +36,8 @@
-is 5 seconds, but this can be changed with the \fB-t sec\fP option.
+is 5 seconds, but this can be changed with the \fB-t\fP option.
+.PP
-+\fBtelinit -e\fP tells \fBinit\fP to change its environment
-+variable settings.
++\fBtelinit -e\fP tells \fBinit\fP to change the environment
++for processes it spawns.
+The argument of \fB-e\fP is either of the form \fIVAR\fP=\fIVAL\fP
+which sets variable \fIVAR\fP to value \fIVAL\fP,
+or of the form \fIVAR\fP
@@ -57,9 +57,9 @@
line a bit, so that it takes some more space on the stack. \fBInit\fP
can then manipulate the command line so that \fBps\fP(1) shows
the current runlevel.
-diff -urNad --exclude=CVS --exclude=.svn ./src/init.c /tmp/dpep-work.qkdAnc/trunk/src/init.c
+diff -urNad --exclude=CVS --exclude=.svn ./src/init.c /tmp/dpep-work.lAeEng/trunk/src/init.c
--- ./src/init.c 2005-12-02 17:22:57.000000000 +0100
-+++ /tmp/dpep-work.qkdAnc/trunk/src/init.c 2006-01-03 22:05:38.000000000 +0100
++++ /tmp/dpep-work.lAeEng/trunk/src/init.c 2006-01-03 22:17:05.000000000 +0100
@@ -2495,7 +2495,7 @@
*/
void usage(char *s)
More information about the Pkg-sysvinit-commits
mailing list