Codebase list sysvinit / 4080fbb
Update meta information about patches applied upstream. Petter Reinholdtsen 10 years ago
10 changed file(s) with 18 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
77 on kFreeBSD (Closes: #576443). Patch from Mats Erik Andersson.
88 * Update debian/watch file to use the new upstream location linked to
99 from http://savannah.nongnu.org/projects/sysvinit .
10 * Update meta information about patches applied upstream.
1011
1112 -- Petter Reinholdtsen <pere@debian.org> Fri, 07 Feb 2014 09:11:42 +0100
1213
0 Description: Document process field limit in error message and manual page
1 Author: Johannes Truschnigg <johannes@truschnigg.info>
2 Last-Update: 2012-11-23
3 Status: applied upstream
4
05 diff --git a/man/inittab.5 b/man/inittab.5
16 index e1d739d..80aa084 100644
27 --- a/man/inittab.5
00 Purpose: Fix typo in fstab-decode(8) font escape
11 Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
22 Fixes: -
3 Status: Not submitted upstream
3 Status: applied upstream
44
55 ---
66 --- a/man/fstab-decode.8
00 Purpose: kFreeBSD is missing VSWTC, provide workaround.
11 Authour: Petter Reinholdtsen
22 Fixes: #579293
3 Status: Not sent upstream.
3 Status: applied upstream
44
55 --- sysvinit.old/src/init.c (revision 1869)
66 +++ sysvinit/src/init.c (working copy)
00 Purpose: Hurd is missing PATH_MAX, provide workaround.
11 Authour: Werner Fink
22 Fixes: ?
3 Status: Not send upstream
3 Status: applied upstream
44
55 --- sysvinit.orig/src/killall5.c (revision 1869)
66 +++ sysvinit/src/killall5.c (working copy)
22 Description: killall5.c: Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS.
33 If sysconf returns an error, fall back to MAXSYMLINKS on platforms that
44 define it. Fixes build on Hurd.
5 Status: applied upstream
56
67 --- a/src/killall5.c
78 +++ b/src/killall5.c
00 Purpose: Make sure the utf-8 flag is not cleared from the tty.
11 Authour: Samuel Thibault
22 Fixes: #547073
3 Status: Not applied upstream.
3 Status: applied upstream
44
55 --- a/src/init.c
66 +++ b/src/init.c
00 Purpose: Try to fix the logic used to enable SELinux
11 Authour: Petter Reinholdtsen
22 Fixes: #580272
3 Status: Not sent upstream yet
3 Status: applied upstream
44
55 --- a/src/init.c
66 +++ b/src/init.c
0 Purpose: Port ifdown.c to FreeBSD.
1 Authour: Guillem Jover
2 Fixes: #606565
3 Status: applied upstream
4
05 --- a/src/ifdown.c
16 +++ b/src/ifdown.c
27 @@ -37,6 +37,23 @@
33 Author: Mats Erik Andersson <debian@gisladisker.se>
44 Last-Update: 2012-04-03
55 Fixes: #576443
6 Status: not set upstream
6 Status: applied upstream
77
88 --- sysvinit-2.88dsf.debian/src/bootlogd.c
99 +++ sysvinit-2.88dsf/src/bootlogd.c