| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
In serveral places we use the pip3 command to install Python 3 programs
and modules for all users as root. This conflicts with the Python
developers' recommendation to build packages in a virtual environment as
a regular user. To this end, a multi-line warning is written when using
pip3 as the root user.
This change shows users how to avoid this warning.
|
| |
|
|
|
|
|
|
| |
Update to libcap-2.64.
Update to linux-5.17.3.
Update to gzip-1.12.
|
| |
|
| |
|
|
|
|
| |
It now just untars into procps-ng-4.0.0 directory, as we expect.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to sysvinit-3.02.
Update to zlib-1.2.12.
Update to expat-2.4.8.
Update to Jinja2-3.1.1.
Update to Python-3.10.4.
Update to procps-ng-4.0.0.
Update to iproute2-5.17.0.
Update to meson-0.62.0.
Update to linux-5.17.1.
Update to util-linux-2.38.
|
|\ |
|
| |
| |
| |
| | |
copy/paste error rc0.d -> rc6.d. Brown paperbag commit...
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
Telling the user to override CFLAGS and CXXFLAGS may cause two problems:
1. We've added --with-gcc-arch=native, so the configure script will add
"-march=native" into CFLAGS. Then we've not really verified which
-march= value is the last one in the GCC command line and being really
used.
2. User may just export CFLAGS="-march=x86_64", without "-O2". This
will produce unoptimized binaries.
|
| |
|
| |
|
| |
|
|
|
|
| |
It's not true anymore with the new semantics of K/S files.
|
|
|
|
|
|
|
| |
Otherwise, warnings are issued when changing runlevel. "ip route"
is a good test of whether network is already up. If users want to
change some config, they should use ifup/down, not the network
bootscript.
|
|
|
|
|
|
|
| |
Now start and reboot should be called as "script start", and they
should be the last in their runlevel. Note that install_initd
needs to be patched for this to work; see
https://github.com/lfs-book/LSB-Tools/pull/12
|
|
|
|
|
| |
In runlevel 0/6, services which must be stopped should be
with Kxx symlinks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Presently, there are a lot of special cases:
- runlevel 0 and 6 unconditionally run "script stop" if they
find a Kxxscript symlink. This may lead to trying to stop an
already stopped device if for example switching to runlevel 0/6
from runlevel 1. This can be fixed by stating the convention
that it is the responsability of scripts to check that the service
is running before killing it (or not running before starting it).
Still, we shouldn't try to stop a service if it was marked K in
the previous runlevel. And same for S files: we shouldn't try to
start a service that was marked S in the previous runlevel. Note
that changing runlevel is not a "reset": if a user has manually
changed the state of a daemon, this state will remain the same
upon changing runlevel if the S/K status of that dameon is
the same in both runlevels.
- Sxxscript symlinks in runlevel 0/6 are run as "script stop"
instead of the more intuitive "script start". This does not interact
well with LSB-tools (some scripts would need "Default-Start: S 0 6"
but then it is impossible to get correct "Required-Start" or
"Should-Start" fields). Furthermore, having a counter-intuitive
behavior is error prone. So now runlevel 0/6 will run "script
sart" for a Sxxscript.
|
|
|
|
| |
There is a better version in init-functions
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
The info page of readline says "eight-bit", so I guess a dash is proper.
Suggested-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
|
| |
| |
| |
| | |
Suggested-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
|
| |
| |
| |
| | |
Also make the order and the layout the same as in menu.
|
| |
| |
| |
| |
| |
| | |
Since the kernel can mount /dev if given the proper config
parameter, and we tell users to set this parameter when building
the kernel, this should be mentioned in the script
|
| | |
|
| |
| |
| |
| |
| |
| | |
Update the meaning of run level 2.
Add some clarifying remarks about run levels 0 and 6 (halt and reboot).
|
|/ |
|
|
|
|
|
|
|
| |
libzstd.pc is created during "make", so without prefix=/usr here
"-L/usr/local/lib" will show up in libzstd.pc.
Thanks Ryan Marsaw for the report.
|
|
|
|
|
| |
Now BLFS has gobject-introspection-1.72, which is already fixed. GJS
fix will be released in GNOME 43 (not 42).
|
|
|
|
|
|
|
|
| |
* Update to Python-3.10.3 (#5028)
* Update to libtool-2.4.7 (#5029)
* Update to linux-5.16.16 (#5030)
* Update to tzdata-2022a (#5031)
* Update to man-db-2.10.2 (#5032)
|
|
|
|
|
|
|
|
| |
If run once (as it is now), the only possibility after hitting
control-D is to reboot. Note that init treats the S runlevel
differently:
when the last daemon to be run n runlevel S exits, init switches
to the default runlevel. This is not the case for other runlevels.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
systemd-man-pages-250.tar.xz has no additional leading components.
An errata is required.
|
|/ |
|