Codebase list sysvinit / b008d35
* Non-maintainer upload. * Moved all changes to upstream source to debian/patches/, and use dpatch to apply them. Petter Reinholdtsen 18 years ago
10 changed file(s) with 96 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 sysvinit (2.86.ds1-1.2) UNRELEASED; urgency=low
1
2 * Non-maintainer upload.
3 * Moved all changes to upstream source to debian/patches/, and use
4 dpatch to apply them.
5
6 -- Petter Reinholdtsen <pere@debian.org> Sat, 10 Sep 2005 11:37:55 +0200
7
08 sysvinit (2.86.ds1-1.1) unstable; urgency=low
19
210 * Non-maintainer upload (bug cleanup)
22 Priority: required
33 Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
44 Standards-Version: 3.5.2.0
5 Build-Depends: bash
5 Build-Depends: bash, dpatch
66
77 Package: sysvinit
88 Essential: yes
0 10_doc_manuals
0 #! /bin/sh /usr/share/dpatch/dpatch-run
1 ## debian/patches/12_doc_manuals.dpatch by ?
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: Misc patches to manual pages found in version 2.86.ds1-1.1.
5
6 @DPATCH@
7 --- sysvinit-2.86.ds1.orig/man/last.1
8 +++ sysvinit-2.86.ds1/man/last.1
9 @@ -51,6 +51,8 @@
10 .\"}}}
11 .\"{{{ Options
12 .SH OPTIONS
13 +.IP \fB\-\fP\fIf \fIfile\fP
14 +Tells \fBlast\fP to use a specific file instead of \fB/var/log/wtmp\fP.
15 .IP \fB\-\fP\fInum\fP
16 This is a count telling \fBlast\fP how many lines to show.
17 .IP "\fB\-n\fP \fInum\fP"
18 --- sysvinit-2.86.ds1.orig/man/mesg.1
19 +++ sysvinit-2.86.ds1/man/mesg.1
20 @@ -26,7 +26,9 @@
21 .PP
22 If no option is given, \fBmesg\fP prints out the current access state of your
23 terminal.
24 -.PP NOTES
25 +.\"}}}
26 +.\"{{{ Notes
27 +.SH NOTES
28 \fBMesg\fP assumes that its standard input is connected to your
29 terminal. That also means that if you are logged in multiple times,
30 you can get/set the mesg status of other sessions by using redirection.
31 --- sysvinit-2.86.ds1.orig/man/pidof.8
32 +++ sysvinit-2.86.ds1/man/pidof.8
33 @@ -31,6 +31,13 @@
34 Tells \fIpidof\fP to omit processes with that process id. The special
35 pid \fB%PPID\fP can be used to name the parent process of the \fIpidof\fP
36 program, in other words the calling shell or shell script.
37 +.SH "EXIT STATUS"
38 +.TP
39 +.B 0
40 +At least one program was found with the requested name.
41 +.TP
42 +.B 1
43 +No program was found with the requested name.
44 .SH NOTES
45 \fIpidof\fP is simply a (symbolic) link to the \fIkillall5\fP program,
46 which should also be located in \fP/sbin\fP.
47 --- sysvinit-2.86.ds1.orig/man/shutdown.8
48 +++ sysvinit-2.86.ds1/man/shutdown.8
49 @@ -100,10 +100,11 @@
50 Second, it can be in the format \fB+\fP\fIm\fP, in which \fIm\fP is the
51 number of minutes to wait. The word \fBnow\fP is an alias for \fB+0\fP.
52 .PP
53 -If shutdown is called with a delay, it creates the advisory file
54 +If shutdown is called with a delay, it will create the advisory file
55 .I /etc/nologin
56 which causes programs such as \fIlogin(1)\fP to not allow new user
57 -logins. Shutdown removes this file if it is stopped before it
58 +logins. This file is created five minutes before the shutdown sequence
59 +starts. Shutdown removes this file if it is stopped before it
60 can signal init (i.e. it is cancelled or something goes wrong).
61 It also removes it before calling init to change the runlevel.
62 .PP
63 --- sysvinit-2.86.ds1.orig/man/bootlogd.8
64 +++ sysvinit-2.86.ds1/man/bootlogd.8
65 @@ -20,10 +20,10 @@
66 \fIlogfile~\fP unless \fIlogfile~\fP already exists.
67 .IP \fB\-v\fP
68 Show version.
69 -.IP \fB\-l logfile\fP
70 +.IP "\fB\-l logfile\fP"
71 Log to this logfile. The default is \fI/var/log/boot\fP.
72 -.IP \fB\-p pidfile\fP
73 +.IP "\fB\-p pidfile\fP"
74 Put process-id in this file. The default is no pidfile.
75 .SH BUGS
76 Bootlogd works by redirecting the console output from the console
2424 test -f src/init.c
2525 endef
2626
27 build:
27 build: patch-stamp
2828 # Builds the binary package.
2929 $(checkdir)
3030 (cd src; make DISTRO=Debian)
188188 dpkg --build $(tmp) ..
189189 rm -rf $(tmp)
190190
191 clean: checkroot
191 clean: checkroot unpatch
192192 (cd src; make clobber )
193193 rm -f build debian/files debian/substvars debian/readlink
194194 rm -rf $(tmp)
201201 test root = "`whoami`"
202202
203203 .PHONY: binary binary-arch binary-indep clean checkroot
204
205 include /usr/share/dpatch/dpatch.make
1919 \fIlogfile~\fP unless \fIlogfile~\fP already exists.
2020 .IP \fB\-v\fP
2121 Show version.
22 .IP "\fB\-l logfile\fP"
22 .IP \fB\-l logfile\fP
2323 Log to this logfile. The default is \fI/var/log/boot\fP.
24 .IP "\fB\-p pidfile\fP"
24 .IP \fB\-p pidfile\fP
2525 Put process-id in this file. The default is no pidfile.
2626 .SH BUGS
2727 Bootlogd works by redirecting the console output from the console
5050 .\"}}}
5151 .\"{{{ Options
5252 .SH OPTIONS
53 .IP \fB\-\fP\fIf \fIfile\fP
54 Tells \fBlast\fP to use a specific file instead of \fB/var/log/wtmp\fP.
5553 .IP \fB\-\fP\fInum\fP
5654 This is a count telling \fBlast\fP how many lines to show.
5755 .IP "\fB\-n\fP \fInum\fP"
2525 .PP
2626 If no option is given, \fBmesg\fP prints out the current access state of your
2727 terminal.
28 .\"}}}
29 .\"{{{ Notes
30 .SH NOTES
28 .PP NOTES
3129 \fBMesg\fP assumes that its standard input is connected to your
3230 terminal. That also means that if you are logged in multiple times,
3331 you can get/set the mesg status of other sessions by using redirection.
3030 Tells \fIpidof\fP to omit processes with that process id. The special
3131 pid \fB%PPID\fP can be used to name the parent process of the \fIpidof\fP
3232 program, in other words the calling shell or shell script.
33 .SH "EXIT STATUS"
34 .TP
35 .B 0
36 At least one program was found with the requested name.
37 .TP
38 .B 1
39 No program was found with the requested name.
4033 .SH NOTES
4134 \fIpidof\fP is simply a (symbolic) link to the \fIkillall5\fP program,
4235 which should also be located in \fP/sbin\fP.
9999 Second, it can be in the format \fB+\fP\fIm\fP, in which \fIm\fP is the
100100 number of minutes to wait. The word \fBnow\fP is an alias for \fB+0\fP.
101101 .PP
102 If shutdown is called with a delay, it will create the advisory file
102 If shutdown is called with a delay, it creates the advisory file
103103 .I /etc/nologin
104104 which causes programs such as \fIlogin(1)\fP to not allow new user
105 logins. This file is created five minutes before the shutdown sequence
106 starts. Shutdown removes this file if it is stopped before it
105 logins. Shutdown removes this file if it is stopped before it
107106 can signal init (i.e. it is cancelled or something goes wrong).
108107 It also removes it before calling init to change the runlevel.
109108 .PP