[go: up one dir, main page]

File: changelog

package info (click to toggle)
file-rc 0.5.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 108 kB
  • ctags: 20
  • sloc: sh: 886; makefile: 44
file content (204 lines) | stat: -rw-r--r-- 8,342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
file-rc (0.5.5) frozen unstable; urgency=low

  * This is only a bugfix release (very small changes), which can go into
    frozen.
  * Avoid "can't shift that many" message when rclink2file is run with ash
  * move "# THE LAST LINE IS NEVER READ" to the end of runlevel.conf
    (Closes: # 57787).

 -- Roland Rosenfeld <roland@debian.org>  Fri, 11 Feb 2000 12:24:45 +0100

file-rc (0.5.4) unstable; urgency=low

  * Get rid of "echo -e" in rc, rclink2file.sh and update-rc.d, because
    this seem to be incompatible to POSIX.
  * Get rid of "echo -n" in update-rc.d because this is not fully
    portable.
  * Get rid of all "echo -n" in rc except one (which outputs dots to show,
    that the system is waiting for a lock, it shouldn't be a big problem
    if this fails, it only looks ugly).
  * Removed unique() from update-rc.d, it was never used.
  * Upgrade to Standards version 3.1.0: Added Build-Depends

 -- Roland Rosenfeld <roland@debian.org>  Sun,  9 Jan 2000 00:19:49 +0100

file-rc (0.5.3) unstable; urgency=medium

  * Add pointer to runlevel.conf(5) to new /etc/runlevel.conf created by
    rclink2file.sh.
  * update-rc.d: use "-" if start- or stop-list is empty (Closes: #47910)
  * update-rc.d: remove now really removes instead of mentioning, that
    this command is already in runlevel.conf.

 -- Roland Rosenfeld <roland@debian.org>  Wed, 20 Oct 1999 23:44:38 +0200

file-rc (0.5.2) unstable; urgency=low

  * rcfile2link.sh: Correct detection of comments (created links for
    commented lines before).
  * Added man page runlevel.conf(5).

 -- Roland Rosenfeld <roland@debian.org>  Mon,  4 Oct 1999 09:55:23 +0200

file-rc (0.5.1) unstable; urgency=low

  * Use runlevel.fallback in rcS, if runlevel.conf isn't available.
  * Start a /sbin/sulogin in rc, if runlevel.conf and runlevel.fallback
    aren't available. (Thanks to Richard Hawes <hawesr@gemair.com> for
    mentioning this).
  * Update to standards version 3.0.1:
    - /usr/doc -> /usr/share/doc
    - Add #DEBHELPER# to [post|pre][inst|rm] scripts.
  * Added a debian/TODO.
  * Wait for 120 seconds in rc if lockfile exists.  After this die on a
    normal runlevel change or kill the locking process, if rebooting or
    halting (this avoids strange states in these special situation).
  * Lock runlevel.conf, if prevlevel!=N and new runlevel!=1,6.

 -- Roland Rosenfeld <roland@debian.org>  Thu, 30 Sep 1999 19:03:09 +0200

file-rc (0.5.0) unstable; urgency=low

  * Changed debian/rules to debhelper.
  * Changed standards-version to 2.5.1 (no changes).
  * Conflict with ash (<< 0.3.5-1), so update-rc.d and rclink2file.sh can
    use /bin/sh (older versions of ash had a bug in ${parameter%%word},
    new ash and bash have no problem with this).

 -- Roland Rosenfeld <roland@debian.org>  Sat, 14 Aug 1999 17:57:25 +0200

file-rc (0.4.9) unstable; urgency=low

  * update-rd.d: Don't change runlevel.conf, if there is already a line
    with the actual command in it. This didn't work under all
    circumstances before (Closes: #31729).
  * Remove bashisms from debian/rules.

 -- Roland Rosenfeld <roland@debian.org>  Mon,  9 Aug 1999 18:22:44 +0200

file-rc (0.4.8) unstable; urgency=low

  * New maintainer.
  * Upgraded standards-version to 2.5.0 (no changes).
  * Changed lock file consistently to /etc/runlevel.lock (should be on
    root partition).
  * Added Copyright to debian/copyright.
  * Fixed r2d2 URL in debian/copyright (Closes: #38675).
  * Run update-rc.d with /bin/bash, because there are still some bashisms
    in it (Closes: #37510).
  * Removed bashisms in all shell scripts. So at least rc and rcS can run
    with sh linked to ash. update-rc.d still needs bash because of #37510.
    (Closes: #35570, #36851, #36889 ).

 -- Roland Rosenfeld <roland@debian.org>  Fri,  2 Jul 1999 11:39:06 +0200

file-rc (0.4.7) frozen unstable; urgency=low, closes=30669

  * Fixed problems wrt. changing of runlevels, partially applied patch
    from Roland Rosenfeld.  (closes: Bug#30669)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 30 Dec 1998 12:39:23 +0100

file-rc (0.4.6) unstable; urgency=low, closes=28204

  * Execution of .sh scripts now takes place in a separate environment of
    the current shell using the "(. *.sh)" construct.  This allows .sh
    scripts to use exit statements without halting the complete boot
    procedure.  (closes: Bug#28204)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 22 Oct 1998 12:31:46 +0200

file-rc (0.4.5) unstable; urgency=low, closes=28066

  * *Temporarily* disabled sourceing of *.sh scripts.  This needs to be
    discussed on -policy.  It's disabled to avoid showstoppers for the
    slink release.
  * Corrected comment-detection code.  Thanks to Marc Haber
    <Marc.Haber@gmx.de> (closes: Bug#28066)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 20 Oct 1998 20:13:11 +0200

file-rc (0.4.4) unstable; urgency=low, closes=23459

  * Don't check for being executable when referring to a *.sh script

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 30 Jun 1998 01:08:44 +0200

file-rc (0.4.3) unstable frozen; urgency=high, closes=19507 19310 17882 20963

  * Complete rewrite of the commandline parser for update-rc.d.  It now
    handles different runlevels correctly and works similar to the program
    as provided by sysvinit.
  * Included support for runlevel S (closes: Bug#19507)
  * Wrote and included rcS
  * Moved /etc/init.d/reboot and /etc/init.d/halt from sequence 05 to 99
  * Use dpkg-divert for /etc/init.d/rcS
  * Complete rewrite of debian/rules as it's now clear that I'm not only
    an interim maintainer. (closes: Bug#19310)
  * Applied patch from Wakko Warner <wakko@ani.animx.ml.org> to support
    .sh files. (closes: Bug#17882)
  * Used new source ftp address in copyright
  * Rewrote rclink2file.sh to support different start sequences
  * Hacked support for runlevel S into rcfile2link.sh
  * Removed /tmp files in favour of /etc tempfiles
  * Added support for runlevel S in rclink2file.sh
  * Added support for .sh files not marked executable
  * Modified /etc/init.d/rc to call all kill scripts first and then run
    the start scripts, when they're not called in the previous level -
    just like sysvinit.  (closes: Bug#20963)
  * New description
  * Added module to correct missing runlevel S support and wrong handling
    for reboot and halt to postinst
  * New Standards-Version
  * Heavy tested the code on a plain hamm machine as well as on a manual
    crippled machine.  Yes, it works.  Great.

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sun, 17 May 1998 20:22:43 +0200

file-rc (0.4.2) unstable frozen; urgency=low, closes=14003 12226 10075 12661

  * New maintainer
  * New standards version
  * Modified debian/rules
  * Added copyright from upstream author
  * Corrected copyright notice
  * Modified postinst according to Juan Cespedes' suggestion (Bug#14003)
  * Fixed small typo in update-rc.d which prevents the help text from
    being displayed
  * Corrected update-rc.d so entries get removed now (Bug#12226)
  * Better options handling included
  * Implemented -f (force) switch
  * Changed on/off to start/stop in help text
  * Corrected bahaviour of update-rc.d when start/stop codes are
    specified.  These resulted in [= integer expression expected in the
    past.  (Bug#10075)
  * Modified update-rc.d so it now understands start (and stop) lists
    ending with a dot.  (Bug#12661)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 14 Jan 1998 12:42:13 +0100

file-rc (0.4.1) unstable frozen; urgency=medium

  * Installation now corrects previous defects in /etc/runlevel.conf and
    /etc/runlevel.fallback in preinst script.

 -- Tom Lees <tom@lpsg.demon.co.uk>  Sat, 24 May 1997 09:18:43 +0100

file-rc (0.4) unstable frozen; urgency=high

  * Fixed major problem with installation with multiple packages (#10051).
  * Fixed an even worse bug where it would totally fail to work (#10052).
  * No longer allows /etc/init.d/rc to be automatically overwritten by
    upgrading sysvinit.

 -- Tom Lees <tom@lpsg.demon.co.uk>  Fri, 23 May 1997 20:25:02 +0100

file-rc (0.3) unstable; urgency=low

  * Initial Release.

 -- Tom Lees <tom@lpsg.demon.co.uk>  Tue, 11 Feb 1997 18:19:10 +0000

Local variables:
mode: debian-changelog
End: