#119 closed defect (fixed)
fix sysvinit-2.78 patch + expand on it
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
It applies fine, but not nicely: gerard:sysvinit-2.81$ patch -Np1 -i ..sysvinit-2.81.patch patching file src/init.c Hunk #1 succeeded at 1361 (offset 7 lines).
Let's fix that.
Change History (2)
comment:1 by , 23 years ago
Summary: | fix sysvinit-2.78 patch → fix sysvinit-2.78 patch + expand on it |
---|
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done. The new patch is now in conglomoration/ I've just kept the lfs-packages tarball name the same as it's such a small change.
Note:
See TracTickets
for help on using tickets.
init.c wasn't updated by the author to include the new version number 2.81 (it says 2.80).
The init.c has the following three lines that could be changed by our already existing patch:
char *Version = "@(#) init 2.80 26-Jul-2001 miquels@…"; char *bootmsg = "version 2.80 %s"; #define E_VERSION "INIT_VERSION=sysvinit-2.80"