Log of /branches/baselayout-1_12/sbin/rc-services.sh
Parent Directory
|
Revision Log
Revision
1800 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 11 12:49:38 2006 UTC
(7 years, 4 months ago)
by
uberlord
File length: 20707 byte(s)
Diff to
previous 1799
runscript.sh now traps interrupt signals and rolls back its status to what
it was when before it started.
bonding module now supports space seperated and array variables, #118590.
Revision
1799 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 10 16:15:21 2006 UTC
(7 years, 4 months ago)
by
uberlord
File length: 20637 byte(s)
Diff to
previous 1649
Removed runlevel dependancies from runscript.sh as they're now in rc.
runscript.sh now has much better locking, #118418.
We now store services to restart when we end up as inactive from a restart
or we were stopped with IN_BACKGROUND=true, #112088.
We no longer stop and start services already running on runlevel change if
they're in the runlevel we're changing too.
We can now wait_sevice on services started outside of rc.
rc-status now reports "Could not locate" instead of "Could not local",
thanks to Christian Heim.
Revision
1599 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 7 18:14:40 2005 UTC
(7 years, 6 months ago)
by
uberlord
File length: 21244 byte(s)
Diff to
previous 1574
rc-status now warns about broken symbolic links in /etc/runlevels and
trace_dependencies got a bit of a revamp, attempts to fix #104394
Revision
1441 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 31 09:32:11 2005 UTC
(7 years, 8 months ago)
by
uberlord
File length: 21258 byte(s)
Diff to
previous 1418
service status requests (either by /etc/init.d/foo status or rc-status)
now update the service status by checking daemons and/or pidfiles to check if they are still running or not. To update the status in your own code,
source "${svclib}/sh/rc-daemon.sh" and call
update_service_status "${service}"
Trimmed $Header$ from a few files
Revision
1418 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 18 09:45:13 2005 UTC
(7 years, 9 months ago)
by
uberlord
File length: 21269 byte(s)
Diff to
previous 1407
RC_AUTO_INTERFACE defaults to NO - but we still default to DHCP
consoletype is now cached. This has the benefit of being very slightly
faster and you now get coloured text for parallel startup
Parallel startup also does parallel shutdown as well
You're now warned if you're using a deprecated conf.d/net syntax
Revision
1348 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 26 06:34:06 2005 UTC
(7 years, 9 months ago)
by
uberlord
File length: 20748 byte(s)
Diff to
previous 1347
Removed the parallel depend for init scripts and related functions.
The RC_PARALLEL_STARTUP works well for all - no need for init scripts to
state if they parallel or not.
Revision
1314 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 18 07:26:06 2005 UTC
(7 years, 10 months ago)
by
uberlord
File length: 20133 byte(s)
Diff to
previous 1298
Changed wpa-supplicant to wpa_supplicant when reporting that it is not
installed. Fixes #99381
Fixed some startup problems caused by a mixture of inactive +
begin_service/end_service functions.
Revision
1267 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 1 20:40:29 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin/rc-services.sh
File length: 20329 byte(s)
Diff to
previous 1264
Minor tweaks to all dhcp modules - basically better quoting so that
the eval calls work better
pump can now be backgrounded
Tweaked the dhcp helpers so that more code is shared
A few tweaks to runscript.sh and rc-services.sh to avoid races
Revision
1258 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 28 11:44:18 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin/rc-services.sh
File length: 20291 byte(s)
Diff to
previous 1248
wpa_supplicant now respects the background=no option if
wpa_suppliant>=0.4.0 is installed
fixed network dependencies some more
You can now restart a script marked starting/inactive
Documented the use of the RC_USE_CONFIG_PROFILE variable in conf.d/rc
udhcpc now removes stale pidfiles
Revision
1179 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 19 15:23:43 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin/rc-services.sh
File length: 19287 byte(s)
Diff to
previous 1128
Merged Paul Pacheco's parallel startup #69854 and modules update
#55329 patches
If RC_PARALLEL_STARTUP==yes then we no longer output einfo/ebegin
messages as they don't line up on screen correctly - instead we output
service ${myservice} starting/started/stopping/stopped/failed
Revision
1126 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 10 14:33:57 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin/rc-services.sh
File length: 16533 byte(s)
Diff to
previous 1064
Fix get_service_index() being off by one. Fix trace_dependencies() to also
take net into regard if its a net_service. This fixes two problems, first
shutdown should bring services down that uses net before the net.* services,
and secondly '/etc/init.d/net.eth0 needsme', etc should now work properly.
All changes to sbin/rc-services.sh.
Revision
1029 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 8 16:04:18 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin/rc-services.sh
File length: 18948 byte(s)
Diff to
previous 1013
rc-services.sh now does a /sbin/depscan.sh -u if we have not got
our deptree loaded
removed net_start/stop function from net.lo, bridge and bonding
net.lo now supports depend() per interface like so
depend_br0() { need net.eth0 net.eth1 }
Revision
947 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 10 17:04:03 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/sbin/rc-services.sh
File length: 19041 byte(s)
Diff to
previous 764
net.lo now supports fallback_route - fixes #75676
due to bash limitations, only one fallback route is supported
cleaned up dhcp helper
iproute now appends routes instead of adding them - this allows multiple
default routes
RC_STRICT_NET_CHECKING now supports the none "option" which means
that the net service is always up
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
| Sticky Revision: |
|