Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
There's no way the ifup|ifdown|rtup|rtdown etc functions will ever hit
the new iproute2 based logic. Therefore, always remind the user that
this functionality is deprecated. This prevents misusage of the
functionality as seen in FS#24714.
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
In case loading modules enables a frambuffer with higher resolution than the
standard 80 columns, we recalculate the number of columns after all modules
have been loaded.
Original-patch-by: Aaron Griffin <aaronmgriffin@gmail.com>
Original-patch-by: Søren Poulsen <nikorpoulsen@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
In some cases is good to know when rc.sysinit is going to use /usr
See FS#24712
Signed-off-by: jofko <joffko@gmail.com>
[tomegun: added comment to 'functions' and changed name of hook]
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
4cad51425325 removed the necessity for defining gateway, but we still
continued to check for it. Remove this check, as well as the check for
netmask. When not supplied, netmask will default to /24.
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
Although silly, this would positively match something such as
USRBTRFS=deadeyes
Instead, enumerate the match as a simple glob.
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
|
|
This also discards the explicit deletion of the route in network_down,
as bringing down the interface will take care of this for us.
Addresses FS#24690
Thanks-to: Matthias Dienstbier <matthias_dienstbier@yahoo.de>
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
By default all script should be run as root.
If NEED_ROOT=0 is set before loading /etc/rc.d/functions in a rc.d scripts, this will not apply.
This allow script with only some part which require root level to call need_root() function
at beginning of those parts.
Close FS#24095
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
This patch allow rc.d list started and rc.d list stopped which list respectively
only started and stopped daemons
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
This is some unfinished business from our removal of load-modules.sh.
We call modprobe with -ab for the contents of the MODULES array, which
should no longer contain ! prefixed module names. --quiet is explicitly
ommitted, as users should be aware of any errors that might occur here.
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
|
|
Without this broadcast address is not set.
broadcast= parameter can be empty. In this case the broadcast address
is derived by setting all of the interface host bits to one (+).
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
|
|
This allows us to ignore the hostname utility, whose home is currently in flux.
Suggested-by: Thomas Bächler <thomas@archlinux.org>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
rc.multi
rc.single
Trivial conflict, and fixed a bug introduced when I imported the patches in the first place (oops).
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
rc.single
rc.sysinit
Mostly trivial conflicts with Dave's path purging
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
This has been removed from the udev package, so this code would never
be executed. Can finally be removed.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Before: adjust and set time on boot, adjust rtc every hour, and on shutdown.
Now: do not set time on boot, adjust rtc on shutdown.
Rationale:
1) We can never ever set the systemtime after system is up and running, as this might
make time go backwards (unless we are careful à la ntpd, but we don't want to get
into that business).
2) We are under the assumption that exact time is not needed, we are just trying
to avoid large, accumulating drifts over time. With the new (significantly simpler)
implementation systemtime will be off by the drift since the last clean shutdown.
With the old implementation systemtime would be off by the drift since last
shutdown (even if it was unclean). Either way the drifts would not accumulate,
and a clean reboot would get you a "perfect" time.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
This allows HARDWARECLOCK to be removed from rc.conf, if you want to
rely on /var/lib/hwclock/adjtime (or wherever the file ends up in the
future). It assumes the relevant path is on the rootfs.
Furthermore, we can assume (since kernel2.6.??) that the rtc modules
set the time from rtc themselves, so our job is just to adjust the tz.
(FWIW, this coincides with what systemd does).
To get the old behavior of not touching the rtc, set it to anything
anything else.
We should probably have chosen a syntax for this, like IGNORE. Maybe
another time...
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
|
|
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
|
|
If settle finishes too early, we want to know as some needed devices might not
yet have been enumerated. Do not pass --quiet.
Do not check for running udev before doing trigger/settle. Worst case, if someone
does not have udev (which is not supported), they will see some extra status lines,
but boot will still continue.
Lastly, remove obvious comments (they were repeating the status message in the line
below).
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
These are run from a context where PATH will be set, so defining
absolute paths is unnecessary.
|
|
Since we're declaring a PATH anyways, we may as well use it. This gives
us immunity against binaries moving around, as in the recent case of
iproute2. A few other minor, associated, tweaks to go along with this:
* any -x tests are modified to use 'type -P' to resolve the path before
checking for execute permission
* any pidof checks are stripped of paths as well.
|
|
Going from multi to single and going back to multi, bootlogd is not running.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
|
|
Conflicts:
rc.sysinit
Conflict with ip move away from /usr
|
|
The move to iproute2 broke the setup of loopback for users having
a separate /usr, as it was not monuted before /usr/bin/ip was called.
Together with iprouet2-2.6.38-3, this fixes the problem by using
/sbin/ip instead.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
We already have /tmp and /dev/shm as world writeable directories with
exec permissions, so it doesn't necessarily make sense to inhibit exec
here. There also might be use cases where running one-off programs from
/run might make sense.
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
Upstream already supports this via the loglevel= parameter on the kernel
cmdline, so we should support using this instead of our own homegrown
solution.
Signed-off-by: Dave Reisner <d@falconindy.com>
|
|
This will no longer have any effect with the new udev package.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
This is as part of deprecating net-tools. nisdoaminname has been moved to
yp-tools, and the location of the config file has changed. When using ypbind
the doaminname is set as part of the rc script. If needed for other purposes
a new rc script should be added.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Commit a3314c7697 deleted a bit too much of the comments from rc.conf.
This patch restores the comments/example used by netcfg, and clarifies
the comments a bit.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Commit d8796827 introduced a minor bug, this fixes it.
We alse add some indentation to avoid future confusion.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
To quote the commit to util-linux:
"Reuse the speed the kernel configured on the port. If the setting
from kernel is useless (tty returns BREAK character) then the specified
baud rate (38400) is used."
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
rc.d
Trivial conflict with dave's eval purge.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Add comment to note that MOD_AUTOLOAD should always be "yes" and
blacklisting is no longer supported in the MODULES array.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
This reverts commit 99d64f5789f01243903be4b32078ec38bdce75fa.
We decided not to provide a compatibility layer, but rather require
the user to create blacklist files in /etc/modprobe.d manually.
Hence, this is no longer needed.
The reason was that the compatibliy would not be 1-to-1, so it might
be missleading to pretend that it was. Also, most people should not
need the blacklisting in the first place.
Conflicts:
Makefile
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|