Log of /branches/baselayout-1_12/sbin
Directory Listing
Revision
2516 -
Directory Listing
Modified
Wed Jan 17 12:58:04 2007 UTC
(6 years, 4 months ago)
by
uberlord
Misc fixes and compatible with baselayout-1.13.0_alpha12.
Revision
2506 -
Directory Listing
Modified
Tue Jan 16 17:29:32 2007 UTC
(6 years, 4 months ago)
by
uberlord
Stop hotplug events from spamming log files.
Revision
2505 -
Directory Listing
Modified
Tue Jan 16 16:02:53 2007 UTC
(6 years, 4 months ago)
by
uberlord
Fix restarting when state isn't a symlink
Revision
2486 -
Directory Listing
Modified
Thu Jan 11 21:12:05 2007 UTC
(6 years, 4 months ago)
by
uberlord
Give 1.12 the same daemon file format as 1.13
Revision
2479 -
Directory Listing
Modified
Wed Jan 10 09:29:47 2007 UTC
(6 years, 4 months ago)
by
uberlord
Update the daemons file format so 1.13 should upgrade cleanly
Revision
2466 -
Directory Listing
Modified
Tue Jan 9 10:30:17 2007 UTC
(6 years, 4 months ago)
by
uberlord
Add conditionalrestart action, which is the same as restart but the service
is only restarted if it is already started. This means that anything that
whats this only has to use one command instead of two, making them more
efficient.
Revision
2450 -
Directory Listing
Modified
Wed Jan 3 10:19:39 2007 UTC
(6 years, 4 months ago)
by
vapier
update copyrights once like a band-aid
Revision
2448 -
Directory Listing
Modified
Wed Jan 3 10:04:17 2007 UTC
(6 years, 4 months ago)
by
vapier
add --help/--debug/--version flags
Revision
2439 -
Directory Listing
Modified
Wed Dec 20 16:05:28 2006 UTC
(6 years, 5 months ago)
by
uberlord
Only set remotename if we have a username, #104869 thanks to Alin Nastac.
Use the mtime of /etc/{conf,init}.d directories too so depscan.sh works
for newly added files. Partial fix for #158548.
Revision
2438 -
Directory Listing
Modified
Wed Dec 20 13:14:45 2006 UTC
(6 years, 5 months ago)
by
uberlord
Only launch sulogin if we are actually in single user mode, #158615.
Revision
2420 -
Directory Listing
Modified
Thu Dec 14 01:13:42 2006 UTC
(6 years, 5 months ago)
by
vapier
Move /sbin/modules-update to the module-init-tools package.
Revision
2353 -
Directory Listing
Modified
Thu Nov 2 10:13:52 2006 UTC
(6 years, 6 months ago)
by
uberlord
We no longer unmount ramfs in halt.sh, #151128
We no longer use =~ for the 1.12 branch only as we should work on all
bash versions, #151108
Revision
2316 -
Directory Listing
Modified
Mon Oct 16 14:46:30 2006 UTC
(6 years, 7 months ago)
by
uberlord
Stop rc-update descending into SCM directories.
Fixes #138188 thanks to Daniele Varrazzo.
Revision
2290 -
Directory Listing
Modified
Thu Sep 28 11:11:54 2006 UTC
(6 years, 7 months ago)
by
uberlord
Snapshot inactive services too when stopping from the background or restarting
Revision
2286 -
Directory Listing
Modified
Tue Sep 26 18:58:20 2006 UTC
(6 years, 7 months ago)
by
uberlord
Ensure a bit more sanity when restarting services
Revision
2285 -
Directory Listing
Modified
Tue Sep 26 18:16:12 2006 UTC
(6 years, 7 months ago)
by
uberlord
Return after recalling - duh
Revision
2284 -
Directory Listing
Modified
Tue Sep 26 16:09:35 2006 UTC
(6 years, 7 months ago)
by
uberlord
Fix bug #147490 and hopefully #148700
Revision
2255 -
Directory Listing
Modified
Thu Sep 21 07:06:05 2006 UTC
(6 years, 7 months ago)
by
vapier
Fix udev/devfs addon checks #147856.
Revision
2253 -
Directory Listing
Modified
Wed Sep 20 15:11:52 2006 UTC
(6 years, 8 months ago)
by
uberlord
Start scheduled services in the correct order, #148011.
Revision
2238 -
Directory Listing
Modified
Thu Sep 14 02:05:42 2006 UTC
(6 years, 8 months ago)
by
vapier
Check for the udev/devfs addons rather than binaries #147221.
Revision
2211 -
Directory Listing
Modified
Thu Aug 24 09:00:04 2006 UTC
(6 years, 8 months ago)
by
uberlord
Only report device initiated services if we really have any
Revision
2209 -
Directory Listing
Modified
Thu Aug 24 01:06:34 2006 UTC
(6 years, 8 months ago)
by
vapier
If /etc/conf.d/rc-extra exists, source it at the top of `rc` so users can inject whatever catches their fancy #144892 by Deadpan110.
Revision
2208 -
Directory Listing
Modified
Thu Aug 24 01:04:24 2006 UTC
(6 years, 8 months ago)
by
vapier
Add RC_DMESG_LEVEL for people to control the dmesg console loglevel at boot time #142810 by Viktors Rotanovs.
Revision
2202 -
Directory Listing
Modified
Tue Aug 22 15:10:16 2006 UTC
(6 years, 8 months ago)
by
uberlord
Punt irqbalance from rc
Revision
2198 -
Directory Listing
Modified
Mon Aug 21 11:11:50 2006 UTC
(6 years, 9 months ago)
by
uberlord
Start volumes after we have loaded modules. Don't do this in trunk - as we're going to move more logic from /sbin/rc to init scripts
Revision
2196 -
Directory Listing
Modified
Fri Aug 18 09:25:22 2006 UTC
(6 years, 9 months ago)
by
uberlord
Don't stop services that are depended on by coldplugged services.
Revision
2190 -
Directory Listing
Modified
Tue Aug 15 21:40:03 2006 UTC
(6 years, 9 months ago)
by
uberlord
Fix start-stop-daemon using the --name option
#143951 thanks to Dustin J. Mitchell
Revision
2187 -
Directory Listing
Modified
Mon Aug 14 13:22:44 2006 UTC
(6 years, 9 months ago)
by
uberlord
Only send a process the TERM signal once, #141832
Revision
2179 -
Directory Listing
Modified
Fri Aug 4 13:43:47 2006 UTC
(6 years, 9 months ago)
by
uberlord
Add bootchart suppport, #74425 and #141114. Thanks to Paul Pacheco.
Revision
2174 -
Directory Listing
Modified
Fri Jul 28 07:11:51 2006 UTC
(6 years, 9 months ago)
by
uberlord
Don't stop deps of inactive services
Revision
2171 -
Directory Listing
Modified
Thu Jul 20 17:16:38 2006 UTC
(6 years, 10 months ago)
by
uberlord
Enable RC_NEED="foo" and RC_USE="bar" in /etc/conf.d/${SERVICE}
so that users can overlay service dependencies with their own.
Bug #140865
Revision
2170 -
Directory Listing
Modified
Thu Jul 20 11:16:37 2006 UTC
(6 years, 10 months ago)
by
uberlord
Fix quoting in valid_i and give better feedback about services not starting/stopping
Revision
2167 -
Directory Listing
Modified
Tue Jul 18 18:06:59 2006 UTC
(6 years, 10 months ago)
by
uberlord
Allow start-stop-daemon to be used by non services
Revision
2165 -
Directory Listing
Modified
Tue Jul 18 11:06:40 2006 UTC
(6 years, 10 months ago)
by
uberlord
Report services scheduled to be started by another service as
started OK for splash.
Revision
2164 -
Directory Listing
Modified
Mon Jul 17 23:11:19 2006 UTC
(6 years, 10 months ago)
by
uberlord
Remove snapshots correctly
Revision
2162 -
Directory Listing
Modified
Mon Jul 17 08:53:52 2006 UTC
(6 years, 10 months ago)
by
uberlord
Use dolisting instead of ls for consitency
Revision
2161 -
Directory Listing
Modified
Mon Jul 17 08:46:45 2006 UTC
(6 years, 10 months ago)
by
uberlord
Reference coldplugged scripts correctly
Revision
2151 -
Directory Listing
Modified
Wed Jul 12 16:11:04 2006 UTC
(6 years, 10 months ago)
by
uberlord
Add bootmisc as a CRITICAL_SERVICE as too many init scripts don't
depend on it, which means that /var/run and others could get cleaned after
daemons write important things there - like pidfiles - when using parallel
startup.
Revision
2146 -
Directory Listing
Modified
Tue Jul 11 12:37:38 2006 UTC
(6 years, 10 months ago)
by
uberlord
Fix stopping individual interfaces without bringing down net depends
Revision
2145 -
Directory Listing
Modified
Mon Jul 10 19:14:28 2006 UTC
(6 years, 10 months ago)
by
uberlord
Exclude interfaces when RC_STRICT_NET_CHECKING=yes
Revision
2144 -
Directory Listing
Modified
Mon Jul 10 16:21:00 2006 UTC
(6 years, 10 months ago)
by
uberlord
Should be better to read
Revision
2143 -
Directory Listing
Modified
Mon Jul 10 16:18:00 2006 UTC
(6 years, 10 months ago)
by
uberlord
Fix errors caused by last commit, backport is_net_up from trunk to 1.12
Revision
2142 -
Directory Listing
Modified
Mon Jul 10 15:12:11 2006 UTC
(6 years, 10 months ago)
by
uberlord
Fixed some internal net dependencies with >1 active net service
Services can now be scheduled on any inactive services.
Revision
2141 -
Directory Listing
Modified
Sun Jul 9 13:21:53 2006 UTC
(6 years, 10 months ago)
by
uberlord
Stop inactive dependencies too
Revision
2123 -
Directory Listing
Modified
Tue Jun 27 06:40:43 2006 UTC
(6 years, 10 months ago)
by
vapier
Make sure modules-update generates the devfs config files properly #136174.
Revision
2121 -
Directory Listing
Modified
Sun Jun 25 07:01:12 2006 UTC
(6 years, 10 months ago)
by
vapier
Make sure modprobe.conf is generated properly when done by hand #132668 by Alexander Skwar.
Revision
2120 -
Directory Listing
Modified
Sun Jun 25 06:59:31 2006 UTC
(6 years, 10 months ago)
by
vapier
fix typo in message about /etc/modprobe.conf not being needed
Revision
2100 -
Directory Listing
Modified
Sun Jun 18 23:27:38 2006 UTC
(6 years, 11 months ago)
by
vapier
Force stricter mount options on /proc /sys /dev/pts /proc/bus/usb
Revision
2096 -
Directory Listing
Modified
Sun Jun 18 17:55:43 2006 UTC
(6 years, 11 months ago)
by
uberlord
vlan id's can now be treated as individual interfaces via init scripts
provided they depend on the real interface, #137029
Revision
2095 -
Directory Listing
Modified
Thu Jun 15 10:34:14 2006 UTC
(6 years, 11 months ago)
by
uberlord
runscript.sh now supports the --verbose flag setting RC_VERBOSE="yes"
When RC_VERBOSE="yes" and RC_PARALLEL_STARTUP="yes" and there is no
exclusive lock (ie, init script not started via rc) then we don't hide
init script output by setting RC_QUIET_STDOUT, #136034.
Revision
2091 -
Directory Listing
Modified
Wed Jun 14 21:13:31 2006 UTC
(6 years, 11 months ago)
by
uberlord
{start,stop}_volumes moved to rc and halt.sh respectively.
net services are now depended upon more correctly.
Revision
2089 -
Directory Listing
Modified
Wed Jun 14 08:46:16 2006 UTC
(6 years, 11 months ago)
by
uberlord
Fix "before net" dependencies, #135872 thanks to Oldrich Jedlicka.
pppd.sh now uses passwordfd instead of very nasty regex stuff,
thanks to Oldrich Jedlicka, Alin Nastac and me :), #134337
Revision
2083 -
Directory Listing
Modified
Wed Jun 7 09:51:06 2006 UTC
(6 years, 11 months ago)
by
azarah
Move 'dmesg -n 1' earlier with new udev stuff that floods the console.
Revision
2077 -
Directory Listing
Modified
Mon Jun 5 13:28:14 2006 UTC
(6 years, 11 months ago)
by
uberlord
Show help when rc-update is called without arguments, #133434.
Revision
2076 -
Directory Listing
Modified
Mon Jun 5 13:23:07 2006 UTC
(6 years, 11 months ago)
by
uberlord
depscan.sh now tries to touch files in with future mtimes so that
users only see the clockscew message once, #135212.
Revision
2074 -
Directory Listing
Modified
Mon Jun 5 12:19:20 2006 UTC
(6 years, 11 months ago)
by
uberlord
rc now stops services again, #135340
Revision
2073 -
Directory Listing
Modified
Mon Jun 5 12:03:05 2006 UTC
(6 years, 11 months ago)
by
uberlord
Fix typo in /sbin/rc, #135323 thanks to Ed Catmur.
Revision
2050 -
Directory Listing
Modified
Fri Jun 2 20:02:40 2006 UTC
(6 years, 11 months ago)
by
uberlord
Allow LC_* and LANG vars through to runscript.sh by default.
net.lo now comes after bootmisc, #135118 thanks to Oldrich Jedlicka.
arping.sh now has MAC address support, #134253 thanks to Oldrich Jedlicka.
pppd.sh now updates secret files with a blank password, #134337
Remove swapon call from /sbin/rc as localmount already calls it,
partial fix for #134489
Revision
2047 -
Directory Listing
Modified
Tue May 30 09:58:08 2006 UTC
(6 years, 11 months ago)
by
uberlord
Really fix is_xenU_sys, #134571 thanks to Stefan Hellermann.
Revision
2046 -
Directory Listing
Modified
Wed May 24 19:27:27 2006 UTC
(6 years, 11 months ago)
by
uberlord
Ensure that we call halt.sh in a new shell with LC_ALL=C so that we don't
load any locale information which may stop us unmounting /usr, #128848
and #133090.
Don't set clock for OpenVZ systems, #133265 thanks to Kir Kolyshkin.
Don't remount / in checkroot for unionfs /, #129975 thanks to Daniel.
Don't stop net interfaces / is unionfs and a branch is network mounted.
Revision
2042 -
Directory Listing
Modified
Tue May 16 16:10:53 2006 UTC
(7 years ago)
by
uberlord
Take vapiers advice and test is capabilities exists as it may not in the future
Revision
2041 -
Directory Listing
Modified
Tue May 16 12:01:13 2006 UTC
(7 years ago)
by
uberlord
Better grep for is_xenU_sys
Revision
2040 -
Directory Listing
Modified
Tue May 16 10:11:15 2006 UTC
(7 years ago)
by
uberlord
Always report Xen domU domains correctly, #107976.
Revision
2037 -
Directory Listing
Modified
Sun May 14 19:49:54 2006 UTC
(7 years ago)
by
uberlord
depscan.sh now makes coldplugged service directory
Revision
2036 -
Directory Listing
Modified
Sun May 14 19:10:07 2006 UTC
(7 years ago)
by
uberlord
Only report inactive start once.
Revision
2035 -
Directory Listing
Modified
Sun May 14 18:13:59 2006 UTC
(7 years ago)
by
uberlord
Move coldplug fix from previous patch into propper service calls.
Revision
2034 -
Directory Listing
Modified
Sun May 14 15:41:46 2006 UTC
(7 years ago)
by
uberlord
Don't stop coldplugged services when changing runlevels, #113264.
Revision
2033 -
Directory Listing
Modified
Sat May 13 15:13:17 2006 UTC
(7 years ago)
by
vapier
remove daemontools SVCDIR #133171
Revision
2030 -
Directory Listing
Modified
Mon May 8 10:05:57 2006 UTC
(7 years ago)
by
uberlord
Store coldplug services for future use
Revision
2027 -
Directory Listing
Modified
Sat May 6 01:02:40 2006 UTC
(7 years ago)
by
vapier
Fix typo s/veend/vewend/ in functions.sh as reported by Yoshino #132262.
Revision
2026 -
Directory Listing
Modified
Fri May 5 15:25:14 2006 UTC
(7 years ago)
by
uberlord
If a device initiated service is in the default runlevel then we no longer start it in the boot runlevel.
Revision
2025 -
Directory Listing
Modified
Thu May 4 09:25:03 2006 UTC
(7 years ago)
by
uberlord
Start the trap a little earlier
Revision
2024 -
Directory Listing
Modified
Thu May 4 09:07:02 2006 UTC
(7 years ago)
by
uberlord
RC_COLDPLUG is now just a yes|no setting and the service list allowed
is now in RC_PLUG_SERVICES. New RC_HOTPLUG setting similar to RC_COLDPLUG
is now in place too.
Revision
2023 -
Directory Listing
Modified
Tue May 2 18:44:13 2006 UTC
(7 years ago)
by
uberlord
Fix silly globbing
Revision
2022 -
Directory Listing
Modified
Tue May 2 12:22:55 2006 UTC
(7 years ago)
by
uberlord
RC_COLDPLUG is now a pure pattern list which defaults to "*"
Revision
2018 -
Directory Listing
Modified
Sat Apr 29 07:10:53 2006 UTC
(7 years ago)
by
vapier
Rewrite modules-update to make it readable and usuable without old modutils.
Revision
2017 -
Directory Listing
Modified
Sat Apr 29 07:09:44 2006 UTC
(7 years ago)
by
vapier
Tweak is_older_than than so it skips checking the timestamps on directories, just the files in the directory.
Revision
2001 -
Directory Listing
Modified
Fri Apr 21 00:39:09 2006 UTC
(7 years, 1 month ago)
by
vapier
Document --verbose option in rc-update #130643 by Christian Heim.
Revision
1999 -
Directory Listing
Modified
Thu Apr 20 11:13:27 2006 UTC
(7 years, 1 month ago)
by
uberlord
Last patch had dumb logic, this fixes
Revision
1998 -
Directory Listing
Modified
Thu Apr 20 11:01:10 2006 UTC
(7 years, 1 month ago)
by
uberlord
Ensure that coldplugged net services are shutdown in the correct order
Revision
1991 -
Directory Listing
Modified
Wed Apr 19 00:09:46 2006 UTC
(7 years, 1 month ago)
by
vapier
Disable CTRL+C in depscan.sh while booting #126512 by Marko Djukic. Also add -h/--help and such.
Revision
1990 -
Directory Listing
Modified
Wed Apr 19 00:00:08 2006 UTC
(7 years, 1 month ago)
by
vapier
style/misc touchups
Revision
1987 -
Directory Listing
Modified
Tue Apr 18 16:37:44 2006 UTC
(7 years, 1 month ago)
by
uberlord
start-stop-daemon only removes the daemon stopping from the daemon
started list, #130166.
Revision
1986 -
Directory Listing
Modified
Sat Apr 15 17:44:59 2006 UTC
(7 years, 1 month ago)
by
uberlord
net services are now calculated properly in trace_dependencies.
arping.sh now tests if the interface exists or not.
Revision
1985 -
Directory Listing
Modified
Sat Apr 15 17:14:13 2006 UTC
(7 years, 1 month ago)
by
vapier
improve wording in clock skew message #130040 by Gordon
Revision
1978 -
Directory Listing
Modified
Tue Apr 11 19:29:20 2006 UTC
(7 years, 1 month ago)
by
uberlord
Allow finer grained RC_COLDPLUG control
Revision
1971 -
Directory Listing
Modified
Mon Apr 10 11:42:03 2006 UTC
(7 years, 1 month ago)
by
uberlord
bootmisc is no longer a critical service, fixed RC_COLDPLUG default variable
Revision
1967 -
Directory Listing
Modified
Sun Apr 9 13:49:34 2006 UTC
(7 years, 1 month ago)
by
uberlord
RC_COLDPLUG now controls if we add coldplugged services to the boot
runlevel or not, #129331.
Revision
1960 -
Directory Listing
Modified
Thu Apr 6 08:38:08 2006 UTC
(7 years, 1 month ago)
by
uberlord
Renamed .rcafterinit to .rcboot for better clarity
Revision
1959 -
Directory Listing
Modified
Wed Apr 5 17:44:34 2006 UTC
(7 years, 1 month ago)
by
uberlord
runscript.sh now stores the fact that it failed to to /dev/.rcsysinit
existing in the directory /dev/.rcafterinit. rc adds services in
/dev/.rcafterinit to the boot list and then rm -f's that directory. This
solves the issue of udev-089 forcing coldplug removal.
Revision
1954 -
Directory Listing
Modified
Mon Apr 3 09:43:42 2006 UTC
(7 years, 1 month ago)
by
uberlord
runscript.sh now has a --nodeps option so that no depends are checked
when starting and stopping a service.
net.lo and system modules now support resolvconf instead of using our
own internal system.
DHCP and PPP clients no longer have helper scripts. As such they don't
change service status at all. Moved helpers.d/functions back into net.lo
Moved {get,save}_options from functions.sh to rc-services.sh
Removed whole load of crud from hostname init script, fixes #38172 again
and #122794. Also, it's no longer a critical service as defined by rc.
Added net modules for ccwgroup (s390 qeth ethernet) and br2684ctl
(speedtouch usb).
Removed xargs and find from all net scripts as /usr maybe net mounted,
#107260.
Punted the domainname script. Functionality has been in conf.d/net so you
can do this.
ppd module now checks to see if link exists if prefixed with /, #126916.
Revision
1948 -
Directory Listing
Modified
Tue Mar 14 12:40:38 2006 UTC
(7 years, 2 months ago)
by
uberlord
Change RC_GOT_SVCNAMES back to RC_GOT_SERVICES as it shouldn't have been changed
Revision
1946 -
Directory Listing
Modified
Mon Mar 13 11:16:33 2006 UTC
(7 years, 2 months ago)
by
uberlord
Allow more than 1 inactive dependant service to start us when it is
started, #125819 thanks to Arnuad Fabre.
Revision
1935 -
Directory Listing
Modified
Thu Mar 2 17:34:25 2006 UTC
(7 years, 2 months ago)
by
uberlord
$myservice is now deprecated for init scripts.
$SVCNAME should be used instead and is read-only so it cannot be
clobbered.
Several variables in global scope that provided functions rely on,
such as BOOTLEVEL, SOFTLEVEL and svcdir are now read only for init
scripts.
depscan.sh now accepts the --svcdir option so that svcdir can now be
specified as the variable is marked readonly in functions.sh. Splash
programs will have to be updated.
Revision
1923 -
Directory Listing
Modified
Thu Feb 23 03:00:44 2006 UTC
(7 years, 2 months ago)
by
vapier
Overhaul rc-update and make it more user friendly.
Revision
1921 -
Directory Listing
Modified
Thu Feb 23 02:57:33 2006 UTC
(7 years, 2 months ago)
by
vapier
merge ROOT support from trunk
Revision
1914 -
Directory Listing
Modified
Tue Feb 21 23:57:16 2006 UTC
(7 years, 2 months ago)
by
vapier
Add patch by Alun Jones to respect RC_QUIET_STDOUT in conf.d/rc #123606.
Revision
1897 -
Directory Listing
Modified
Wed Feb 15 14:16:25 2006 UTC
(7 years, 3 months ago)
by
uberlord
Don't use -options with ps so we're more portable
Revision
1859 -
Directory Listing
Modified
Wed Feb 8 12:13:11 2006 UTC
(7 years, 3 months ago)
by
uberlord
On restarting, don't start twice if we fail to start again.
Revision
1856 -
Directory Listing
Modified
Tue Feb 7 17:15:05 2006 UTC
(7 years, 3 months ago)
by
uberlord
Always ensure the end_service is called, #119233 again.
You can now specify a maxfail value for pppd (default 0), #115346.
net.lo now depends on isapnp to work with older NICs, #121539.
chat commands in pppd are now re-quoted, #121665.
ip routing policies are now supports via the rule_eth0=( ... )
variable (only supported by iproute2), #107628.
wpa_supplicant now looks for config files in order
/etc/wpa_supplicant/wpa_supplicant-$iface.conf
/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant.conf
and for these wpa_cli scripts
/etc/wpa_supplicant/wpa_cli.sh
/sbin/wpa_cli.action
Revision
1855 -
Directory Listing
Modified
Tue Feb 7 02:35:22 2006 UTC
(7 years, 3 months ago)
by
vapier
Update xen checks #96240 by Tuan Van and #107976 by Chris Bainbridge.
Revision
1850 -
Directory Listing
Modified
Sun Jan 29 14:01:46 2006 UTC
(7 years, 3 months ago)
by
vapier
use ewarn instead of echo
Revision
1849 -
Directory Listing
Modified
Sun Jan 29 13:59:52 2006 UTC
(7 years, 3 months ago)
by
vapier
Update modules-update to run depmod even if /proc/modules doesnt exist and warn if the depdir doesnt exist but the user ran in verbose mode #117212 by Alex Guensche
Revision
1848 -
Directory Listing
Modified
Sun Jan 29 13:35:10 2006 UTC
(7 years, 3 months ago)
by
vapier
syntax touchup
Revision
1845 -
Directory Listing
Modified
Fri Jan 27 00:01:17 2006 UTC
(7 years, 3 months ago)
by
vapier
Fix grepping of --assume-kernel in modules-update as pointed out by Patrick McLean in #117212
Revision
1840 -
Directory Listing
Modified
Wed Jan 25 14:14:02 2006 UTC
(7 years, 3 months ago)
by
uberlord
New variable RC_ULIMIT applies ulimit commands before starting a service.
This should be configured in /etc/conf.d/foo for service foo, but can also
be configured in /etc/conf.d/rc on a global basis.
RC_DAEMON now works in a similar way, instead of RC_DAEMON_foo.
Fixes, #120151.
Revision
1839 -
Directory Listing
Modified
Tue Jan 24 22:07:15 2006 UTC
(7 years, 3 months ago)
by
uberlord
Dependant services are restarted correctly when the restarted
service is started and not inactive, #120154.
Revision
1838 -
Directory Listing
Modified
Sat Jan 21 15:23:13 2006 UTC
(7 years, 3 months ago)
by
uberlord
Ensure critical services are in the boot runlevel for every rc call
Revision
1837 -
Directory Listing
Modified
Sat Jan 21 15:03:49 2006 UTC
(7 years, 3 months ago)
by
uberlord
Ensure that CRITICAL_SERVICES are in the boot runlevel, #117912.
Revision
1835 -
Directory Listing
Modified
Fri Jan 20 09:59:27 2006 UTC
(7 years, 4 months ago)
by
uberlord
Fix quoting in iwconfig, #119629.
Fix process pid selection in rc-daemon.sh, #119631.
Both of the above thanks to Dominik Buerkle.
init scripts no longer run during the sysinit runlevel, #118419.
Thanks to Greg KH and the Linux Hotplug mailing list for advice.
Revision
1834 -
Directory Listing
Modified
Thu Jan 19 12:24:44 2006 UTC
(7 years, 4 months ago)
by
uberlord
Give a better error message when no valid DHCP client is installed.
Tidy up some runscript logic.
Revision
1829 -
Directory Listing
Modified
Wed Jan 18 10:32:31 2006 UTC
(7 years, 4 months ago)
by
uberlord
Services should not get stuck in rc anymore, #119242.
Revision
1828 -
Directory Listing
Modified
Mon Jan 16 15:43:14 2006 UTC
(7 years, 4 months ago)
by
uberlord
Removed sparc interactive fix - will disable in ebuild.
Revision
1827 -
Directory Listing
Modified
Mon Jan 16 15:17:17 2006 UTC
(7 years, 4 months ago)
by
uberlord
Improved messages returned by runscript.sh a little.
Revision
1826 -
Directory Listing
Modified
Mon Jan 16 14:32:03 2006 UTC
(7 years, 4 months ago)
by
uberlord
Interfaces names with a dot in them now work.
Revision
1825 -
Directory Listing
Modified
Mon Jan 16 10:49:28 2006 UTC
(7 years, 4 months ago)
by
uberlord
Renamed restart in $svcdir to scheduled as it makes much more sense.
Revision
1822 -
Directory Listing
Modified
Sat Jan 14 17:14:34 2006 UTC
(7 years, 4 months ago)
by
uberlord
Changed runscript.sh to store it's services to restart like rc.
Revision
1821 -
Directory Listing
Modified
Fri Jan 13 20:44:05 2006 UTC
(7 years, 4 months ago)
by
uberlord
Misc quoting fixes. Fixed scheduling restart services a little.
Revision
1819 -
Directory Listing
Modified
Fri Jan 13 12:07:01 2006 UTC
(7 years, 4 months ago)
by
uberlord
Services that need a service which is inactive at boot are now scheduled
to start when the inactive service starts, #118801.
Revision
1818 -
Directory Listing
Modified
Fri Jan 13 10:26:46 2006 UTC
(7 years, 4 months ago)
by
uberlord
Style fix
Revision
1817 -
Directory Listing
Modified
Fri Jan 13 08:47:03 2006 UTC
(7 years, 4 months ago)
by
vapier
add fuse to NET_FS_LIST #118552
Revision
1815 -
Directory Listing
Modified
Thu Jan 12 21:53:47 2006 UTC
(7 years, 4 months ago)
by
uberlord
Don't ask to start non existant services, ie net.
Revision
1814 -
Directory Listing
Modified
Thu Jan 12 17:13:55 2006 UTC
(7 years, 4 months ago)
by
uberlord
Exit with the correct code
Revision
1813 -
Directory Listing
Modified
Thu Jan 12 16:42:03 2006 UTC
(7 years, 4 months ago)
by
uberlord
interactive boot cleanups
Revision
1812 -
Directory Listing
Modified
Thu Jan 12 14:47:04 2006 UTC
(7 years, 4 months ago)
by
uberlord
cp portability fixes
Revision
1810 -
Directory Listing
Modified
Thu Jan 12 13:45:25 2006 UTC
(7 years, 4 months ago)
by
uberlord
Interactive start is now controllable by RC_INTERACTIVE="yes" and will
probe to see if we can go interactive.
Interactive start should now work on Sparc, #104067.
Revision
1809 -
Directory Listing
Modified
Thu Jan 12 11:28:13 2006 UTC
(7 years, 4 months ago)
by
uberlord
Always call rc_stop_daemon on start failure to clean up
Revision
1808 -
Directory Listing
Modified
Thu Jan 12 09:52:20 2006 UTC
(7 years, 4 months ago)
by
uberlord
Only return 0 on status calls if we are actually started.
Revision
1807 -
Directory Listing
Modified
Thu Jan 12 08:53:58 2006 UTC
(7 years, 4 months ago)
by
uberlord
rc-status now loads a config profile and we no longer call a service stop function when it's not running.
Revision
1806 -
Directory Listing
Modified
Thu Jan 12 07:55:42 2006 UTC
(7 years, 4 months ago)
by
uberlord
Only wait for the net services that we actually start ourselves.
Revision
1805 -
Directory Listing
Modified
Wed Jan 11 22:55:45 2006 UTC
(7 years, 4 months ago)
by
uberlord
inactive fixes
Revision
1804 -
Directory Listing
Modified
Wed Jan 11 19:12:53 2006 UTC
(7 years, 4 months ago)
by
uberlord
Stop a possible deadlock
Revision
1802 -
Directory Listing
Modified
Wed Jan 11 16:04:01 2006 UTC
(7 years, 4 months ago)
by
uberlord
start-stop-daemon now waits for upto 1 second if it returns 0 and we
don't have a valid process.
Revision
1801 -
Directory Listing
Modified
Wed Jan 11 13:16:41 2006 UTC
(7 years, 4 months ago)
by
uberlord
hopefully stop silly warnings from appearing ever again!
Revision
1800 -
Directory Listing
Modified
Wed Jan 11 12:49:38 2006 UTC
(7 years, 4 months ago)
by
uberlord
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 -
Directory Listing
Modified
Tue Jan 10 16:15:21 2006 UTC
(7 years, 4 months ago)
by
uberlord
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
1796 -
Directory Listing
Modified
Mon Jan 9 09:40:59 2006 UTC
(7 years, 4 months ago)
by
uberlord
Ensure that specific configuration is loaded after net.
Revision
1795 -
Directory Listing
Modified
Sat Jan 7 16:48:44 2006 UTC
(7 years, 4 months ago)
by
uberlord
Save a few CPU cycles by storing add_suffix in variable.
Revision
1794 -
Directory Listing
Modified
Fri Jan 6 16:06:49 2006 UTC
(7 years, 4 months ago)
by
uberlord
Critical services now load a suffixed config and fail gracefully.
Revision
1793 -
Directory Listing
Modified
Fri Jan 6 14:49:52 2006 UTC
(7 years, 4 months ago)
by
uberlord
Use ${DEFAULTLEVEL} if ${SOFTLEVEL} is boot, shutdown, reboot or single
in add_suffix.
Sync style changes in functions.sh
Revision
1785 -
Directory Listing
Modified
Wed Jan 4 07:16:37 2006 UTC
(7 years, 4 months ago)
by
uberlord
more copyright updates
Revision
1784 -
Directory Listing
Modified
Tue Jan 3 17:00:49 2006 UTC
(7 years, 4 months ago)
by
uberlord
More bash-3.1 fixes
Revision
1781 -
Directory Listing
Modified
Mon Jan 2 18:46:45 2006 UTC
(7 years, 4 months ago)
by
vapier
update copyright years
Revision
1779 -
Directory Listing
Modified
Mon Jan 2 12:17:34 2006 UTC
(7 years, 4 months ago)
by
uberlord
Interfaces can be dynamically added to bridges again, #117406.
Updated copyright to 2006.
Revision
1776 -
Directory Listing
Modified
Tue Dec 27 05:07:44 2005 UTC
(7 years, 4 months ago)
by
vapier
start volume related stuff much earlier in the boot process
Revision
1775 -
Directory Listing
Modified
Mon Dec 26 03:52:11 2005 UTC
(7 years, 4 months ago)
by
vapier
handle ${TMPFILE2}.err better #116745 by Daniele Gaffuri
Revision
1768 -
Directory Listing
Modified
Wed Dec 21 11:11:28 2005 UTC
(7 years, 4 months ago)
by
uberlord
Add new variable RC_DOWN_INTERFACE and documentation so that interfaces
are kept up for Wake On LAN support, #113880.
Revision
1765 -
Directory Listing
Modified
Tue Dec 20 14:02:26 2005 UTC
(7 years, 5 months ago)
by
uberlord
Ensure that tty has keyboard and stty reports icanon before enabling
interactive rc, #112161.
Revision
1748 -
Directory Listing
Modified
Fri Dec 9 01:54:15 2005 UTC
(7 years, 5 months ago)
by
vapier
add support for --verbose --debug --help
Revision
1649 -
Directory Listing
Modified
Thu Dec 1 17:30:34 2005 UTC
(7 years, 5 months ago)
by
uberlord
Fix ordering for services having a 'before net' dependency
Revision
1630 -
Directory Listing
Modified
Sun Nov 27 16:39:03 2005 UTC
(7 years, 5 months ago)
by
vapier
Dont set default RC_VOLUME_ORDER anymore in functions.sh #113700.
Revision
1613 -
Directory Listing
Modified
Thu Nov 10 11:25:06 2005 UTC
(7 years, 6 months ago)
by
azarah
Fix for bug #104288.
Revision
1603 -
Directory Listing
Modified
Tue Nov 8 10:37:12 2005 UTC
(7 years, 6 months ago)
by
azarah
Backport changes needed for udev/devfs addons.
Revision
1601 -
Directory Listing
Modified
Tue Nov 8 10:14:16 2005 UTC
(7 years, 6 months ago)
by
uberlord
Greatly simplified trace_dependencies. It's now much faster as a result :)
Revision
1600 -
Directory Listing
Modified
Mon Nov 7 19:43:20 2005 UTC
(7 years, 6 months ago)
by
uberlord
Always setup_defaultlevels as we need the default vars set for rc-status.
Revision
1599 -
Directory Listing
Modified
Mon Nov 7 18:14:40 2005 UTC
(7 years, 6 months ago)
by
uberlord
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
1587 -
Directory Listing
Modified
Thu Oct 27 16:16:03 2005 UTC
(7 years, 6 months ago)
by
uberlord
New net scripts depend calls - functions, variables and provide.
This saves having to create 3 seperate functions in each module which means
a saving of around 600-800 bytes per module.
Split apipa out of arping module due to user demand for seperate
functionality.
arping module now works correctly.
runscript sets RC_KILL_CHILDREN=no when restarting a service, otherwise
things like your ssh session get killed.
adsl module supports new rp-pppoe-3.6 ebuild, #102820
Config profile is now changed correctly when doing 'rc foo' and you're in
the default runlevel, #101105
Revision
1585 -
Directory Listing
Modified
Thu Oct 27 01:14:30 2005 UTC
(7 years, 6 months ago)
by
vapier
Tweak runscript error output to only show the invalid arg once rather than twice #110558
Revision
1583 -
Directory Listing
Modified
Thu Oct 20 11:59:02 2005 UTC
(7 years, 7 months ago)
by
uberlord
Fixed stopping when no process to stop
Revision
1581 -
Directory Listing
Modified
Wed Oct 19 17:09:12 2005 UTC
(7 years, 7 months ago)
by
uberlord
rc-daemon.sh now kills children correctly.
Revision
1579 -
Directory Listing
Modified
Wed Oct 19 00:12:29 2005 UTC
(7 years, 7 months ago)
by
vapier
dont check for /dev/.devfsd more than once since it could be a false positive #109718
Revision
1578 -
Directory Listing
Modified
Wed Oct 19 00:08:42 2005 UTC
(7 years, 7 months ago)
by
vapier
move NORMAL to the last colored variable set so that running `set -x ; source functions.sh` doesnt show up funky as pointed out by solar
Revision
1577 -
Directory Listing
Modified
Wed Oct 19 00:07:16 2005 UTC
(7 years, 7 months ago)
by
vapier
remove dupliate call to uname
Revision
1574 -
Directory Listing
Modified
Mon Oct 17 18:40:16 2005 UTC
(7 years, 7 months ago)
by
uberlord
wpa_supplicant now works on wired interfaces, and can work with
ifplugd and netplug too.
Revision
1570 -
Directory Listing
Modified
Fri Oct 14 05:53:15 2005 UTC
(7 years, 7 months ago)
by
uberlord
Merge STYLE fixes from trunk into runscript.sh
Revision
1569 -
Directory Listing
Modified
Thu Oct 13 18:16:55 2005 UTC
(7 years, 7 months ago)
by
uberlord
merge trunk quoting fixes into 1.12 rc-daemon.sh
Revision
1568 -
Directory Listing
Modified
Thu Oct 13 16:49:11 2005 UTC
(7 years, 7 months ago)
by
uberlord
Fix test_service_state() so it always returns 1 when it's not in that state.
Revision
1562 -
Directory Listing
Modified
Tue Oct 11 11:44:55 2005 UTC
(7 years, 7 months ago)
by
uberlord
arping now dis-regards 0.0.0.0 and 0 addresses, #108737.
dhcpcd now allows the user to configure the -c script option, #108345.
bash doesn't handle floats, so we eumlate it. Fixes the issue
where some daemons didn't stop, #107492. Thanks to Giampaolo Tomassoni.
Revision
1558 -
Directory Listing
Modified
Fri Oct 7 02:00:38 2005 UTC
(7 years, 7 months ago)
by
vapier
merge MAKEDEV updates from trunk to branches to address #108250 and #108249
Revision
1551 -
Directory Listing
Modified
Sun Oct 2 03:51:50 2005 UTC
(7 years, 7 months ago)
by
vapier
run some features of rc-update as non-root #107775
Revision
1550 -
Directory Listing
Modified
Sat Sep 24 01:41:34 2005 UTC
(7 years, 7 months ago)
by
vapier
tweak how default values are set for rc variables
Revision
1534 -
Directory Listing
Modified
Tue Sep 13 23:24:39 2005 UTC
(7 years, 8 months ago)
by
vapier
dont mount $svcdir with -n since /etc/mtab is writable
Revision
1505 -
Directory Listing
Modified
Thu Sep 8 14:49:44 2005 UTC
(7 years, 8 months ago)
by
uberlord
Added ifplugd module, but we prefer netplug by default
Revision
1473 -
Directory Listing
Modified
Sat Sep 3 03:21:31 2005 UTC
(7 years, 8 months ago)
by
vapier
Update rc-help.sh to show custom init.d opts #49663 and in general make the output a lot more useful.
Revision
1452 -
Directory Listing
Modified
Wed Aug 31 21:15:24 2005 UTC
(7 years, 8 months ago)
by
azarah
Merge revisions r1445:1448 from trunk.
Revision
1442 -
Directory Listing
Modified
Wed Aug 31 15:10:38 2005 UTC
(7 years, 8 months ago)
by
uberlord
Protect variables when stopping a script on update status
Revision
1441 -
Directory Listing
Modified
Wed Aug 31 09:32:11 2005 UTC
(7 years, 8 months ago)
by
uberlord
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
1426 -
Directory Listing
Modified
Thu Aug 25 10:44:41 2005 UTC
(7 years, 8 months ago)
by
azarah
Add /sbin/evms_activate to populate_udev(), bug #50711.
Revision
1425 -
Directory Listing
Modified
Thu Aug 25 09:37:11 2005 UTC
(7 years, 8 months ago)
by
azarah
Fix typo in /sbin/rc - we should check if is in /etc/inittab, and
not if 'default' is in there ...
Revision
1423 -
Directory Listing
Modified
Wed Aug 24 09:08:01 2005 UTC
(7 years, 8 months ago)
by
uberlord
rc-daemon now handles --signal correct - fixes #103182
Revision
1418 -
Directory Listing
Modified
Thu Aug 18 09:45:13 2005 UTC
(7 years, 9 months ago)
by
uberlord
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
1415 -
Directory Listing
Modified
Tue Aug 16 02:43:27 2005 UTC
(7 years, 9 months ago)
by
vapier
add ocfs2 to the NET_FS_LIST #102659
Revision
1413 -
Directory Listing
Modified
Sun Aug 14 19:15:39 2005 UTC
(7 years, 9 months ago)
by
uberlord
Implemented interactive startup - fixes #5353
Thanks to Paul Pacheco for the patch
Revision
1407 -
Directory Listing
Modified
Sat Aug 13 10:14:13 2005 UTC
(7 years, 9 months ago)
by
uberlord
Parallel startup races should now be fixed
Revision
1404 -
Directory Listing
Modified
Fri Aug 12 14:21:49 2005 UTC
(7 years, 9 months ago)
by
uberlord
Fixed sed in depdir() in modules-update to work this time
Revision
1400 -
Directory Listing
Modified
Thu Aug 11 16:56:52 2005 UTC
(7 years, 9 months ago)
by
uberlord
Add support for --pid and --pidfile= in rc-daemon.sh
Revision
1399 -
Directory Listing
Modified
Thu Aug 11 14:09:23 2005 UTC
(7 years, 9 months ago)
by
uberlord
Remove tail from depdir() in /sbin/modules-update
Revision
1396 -
Directory Listing
Modified
Wed Aug 10 22:36:34 2005 UTC
(7 years, 9 months ago)
by
vapier
add info for RC_BOOTLOG
Revision
1394 -
Directory Listing
Modified
Sun Aug 7 11:07:24 2005 UTC
(7 years, 9 months ago)
by
azarah
Remove last remainder of previous 'fix'.
Revision
1382 -
Directory Listing
Modified
Fri Aug 5 11:16:26 2005 UTC
(7 years, 9 months ago)
by
uberlord
Added # vim:ts=4 to all net-script files and re-indented
/dep{cache,tree} are now chmodded 0644 so users can read them
Revision
1380 -
Directory Listing
Modified
Fri Aug 5 05:49:16 2005 UTC
(7 years, 9 months ago)
by
uberlord
Rationalise if/then/else login in runscript.sh svc_start() and svc_stop()
Revision
1379 -
Directory Listing
Modified
Thu Aug 4 22:28:28 2005 UTC
(7 years, 9 months ago)
by
uberlord
More anal about RHS quoting
Revision
1373 -
Directory Listing
Modified
Thu Aug 4 18:49:27 2005 UTC
(7 years, 9 months ago)
by
uberlord
trace_dependencies gets a re-write (again) to try and solve the hanging
issues that many people are reporting
Revision
1370 -
Directory Listing
Modified
Thu Aug 4 10:50:16 2005 UTC
(7 years, 9 months ago)
by
uberlord
interface state directories are now created with -m 0755 to ensure that
everyone can read them
rc-daemon.sh now supports multiple cmds - partial fix for #98745
Revision
1361 -
Directory Listing
Modified
Mon Aug 1 16:49:22 2005 UTC
(7 years, 9 months ago)
by
uberlord
rc-daemon now works with mysql - fixes #100982, thanks to bju from the forums
Revision
1359 -
Directory Listing
Modified
Mon Aug 1 11:30:28 2005 UTC
(7 years, 9 months ago)
by
vapier
Only create /dev/core if /proc/kcore exists #100978 by Timo Hirvonen.
Revision
1353 -
Directory Listing
Modified
Tue Jul 26 18:12:44 2005 UTC
(7 years, 9 months ago)
by
uberlord
Fixed failure in runscript.sh to proceed when a non needed dependency
(ie use, after, before) failed to start.
Revision
1352 -
Directory Listing
Modified
Tue Jul 26 11:24:38 2005 UTC
(7 years, 9 months ago)
by
uberlord
Removed loops from trace_dependencies for a nice speed boost.
Revision
1348 -
Directory Listing
Modified
Tue Jul 26 06:34:06 2005 UTC
(7 years, 9 months ago)
by
uberlord
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
1342 -
Directory Listing
Modified
Mon Jul 25 11:48:57 2005 UTC
(7 years, 9 months ago)
by
uberlord
trace_dependencies no longer clobbers the net service
Revision
1339 -
Directory Listing
Modified
Fri Jul 22 08:34:12 2005 UTC
(7 years, 9 months ago)
by
uberlord
When a service is stopped, the IN_BACKGROUND variable is cleared
before any dependencies are stopped so they are not marked inactive.
The IN_BACKGROUND variable is then restored so the parent script can be
marked inactive.
Revision
1337 -
Directory Listing
Modified
Fri Jul 22 00:24:27 2005 UTC
(7 years, 10 months ago)
by
vapier
add a --debug option to depscan.sh
Revision
1333 -
Directory Listing
Modified
Thu Jul 21 23:01:04 2005 UTC
(7 years, 10 months ago)
by
uberlord
Fixed some start/stop/restart logic for #99663.
Revision
1331 -
Directory Listing
Modified
Thu Jul 21 21:00:17 2005 UTC
(7 years, 10 months ago)
by
azarah
Merge changes from trunk.
Revision
1314 -
Directory Listing
Modified
Mon Jul 18 07:26:06 2005 UTC
(7 years, 10 months ago)
by
uberlord
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
1308 -
Directory Listing
Modified
Fri Jul 15 09:55:07 2005 UTC
(7 years, 10 months ago)
by
azarah
Do not run depmod in modules-update if System.map is missing, bug #59188.
Revision
1298 -
Directory Listing
Modified
Thu Jul 14 10:59:34 2005 UTC
(7 years, 10 months ago)
by
azarah
Branch baselayout-1.12.
Revision
1271 -
Directory Listing
Modified
Sun Jul 3 16:24:44 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin
Fixed module depends in net.lo
Remove the 'no net scripts in boot runlevel' restriction as we now
have a hotplug policy setup instead
Revision
1267 -
Directory Listing
Modified
Fri Jul 1 20:40:29 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin
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
1264 -
Directory Listing
Modified
Wed Jun 29 18:26:02 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin
wireless.runlevel now works
Revision
1261 -
Directory Listing
Modified
Wed Jun 29 02:02:01 2005 UTC
(7 years, 10 months ago)
by
vapier
Original Path:
trunk/sbin
add davfs to the net filter list
Revision
1258 -
Directory Listing
Modified
Tue Jun 28 11:44:18 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/sbin
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
1249 -
Directory Listing
Modified
Mon Jun 20 04:01:43 2005 UTC
(7 years, 11 months ago)
by
vapier
Original Path:
trunk/sbin
make sure /proc/cmdline is readable in get_bootconfig()
Revision
1248 -
Directory Listing
Modified
Fri Jun 17 18:59:19 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/sbin
runscript and rc-service fixes for inactive status
Revision
1236 -
Directory Listing
Modified
Mon Jun 13 10:21:12 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/sbin
etc/{resolv,ntp,yp}.conf now link to /var/lib/net-scripts
Revision
1208 -
Directory Listing
Modified
Tue May 31 22:54:43 2005 UTC
(7 years, 11 months ago)
by
vapier
Original Path:
trunk/sbin
add a generic framework for bootlogging
Revision
1205 -
Directory Listing
Modified
Fri May 27 15:00:30 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/sbin
fixup is_net_fs to work with /proc/mounts when available
Revision
1202 -
Directory Listing
Modified
Fri May 27 10:28:42 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/sbin
is_net_fs now works with what $1 was mounted as, not would it would
be remounted as - fixes #53104
Revision
1199 -
Directory Listing
Modified
Thu May 26 13:39:00 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/sbin
report ${myservice} instead of $0 when disallowing net scripts to work in
the boot runlevel - fixes #91534
Revision
1196 -
Directory Listing
Modified
Thu May 26 00:35:48 2005 UTC
(7 years, 11 months ago)
by
vapier
Original Path:
trunk/sbin
filter gfs in the net fs list #93911 by Thomas Rasch
Revision
1190 -
Directory Listing
Modified
Sun May 22 02:35:48 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
make sure initial swapon sends errors to /dev/null #93143
Revision
1189 -
Directory Listing
Modified
Sat May 21 11:33:17 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
Quiet down valid_i() if /softlevel do not yet exist, try #2.
Revision
1185 -
Directory Listing
Modified
Fri May 20 11:04:22 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin
added #!/bin/bash or #!/bin/sh to modules and helpers so they now get
nice syntax highlighting and indenting
Revision
1182 -
Directory Listing
Modified
Fri May 20 00:14:12 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
Fixup sbin/{depscan.sh,modules-update} to use is_older_than() for mtime
logic. Some small tweaks regarding 2.6 systems and modules-update.
Revision
1181 -
Directory Listing
Modified
Thu May 19 19:59:04 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin
Fixed init runscript.sh output when RC_PARALLEL_STARTUP is set
runscript.sh now checks if service was made inactive on start - if so, exit
Revision
1180 -
Directory Listing
Modified
Thu May 19 15:29:51 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin
set RC_QUIET_STDOUT when RC_PARALLEL_STARTUP is set
Revision
1179 -
Directory Listing
Modified
Thu May 19 15:23:43 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin
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
1175 -
Directory Listing
Modified
Tue May 17 22:16:04 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
mount /dev with exec #92921 by Lachlan Pease
Revision
1172 -
Directory Listing
Modified
Tue May 17 00:40:58 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
add the -f option to the unset exit
Revision
1166 -
Directory Listing
Modified
Tue May 17 00:01:52 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
try to minimize user interaction during boot with RC_FORCE_AUTO
Revision
1147 -
Directory Listing
Modified
Sat May 14 21:39:16 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
rework the addon code abit to support profiling
Revision
1144 -
Directory Listing
Modified
Sat May 14 21:08:50 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
run irqbalance once /var is rw #85304
Revision
1141 -
Directory Listing
Modified
Sat May 14 21:02:51 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
make sure devs dont call exit in init.d scripts #85298
Revision
1136 -
Directory Listing
Modified
Sat May 14 20:35:07 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
simplify init.d syntax checking and allow users to run /etc/init.d/script status #85892
Revision
1132 -
Directory Listing
Modified
Sat May 14 20:00:12 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
make sure /dev is mounted with sane settings #87745
Revision
1128 -
Directory Listing
Modified
Tue May 10 16:21:08 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
Quiet down valid_i() if /softlevel do not yet exist.
Revision
1127 -
Directory Listing
Modified
Tue May 10 15:55:41 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
Really fix trace_dependencies() to handle net.* services properly.
Revision
1126 -
Directory Listing
Modified
Tue May 10 14:33:57 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
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
1125 -
Directory Listing
Modified
Tue May 3 18:41:27 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/sbin
changed default indentation to 2 spaces to match rcscripts in functions.sh
wpa_supplicant now stops wpa_cli before wpa_supplicant to fix a potential
future error
Revision
1122 -
Directory Listing
Modified
Sat Apr 30 06:34:59 2005 UTC
(8 years ago)
by
azarah
Original Path:
trunk/sbin
Fixor column/color logic for when used in portage.
Revision
1113 -
Directory Listing
Modified
Fri Apr 29 03:05:23 2005 UTC
(8 years ago)
by
vapier
Original Path:
trunk/sbin
export the service name for scripts to access #86348
Revision
1094 -
Directory Listing
Modified
Sat Apr 16 22:44:41 2005 UTC
(8 years, 1 month ago)
by
vapier
Original Path:
trunk/sbin
move the udev/selinux code after we mount /dev
Revision
1093 -
Directory Listing
Modified
Fri Apr 15 16:02:33 2005 UTC
(8 years, 1 month ago)
by
wolf31o2
Original Path:
trunk/sbin
Removed sbin/livecd-functions.sh and bin/bashlogin as they are only used in release building, and they have been moved to livecd-tools.
Revision
1088 -
Directory Listing
Modified
Thu Apr 14 14:11:08 2005 UTC
(8 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
Do not kill udevd in /sbin/rc, as it is apparently evil.
Revision
1086 -
Directory Listing
Modified
Thu Apr 14 09:32:33 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
Fixed ifconfig and iproute2 erroring from new lo code - fixes #88006
If /proc/net/netlink does not exist then iproute2 will fail the
check_installed function with an appropriate error - Thanks to
Jeremy Huddleston for the patch.
If /proc/net/packet does not exist then wpa_supplicant will fail
check_installed function with an appropriate error
Background fixes for net.lo, udhcpc and wpa_supplicant
Revision
1082 -
Directory Listing
Modified
Mon Apr 11 09:59:19 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
modified to use bash_variable
Revision
1080 -
Directory Listing
Modified
Sun Apr 10 01:15:34 2005 UTC
(8 years, 1 month ago)
by
vapier
Original Path:
trunk/sbin
have the status function of init.d scripts affect the exit value #88319 by Josh Nichols
Revision
1077 -
Directory Listing
Modified
Fri Apr 8 17:13:43 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
added a bash_variable to functions.sh which converts the given string
into a variable that bash can use - fixes #88175
net scripts can only launch if we're not in ${BOOTLEVEL}
Revision
1073 -
Directory Listing
Modified
Fri Apr 1 16:49:32 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
regressed by mistake - here is correct version
Revision
1072 -
Directory Listing
Modified
Fri Apr 1 16:33:16 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
RC_DAEMON_syslog_ng allows syslog-ng to be started with the specified
launcher - like valgrind or strace. Handy for debugging/auditing.
Thanks to Rob Holland for the idea.
Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant
as there is no guarantee that the current ESSID is the one we started with
Also, we may not have an ESSID at all...
Revision
1068 -
Directory Listing
Modified
Wed Mar 23 15:16:05 2005 UTC
(8 years, 1 month ago)
by
wolf31o2
Original Path:
trunk/sbin
Updated livecd-functions.sh to include better ppc64 serial console support.
Revision
1065 -
Directory Listing
Modified
Wed Mar 23 08:45:17 2005 UTC
(8 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
Get modules-update to clean up after itself if we on a 2.6 kernel without modules.conf
Revision
1064 -
Directory Listing
Modified
Tue Mar 22 19:14:41 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
fixed bug caused by last commit "service" -> "${service}"
Revision
1063 -
Directory Listing
Modified
Tue Mar 22 15:47:38 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/sbin
revamped rc-services.sh for STYLE updates and code rationalisation.
Revision
1060 -
Directory Listing
Modified
Mon Mar 21 14:16:33 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Fix mylevel not being set if valid_iuse(), etc is called from /sbin/rc.
Revision
1059 -
Directory Listing
Modified
Mon Mar 21 10:14:54 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Fix tracing for current service as list_depend_trace() was removed.
Revision
1058 -
Directory Listing
Modified
Sun Mar 20 14:21:27 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Take sort_services function from bug #70009, and fix the removing of a
service from a array properly by using unset. Use this instead of the
trace_* stuff, and fixup shutdown order.
Revision
1056 -
Directory Listing
Modified
Sat Mar 19 20:43:39 2005 UTC
(8 years, 2 months ago)
by
vapier
Original Path:
trunk/sbin
fix svcmount perms #85888
Revision
1055 -
Directory Listing
Modified
Fri Mar 18 11:32:29 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
wrap pidof so we can fudge calls to weird programs like rpc.nfsd which only
with with pidof when the rpc. is removed
Revision
1054 -
Directory Listing
Modified
Tue Mar 15 21:02:02 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Export myservice when starting critical services, as its needed by
some of the addons (dmcrypt for example).
Revision
1047 -
Directory Listing
Modified
Fri Mar 11 14:23:17 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
prepend rc-daemon.sh functions with rc_ to avoid name conflicts
Revision
1031 -
Directory Listing
Modified
Wed Mar 9 17:25:14 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
changed from $( cat ${file} ) to $( < ${file ) in net-scripts
fixed ChangeLog corruption
rc-daemon.sh now works with the env program
Revision
1029 -
Directory Listing
Modified
Tue Mar 8 16:04:18 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
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
1028 -
Directory Listing
Modified
Fri Mar 4 16:40:52 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
fixed stopping logic causes by last commit
Revision
1027 -
Directory Listing
Modified
Fri Mar 4 16:22:56 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
fixed starting bug with sshd
Revision
1026 -
Directory Listing
Modified
Fri Mar 4 14:16:17 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
rc-daemon.sh now waits for RC_WAIT_ON_START seconds and checks if the
daemon is still running - if not, call stop() or stop_daemon() to clean up
Revision
1017 -
Directory Listing
Modified
Thu Mar 3 11:54:48 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
rc-daemon.sh now support stoppings with a custom signal
Revision
1016 -
Directory Listing
Modified
Thu Mar 3 11:24:40 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
rc-daemon.sh now checks to see if a given pid matches the pid of a given
executable before stopping it
Revision
1013 -
Directory Listing
Modified
Wed Mar 2 23:02:42 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
net_service() now returns 1 for non net-services - fixes bug #83352
rc-daemon.sh now uses requote()
Revision
1011 -
Directory Listing
Modified
Wed Mar 2 20:58:24 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
rc-daemon.sh can now be called with spaces in parameters
Revision
1010 -
Directory Listing
Modified
Wed Mar 2 20:45:03 2005 UTC
(8 years, 2 months ago)
by
agriffis
Original Path:
trunk/sbin
Add requote() for rc-daemon.sh to use; fix ChangeLog corruption
Revision
1009 -
Directory Listing
Modified
Wed Mar 2 14:47:47 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
improved killing process children - we now kill them all in one hit instead
of doing them seperately
Revision
1005 -
Directory Listing
Modified
Tue Mar 1 18:06:19 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
support --oknodo and --test for start-stop-daemon calls
Revision
1004 -
Directory Listing
Modified
Tue Mar 1 17:59:12 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/sbin
rc-daemon.sh now provides a working wrapper for start-stop-daemon
fixes bug #7198
removed ps calls from net scripts
Revision
1000 -
Directory Listing
Modified
Fri Feb 25 18:57:14 2005 UTC
(8 years, 2 months ago)
by
wolf31o2
Original Path:
trunk/sbin
Updated livecd-functions.sh to match what we are using on the LiveCD.
Revision
997 -
Directory Listing
Modified
Thu Feb 24 20:23:59 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Update /sbin/modules-update to work without modprobe.old (modutils) for
2.6 kernels.
Revision
993 -
Directory Listing
Modified
Wed Feb 23 15:33:29 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Localize the addons.
Revision
992 -
Directory Listing
Modified
Wed Feb 23 15:27:31 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Localize the addons.
Revision
990 -
Directory Listing
Modified
Wed Feb 23 14:32:27 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Split *_volume() stuff a bit more.
Revision
989 -
Directory Listing
Modified
Wed Feb 23 13:55:09 2005 UTC
(8 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Add {start,stop}-volumess() to /sbin/functions.sh, as well as
RC_VOLUME_ORDER to /etc/conf.d/rc.
Revision
947 -
Directory Listing
Modified
Thu Feb 10 17:04:03 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/sbin
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
Revision
926 -
Directory Listing
Modified
Thu Feb 10 00:49:16 2005 UTC
(8 years, 3 months ago)
by
vapier
Original Path:
trunk/sbin
import some VServer stuff #55973
Revision
920 -
Directory Listing
Modified
Mon Feb 7 18:39:47 2005 UTC
(8 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
Fix /sbin/functions.sh not to run stty during 'emerge depend'.
Revision
915 -
Directory Listing
Modified
Fri Feb 4 10:36:39 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/sbin
It's now possible to configure addresses and routes for the loopback
interface if required - however you cannot override our defaults
wpa_supplicant and iwconfig now loop for 5 seconds if essid is
not returned straight away
fixed depends error in run_script
Revision
880 -
Directory Listing
Modified
Sun Jan 30 20:12:31 2005 UTC
(8 years, 3 months ago)
by
vapier
Original Path:
trunk/sbin
dont use the vague 'none' when mounting stuff #78684
Revision
876 -
Directory Listing
Modified
Sun Jan 30 19:18:13 2005 UTC
(8 years, 3 months ago)
by
vapier
Original Path:
trunk/sbin
use pure bash instead of awk ... thanks to ciaranm for holding my hand
Revision
847 -
Directory Listing
Modified
Thu Jan 13 20:38:39 2005 UTC
(8 years, 4 months ago)
by
uberlord
Original Path:
trunk/sbin
net dependancies corrected in runscript.sh - fixes #77839
Revision
814 -
Directory Listing
Modified
Thu Dec 30 19:21:16 2004 UTC
(8 years, 4 months ago)
by
vapier
Original Path:
trunk/sbin
rc-update STYLE updates
Revision
795 -
Directory Listing
Modified
Thu Dec 16 01:36:17 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
RC_USE_FSTAB support
Revision
791 -
Directory Listing
Modified
Wed Dec 15 19:58:49 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
tweak start_critical_service to use service names passed to it
Revision
784 -
Directory Listing
Modified
Mon Dec 13 00:18:25 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
dont unpack an empty udev tarball
Revision
781 -
Directory Listing
Modified
Sun Dec 12 23:48:09 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
tweak get_mount_fstab to be more error resistant
Revision
780 -
Directory Listing
Modified
Sun Dec 12 15:39:11 2004 UTC
(8 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
Add suport for using /sbin/udevsend from new udev-048 as hotplug multiplexer.
Revision
775 -
Directory Listing
Modified
Thu Dec 9 18:13:10 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/sbin
rc doesn't stop hotplugged devices when system is booting - fixes #61594
thanks to Andreas Sundebo for the fix
Revision
768 -
Directory Listing
Modified
Wed Dec 8 13:15:21 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/sbin
removed is_in_fstab function and replaced with get_mount_fstab which
returns a mount command based on the contents of fstab. Resolves bugs
#70044 and #73762
Revision
764 -
Directory Listing
Modified
Tue Dec 7 18:46:39 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/sbin
added service_stopped function to make reading code easier and
trying to avoid race conditions
Revision
760 -
Directory Listing
Modified
Tue Dec 7 01:56:58 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/sbin
added rc-script status "stopping"
now creates starting stopping and inactive directories in $svcdir
Revision
759 -
Directory Listing
Modified
Mon Dec 6 23:34:55 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/sbin
added rc-script statuses "starting" and "inactive"
dhcpcd, udhcpc and dhclient now support backgrounding - fixes #52975
Revision
747 -
Directory Listing
Modified
Sat Dec 4 07:10:07 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
last change to protect people was bogus
Revision
735 -
Directory Listing
Modified
Fri Dec 3 03:56:17 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
make the config file update checking better #71285
Revision
730 -
Directory Listing
Modified
Wed Dec 1 04:44:31 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
let users override hardcode mount options (for like /proc /sys /dev/pts etc...) with /etc/fstab #70044
Revision
728 -
Directory Listing
Modified
Tue Nov 30 06:27:49 2004 UTC
(8 years, 5 months ago)
by
vapier
Original Path:
trunk/sbin
make sure /etc/rc.conf has precedence over conf.d entries with critical services
Revision
697 -
Directory Listing
Modified
Mon Nov 15 18:02:57 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
make sure people dont run runscript.sh directly
Revision
695 -
Directory Listing
Modified
Mon Nov 15 16:23:41 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
stop using /etc/conf.d/basic
Revision
689 -
Directory Listing
Modified
Sat Nov 13 23:04:54 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
make svcdir mounting simpler #69595
Revision
678 -
Directory Listing
Modified
Mon Nov 8 03:48:56 2004 UTC
(8 years, 6 months ago)
by
agriffis
Original Path:
trunk/sbin
Restore -nc which I inadvertently removed when backing out rev 1.74
Revision
677 -
Directory Listing
Modified
Mon Nov 8 03:44:17 2004 UTC
(8 years, 6 months ago)
by
agriffis
Original Path:
trunk/sbin
Fix shell scripting errors that would result in /sbin/functions.sh: line 166: [: too many arguments. These errors were introduced in revision 1.74 of functions.sh
Revision
676 -
Directory Listing
Modified
Mon Nov 8 03:16:17 2004 UTC
(8 years, 6 months ago)
by
agriffis
Original Path:
trunk/sbin
Fix shell scripting error that would result in /sbin/functions.sh: line 166: [: too many arguments
Revision
670 -
Directory Listing
Modified
Thu Nov 4 16:20:25 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/sbin
net-scripts/init.d/net.lo
- we remove all added functions when restarting an interface
this relies on the diff command being available
added isdn support via the new ipppd module
net-scripts/conf.d/net.example
- added sample isdn setup
net-scripts/conf.d/wireless.example
- added better descriptions to the _sleep variables
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
- fixed bug #70022
Revision
669 -
Directory Listing
Modified
Thu Nov 4 06:47:42 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
keep clock in CRITICAL_SERVICES, but run it after modules and /usr are setup #70008
Revision
668 -
Directory Listing
Modified
Wed Nov 3 23:57:49 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
make sure critical services source conf.d files #69956
Revision
661 -
Directory Listing
Modified
Tue Nov 2 14:00:05 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
dont create /dev/sndstat anymore #69635.
Revision
660 -
Directory Listing
Modified
Tue Nov 2 13:49:59 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
fix syntax error #69789
Revision
654 -
Directory Listing
Modified
Sun Oct 31 12:26:32 2004 UTC
(8 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225.
Revision
653 -
Directory Listing
Modified
Sun Oct 31 11:27:38 2004 UTC
(8 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Move all functions in above end code and add comment
Revision
652 -
Directory Listing
Modified
Sun Oct 31 10:43:06 2004 UTC
(8 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Do not delete depscan and envupdate caches on reboot, as this should
improve bootup times - works nicely with the '-u' parameters of both.
Also move the '-u' parameter test of depscan.sh after the directory
exist test, else /started/, etc do not exist.
Revision
651 -
Directory Listing
Modified
Fri Oct 29 13:07:34 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
accept -nc as a short option to --nocolor #64736. also change $* to $@.
Revision
650 -
Directory Listing
Modified
Fri Oct 29 12:52:45 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
start clock earlier #68133
Revision
649 -
Directory Listing
Modified
Thu Oct 28 23:49:55 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
allow users to choose filesystem format for /dev #69091 and add a help file for people missing /dev/null or /dev/console
Revision
647 -
Directory Listing
Modified
Thu Oct 28 14:01:27 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
use pam_console_apply on udev and dont run $(id) when we have $EUID
Revision
644 -
Directory Listing
Modified
Tue Oct 26 02:01:11 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
- make devfsd run regardless of how devfs was mounted #68795
- respect / passno properly (dont use -A) #68822
- add gentoo=forcefsck
- dont save device tarball on livecd #68469
Revision
640 -
Directory Listing
Modified
Mon Oct 25 01:42:52 2004 UTC
(8 years, 6 months ago)
by
agriffis
Original Path:
trunk/sbin
Include livecd patch that was applied to baselayout-1.9.4-r6 to use agetty instead of mingetty
Revision
639 -
Directory Listing
Modified
Sun Oct 24 05:14:59 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
mount tmpfs instead of ramfs on /dev for udev systems #68653
Revision
635 -
Directory Listing
Modified
Thu Oct 21 19:05:52 2004 UTC
(8 years, 6 months ago)
by
vapier
Original Path:
trunk/sbin
unify all the uml checks into one function, is_uml_sys()
Revision
634 -
Directory Listing
Modified
Wed Oct 20 12:56:14 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
more network filesystems
Revision
632 -
Directory Listing
Modified
Tue Oct 19 05:01:23 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
remove the automount of ramdisk since it isnt perfect
Revision
630 -
Directory Listing
Modified
Tue Oct 19 04:20:27 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
handle read only filesystems nicer
Revision
625 -
Directory Listing
Modified
Mon Oct 18 23:03:19 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
depend on RC_VERBOSE which defaults to no. Add --verbose to args
understood by runscript.sh.
Use veinfo and friends in net-scripts/init.d/net.lo when loading
modules since this information is confusing to users.
Always load global "modules" setting in following "modules_iface"
since this is a little easier for users to understand.
Revision
624 -
Directory Listing
Modified
Mon Oct 18 17:35:45 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
only run cache-building scripts when the cache is out of date #67976
Revision
622 -
Directory Listing
Modified
Mon Oct 18 14:06:47 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
add shfs to our net filesystems list
Revision
614 -
Directory Listing
Modified
Fri Oct 15 01:56:23 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
allow users to use tmpfs/ramfs/ramdisk as their service directories #64079
Revision
611 -
Directory Listing
Modified
Thu Oct 14 05:28:35 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
move the utmp clearing code out of bootmisc and into rc itself #61727
Revision
610 -
Directory Listing
Modified
Thu Oct 14 03:53:15 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
make handling of /dev a much more flexible process
Revision
609 -
Directory Listing
Modified
Thu Oct 14 00:15:39 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Minor addition to previous commit -- use ... by default when RC_DOT_PATTERN is unset
Revision
608 -
Directory Listing
Modified
Thu Oct 14 00:03:45 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Spanky doesn't like the dots... disable them by default, but you can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
Revision
605 -
Directory Listing
Modified
Wed Oct 13 17:13:49 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Install net.modules.d to /lib/rcscripts instead of /etc so we
don't have to deal with CONFIG_PROTECT
Fix diff code in modules_load so it can identify which functions
have been modified
Fix fallback mechanism in iface_start so that it works correctly
and doesn't report a bogus error message when trying the fallback
Get rid of need_begin trickery in iface_stop
Simplify eend processing in dhcp modules
Implement eindent, eoutdent, esetdent in functions.sh and adjust
net-scripts to use them.
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
RC_INDENTATION and to work better on serial terminals
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
Revision
602 -
Directory Listing
Modified
Sun Oct 10 03:11:48 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Create NET_FS_LIST and is_net_fs in functions.sh and use them in checkroot, localmount, netmount, net.example, and net.lo
Revision
598 -
Directory Listing
Modified
Fri Oct 8 13:46:05 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
mount /sys with the -n param
Revision
592 -
Directory Listing
Modified
Wed Oct 6 01:27:31 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
let RC_NOCOLOR be set in the environment
Revision
591 -
Directory Listing
Modified
Wed Oct 6 01:27:16 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
as they say, MORE QUOTES; also, respect RC_NOCOLOR
Revision
589 -
Directory Listing
Modified
Wed Oct 6 00:08:49 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
have depscan.sh call eend when it is done running #59694
Revision
587 -
Directory Listing
Modified
Tue Oct 5 21:37:52 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/sbin
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when possible and otherwise clean up the COLS code. Fix the "emerge depend" detection code to use RC_ENDCOL="no"
Revision
585 -
Directory Listing
Modified
Tue Oct 5 03:21:05 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
/proc/cmdline may exist but not be readable for non-root users
Revision
574 -
Directory Listing
Modified
Sat Oct 2 05:38:28 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
break the serial console / no color logic up completely and remove the console resizing code (#32453)
Revision
565 -
Directory Listing
Modified
Sun Sep 26 13:55:42 2004 UTC
(8 years, 7 months ago)
by
kugelfang
Original Path:
trunk/sbin
Forgot to remove CONF_LIBDIR="" before commiting :-/
Revision
564 -
Directory Listing
Modified
Sun Sep 26 13:48:35 2004 UTC
(8 years, 7 months ago)
by
kugelfang
Original Path:
trunk/sbin
Added get_libdir().
Revision
563 -
Directory Listing
Modified
Fri Sep 24 00:26:44 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/sbin
rework the $COLS logic
Revision
561 -
Directory Listing
Modified
Sun Sep 19 19:51:25 2004 UTC
(8 years, 8 months ago)
by
vapier
Original Path:
trunk/sbin
make sure our $COLS variable is set sanely when dealing with serial consoles and other similar tty devices
Revision
550 -
Directory Listing
Modified
Tue Sep 14 17:11:05 2004 UTC
(8 years, 8 months ago)
by
agriffis
Original Path:
trunk/sbin
Commit dm-crypt enablement patch from Tigger (Rob Holland) in bug 26953
Revision
541 -
Directory Listing
Modified
Mon Aug 23 06:39:42 2004 UTC
(8 years, 8 months ago)
by
vapier
Original Path:
trunk/sbin
fix copyright lines
Revision
539 -
Directory Listing
Modified
Wed Aug 18 20:35:37 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/sbin
Apply Spock's bootsplash patch from bug 45784. This moves most of the splash functionality out of baselayout.
Revision
538 -
Directory Listing
Modified
Wed Aug 18 15:23:03 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 60719 (request for better error messages from runscript) by allowing errors to show on the screen when they're encountered in wrap_rcscript
Revision
537 -
Directory Listing
Modified
Wed Aug 18 15:23:03 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 60719 (request for better error messages from runscript) by allowing errors to show on the screen when they're encountered in wrap_rcscript
Revision
526 -
Directory Listing
Modified
Sun Aug 1 22:55:30 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/sbin
Apply half of spock's patch in bug 45784: Check for conf.d/bootsplash instead of conf.d/bootsplash.conf
Revision
520 -
Directory Listing
Modified
Sat Jul 10 03:37:29 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/sbin
swap words "start" and "stop" in runscript.sh error message
Revision
510 -
Directory Listing
Modified
Sun Jun 6 15:17:47 2004 UTC
(8 years, 11 months ago)
by
agriffis
Original Path:
trunk/sbin
rc-scripts-1.4.16. Only call generate-modprobe.conf with --assume-kernel if modules-update was called with --assume-kernel. This means that only catalyst has the dependency on module-init-tools, not everybody with the newer baselayout
Revision
509 -
Directory Listing
Modified
Fri May 21 15:22:12 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
rc-scripts-1.4.15. Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh. Fix bug 51626: wrong variable declaration at top of get_bootparam() in /sbin/functions.sh
Revision
508 -
Directory Listing
Modified
Mon May 17 20:10:04 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Bump version to 1.4.14 to push out gmsoft's fix for hppa console on ttyB0
Revision
505 -
Directory Listing
Modified
Sun May 16 02:18:49 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
livecd serial console fixes for sparc/hppa from gustavo
Revision
499 -
Directory Listing
Modified
Fri May 7 22:00:36 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 20597: Skip RCS files when updating modules.
Fix bug 49926: Add a --assume-kernel flag to modules-update. This
requires a companion patch in module-init-tools-3.0-r2 to handle the
same flag in generate-modprobe.conf; this dependency won't be handled
in the baselayout ebuild since it only affects livecd building.
Revision
492 -
Directory Listing
Modified
Wed May 5 21:11:31 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 48595: Make sure $(id -u) is zero (root user) when running init scripts to avoid a lot of error messages.
Revision
488 -
Directory Listing
Modified
Sun Apr 25 22:31:48 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" Also removed the errstr double-checking since the need for that is alleviated by these typo fixes.
Revision
486 -
Directory Listing
Modified
Sat Apr 24 03:14:10 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
Revision
485 -
Directory Listing
Modified
Sat Apr 24 02:07:00 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/sbin
Fix bug 29426 (gentoo should be able to boot with an empty /dev) with patch from Spanky. The patch avoids redirection to /dev/null when it doesn't exit; this was breaking /sbin/rc
Revision
484 -
Directory Listing
Modified
Wed Apr 21 17:09:18 2004 UTC
(9 years, 1 month ago)
by
vapier
Original Path:
trunk/sbin
update copyright years
Revision
481 -
Directory Listing
Modified
Tue Apr 13 00:20:03 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/sbin
Update to rc-scripts version 1.4.7. Fix bug 47218 (net.eth0 broken for vlans) with patch provided by Andy Dustman. Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/* directories) with patch from Terje Bergstrvm.
Revision
480 -
Directory Listing
Modified
Thu Apr 8 22:09:46 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/sbin
Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
Revision
479 -
Directory Listing
Modified
Thu Apr 8 18:30:29 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/sbin
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. Patch from Gustavoz to livecd-functions.sh to run bash instead of login on serial consoles, necessary due to scrambled root password.
Revision
478 -
Directory Listing
Modified
Wed Apr 7 16:44:00 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/sbin
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg. Also support 4800 baud correctly.
Revision
477 -
Directory Listing
Modified
Sun Mar 21 23:55:07 2004 UTC
(9 years, 2 months ago)
by
vapier
Original Path:
trunk/sbin
update copyright years to 2004
Revision
472 -
Directory Listing
Modified
Thu Feb 26 18:38:45 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Small fix to sbin/rc-services.sh related to mtime checking and 'net'
virtual service - it had no mtime generated, so check_mtime() failed
for it ...
Revision
471 -
Directory Listing
Modified
Thu Feb 26 18:01:29 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
Start udevd if present.
Revision
469 -
Directory Listing
Modified
Thu Feb 26 17:29:43 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
Update to enable checking of mtimes on rc-scripts, and auto running
depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
is not set instead of just erroring.
Revision
465 -
Directory Listing
Modified
Sun Feb 15 20:01:09 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
are used in scripts such as consolefonts, numlock, etc. This should
close bug #39863.
Revision
462 -
Directory Listing
Modified
Sun Feb 8 11:42:21 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
than install, as newer versions of install is located in /usr/bin. This
closes bug #39648.
Revision
459 -
Directory Listing
Modified
Fri Feb 6 19:41:03 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc,
bug #37349.
Revision
456 -
Directory Listing
Modified
Wed Jan 21 18:03:11 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org>
for livecd support. Add bits to /sbin/rc to support it.
Revision
454 -
Directory Listing
Modified
Mon Dec 29 01:00:27 2003 UTC
(9 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
then gawk -v. Also add some tests to see if we got the environment
variables.
Revision
453 -
Directory Listing
Modified
Sat Dec 27 23:02:48 2003 UTC
(9 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
Revision
450 -
Directory Listing
Modified
Sun Dec 14 18:01:42 2003 UTC
(9 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
Fix type-o in /sbin/rc, bug #34837.
Revision
446 -
Directory Listing
Modified
Wed Nov 26 19:19:24 2003 UTC
(9 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
Add code to generate /dev from sysfs entries - not much it currently
support but block/tty devices, but it is a start for when we have
full sysfs support in all drivers.
Revision
442 -
Directory Listing
Modified
Sat Nov 15 15:42:10 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Add a warning to cachedepends.awk if a rc-script's name ends in
'.sh', bug #33134. Add better error checking to /sbin/depscan.sh.
Revision
441 -
Directory Listing
Modified
Tue Nov 11 19:48:48 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Add extra checks for critical directories to /sbin/rc.; Release 1.4.3.12
Revision
436 -
Directory Listing
Modified
Wed Oct 29 20:20:50 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
We should not use '-' in variable names for bash, bug #31184, thanks
to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
Revision
434 -
Directory Listing
Modified
Wed Oct 29 19:33:58 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
not exist. Updated /sbin/rc for this.
Revision
430 -
Directory Listing
Modified
Sun Oct 26 21:40:25 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
We did not handle the 'net' dependency properly in valid_iuse() and
valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
bugs #30327 and #31950.
Revision
429 -
Directory Listing
Modified
Sun Oct 26 20:10:45 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
array (in my case 'net') to be ignored.
Revision
428 -
Directory Listing
Modified
Sun Oct 26 19:59:02 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Do not set hotplug agent
Revision
427 -
Directory Listing
Modified
Sun Oct 26 17:48:23 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
Do not use depinfo_<scriptname>() functions to set rc_<type> variables, bug #24092
Revision
422 -
Directory Listing
Modified
Sun Oct 19 00:12:51 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
More bootsplash fixes, bug #21019 (comment #21).
Revision
421 -
Directory Listing
Modified
Thu Oct 16 22:39:16 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
Also changed the permissions on tty's, ibcs and scanner devices
to 0660.
Revision
420 -
Directory Listing
Modified
Thu Oct 16 22:24:00 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
and #16 from bug #21019).
Bootsplash coded did not play nice with boot profiles, so I fixed that
as well. Some other style tweaks.
Revision
419 -
Directory Listing
Modified
Tue Oct 14 19:03:15 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
New release, version 1.4.3.11p2. This add new bootsplash implementation, bug #21019.
Revision
418 -
Directory Listing
Modified
Tue Oct 14 00:09:11 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
New release 1.4.3.11p1
Revision
417 -
Directory Listing
Modified
Tue Oct 14 00:02:21 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
Add initial bootsplash patch. Add more tty's to numlock, bug #28252.
Revision
410 -
Directory Listing
Modified
Mon Oct 13 19:32:32 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
Add squid to /etc/services, bug #30995. Other cleanups from rac.
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
running while pwd is root (/).
Revision
406 -
Directory Listing
Modified
Tue Aug 12 14:52:51 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Add missing 'local x' to filter_environ() (bug #26429)
Revision
404 -
Directory Listing
Modified
Sun Aug 10 23:48:38 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Fix get_bootparam() to check if /proc/cmdline exists
Revision
398 -
Directory Listing
Modified
Mon Aug 4 20:12:25 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
Fix 2.5 tempfiles not being removed.
New release
Revision
396 -
Directory Listing
Modified
Mon Aug 4 19:19:40 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check
RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from
Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
Revision
394 -
Directory Listing
Modified
Mon Aug 4 19:08:25 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
Fixed modules-update to only do the /etc/modprobe.conf generation if we
are actually running a 2.5+ kernel.
Revision
392 -
Directory Listing
Modified
Tue Jul 29 22:15:36 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
check{root,fs} tweaks
Revision
390 -
Directory Listing
Modified
Mon Jul 28 19:13:03 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
fix hardcoded ../boot/.. paths in functions.sh
Revision
389 -
Directory Listing
Modified
Mon Jul 28 01:23:46 2003 UTC
(9 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
adelie fixes, add better logger support
Revision
388 -
Directory Listing
Modified
Tue Jul 22 21:07:08 2003 UTC
(9 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
Adelie updates and some other fixes
Revision
382 -
Directory Listing
Modified
Thu Jul 17 19:16:28 2003 UTC
(9 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
use uname -r to get kernel version, bug #23923
Revision
372 -
Directory Listing
Modified
Thu Jul 3 02:13:47 2003 UTC
(9 years, 10 months ago)
by
robbat2
Original Path:
trunk/sbin
Add frozen lock support
Revision
362 -
Directory Listing
Modified
Wed May 14 20:30:05 2003 UTC
(10 years ago)
by
azarah
Original Path:
trunk/sbin
fix net.ppp0 issues for kppp; dependency fixes
Revision
359 -
Directory Listing
Modified
Sun May 11 23:32:47 2003 UTC
(10 years ago)
by
azarah
Original Path:
trunk/sbin
new release; supporting parallel startup and new dep system with many fixes
Revision
345 -
Directory Listing
Modified
Sun Apr 6 16:28:27 2003 UTC
(10 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
various fixes; moved .c files to src
Revision
339 -
Directory Listing
Modified
Tue Mar 11 03:31:45 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
fix /usr/bin/cut in /sbin/functions.sh
Revision
336 -
Directory Listing
Modified
Sun Mar 9 21:45:22 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
small tweaks; sysfs support
Revision
334 -
Directory Listing
Modified
Sun Mar 9 09:06:23 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
some updates and fixes
Revision
330 -
Directory Listing
Modified
Fri Feb 28 15:45:35 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
many fixes/optimizations
Revision
328 -
Directory Listing
Modified
Thu Feb 27 19:40:49 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
remove greps that could be called if /usr not mounted
Revision
327 -
Directory Listing
Modified
Thu Feb 27 13:36:42 2003 UTC
(10 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
should prob quote as well
Revision
326 -
Directory Listing
Modified
Thu Feb 27 10:35:07 2003 UTC
(10 years, 2 months ago)
by
jhhudso
Original Path:
trunk/sbin
Fixed bug where esyslog would allow nothing to be sent to logger,
making the system hang until ^D was typed (bug #16459)
Revision
325 -
Directory Listing
Modified
Mon Feb 17 23:43:32 2003 UTC
(10 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
add generation of /etc/modprobe.devfs to modules-update
Revision
317 -
Directory Listing
Modified
Wed Feb 5 09:05:51 2003 UTC
(10 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
fix SVCDIR in rc-envupdate.sh
Revision
315 -
Directory Listing
Modified
Mon Feb 3 21:15:29 2003 UTC
(10 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
fix module-update for module-init-tools-0.9.9
Revision
310 -
Directory Listing
Modified
Sun Jan 26 08:27:42 2003 UTC
(10 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
fix nice in start-stop-daemon.c
Revision
306 -
Directory Listing
Modified
Wed Jan 15 01:26:07 2003 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
fix stale entries in svcdir
Revision
302 -
Directory Listing
Modified
Tue Jan 14 23:42:47 2003 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
really fix /var on seperate partition
Revision
297 -
Directory Listing
Modified
Mon Jan 6 21:32:44 2003 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
lot of changes; hopeful release of rc-scripts-1.4.3.0
Revision
294 -
Directory Listing
Modified
Thu Jan 2 22:20:02 2003 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
small fixes and enhancements
Revision
293 -
Directory Listing
Modified
Sun Dec 29 16:56:29 2002 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
use 'usbfs' for kernel 2.5
Revision
292 -
Directory Listing
Modified
Sun Dec 29 10:15:39 2002 UTC
(10 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
update modules-update for sys-apps/module-init-tools support
Revision
286 -
Directory Listing
Modified
Wed Dec 18 10:11:43 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
mips support among things
Revision
281 -
Directory Listing
Modified
Wed Dec 4 20:20:45 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
serial console fixes
Revision
280 -
Directory Listing
Modified
Wed Dec 4 01:29:01 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
fix sourcing of helper scripts
Revision
275 -
Directory Listing
Modified
Fri Nov 29 06:04:34 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
move daemon stuff to rc-daemon.sh
Revision
273 -
Directory Listing
Modified
Tue Nov 26 15:04:10 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
quote some variables
Revision
272 -
Directory Listing
Modified
Tue Nov 26 12:32:29 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
add some flexiblity to net dependency
Revision
271 -
Directory Listing
Modified
Mon Nov 25 22:24:08 2002 UTC
(10 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
import Adelie Cluster stuff
Revision
265 -
Directory Listing
Modified
Mon Nov 18 12:41:54 2002 UTC
(10 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
remove spider fix, as it makes things even slower on older boxen
Revision
264 -
Directory Listing
Modified
Mon Nov 18 12:26:20 2002 UTC
(10 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
awk version of rc-envupdate.sh
Revision
262 -
Directory Listing
Modified
Mon Nov 18 12:18:27 2002 UTC
(10 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
awk version of rc-envupdate.sh
Revision
261 -
Directory Listing
Modified
Mon Nov 18 09:02:26 2002 UTC
(10 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
fix using /usr/bin/find
Revision
258 -
Directory Listing
Modified
Sun Nov 17 17:11:09 2002 UTC
(10 years, 6 months ago)
by
azarah
Original Path:
trunk/sbin
new version with super fast depscan.sh
Revision
248 -
Directory Listing
Modified
Mon Oct 14 15:42:36 2002 UTC
(10 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
fixes; start-single-daemon
Revision
244 -
Directory Listing
Modified
Sat Oct 5 19:58:25 2002 UTC
(10 years, 7 months ago)
by
azarah
Original Path:
trunk/sbin
many misc fixes and updates
Revision
228 -
Directory Listing
Modified
Tue Aug 27 20:26:32 2002 UTC
(10 years, 8 months ago)
by
blizzy
Original Path:
trunk/sbin
minor change in output of extra blank line in eend() in case of error
Revision
219 -
Directory Listing
Modified
Sun Aug 11 21:44:53 2002 UTC
(10 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
resolve broken pipe issue in depscan.sh
Revision
212 -
Directory Listing
Modified
Sat Jul 27 17:08:27 2002 UTC
(10 years, 9 months ago)
by
azarah
Original Path:
trunk/sbin
Redhat features; bugfixes
Revision
208 -
Directory Listing
Modified
Mon Jul 22 21:26:17 2002 UTC
(10 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
small updates to awk regexp
Revision
207 -
Directory Listing
Modified
Mon Jul 22 20:26:44 2002 UTC
(10 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
speed enhancements
Revision
206 -
Directory Listing
Modified
Mon Jul 22 19:04:42 2002 UTC
(10 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
fixes/speed improvements
Revision
204 -
Directory Listing
Modified
Mon Jul 22 00:21:21 2002 UTC
(10 years, 10 months ago)
by
azarah
Original Path:
trunk/sbin
small fixes; add user cyrus
Revision
191 -
Directory Listing
Modified
Thu Jun 20 22:07:37 2002 UTC
(10 years, 11 months ago)
by
azarah
Original Path:
trunk/sbin
bugfixes and some new features
Revision
188 -
Directory Listing
Modified
Wed Jun 12 11:12:38 2002 UTC
(10 years, 11 months ago)
by
carpaski
Original Path:
trunk/sbin
Pointed out in bug #3650 -- local VARNAME=... -- always returns 0 with
the exception of invalid variable names. The eval wasn't being checked.
Moved the 'local errstr' to its own line. (Credit: Felix von Leitner)
Revision
178 -
Directory Listing
Modified
Sat May 11 09:13:19 2002 UTC
(11 years ago)
by
azarah
Original Path:
trunk/sbin
speed improvements; order fixes
Revision
166 -
Directory Listing
Modified
Sun Apr 21 18:12:54 2002 UTC
(11 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
ugh, for got to add this
Revision
162 -
Directory Listing
Modified
Fri Apr 5 23:21:25 2002 UTC
(11 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
move rc-help.sh as well.
Revision
157 -
Directory Listing
Modified
Sun Mar 24 09:47:01 2002 UTC
(11 years, 1 month ago)
by
azarah
Original Path:
trunk/sbin
lots of fixes/updates
Revision
130 -
Directory Listing
Modified
Tue Feb 26 19:07:16 2002 UTC
(11 years, 2 months ago)
by
azarah
Original Path:
trunk/sbin
update consolefont; fix devfs /etc/mtab entry again
Revision
124 -
Directory Listing
Modified
Fri Feb 15 04:35:43 2002 UTC
(11 years, 3 months ago)
by
azarah
Original Path:
trunk/sbin
have backup .. want to see if i can finish at work
Revision
85 -
Directory Listing
Modified
Sat Dec 22 06:51:19 2001 UTC
(11 years, 4 months ago)
by
azarah
Original Path:
trunk/sbin
drop init wrapper; LVM support; better unmount on shutdown support
Revision
84 -
Directory Listing
Modified
Mon Dec 17 22:40:37 2001 UTC
(11 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
new rc script that make init wrapper unneeded
Revision
83 -
Directory Listing
Modified
Sun Dec 16 13:57:09 2001 UTC
(11 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
fix typo that caused needed depends not in a runlevel to be stopped
Revision
77 -
Directory Listing
Modified
Sat Dec 8 22:19:04 2001 UTC
(11 years, 5 months ago)
by
woodchip
Original Path:
trunk/sbin
runscript is moved here, instead of sitting in init.d.
this was desired, as a note, FIXME, deal, was around in baselayout..
start-stop-daemon is latest and greatest, coming from Debian project,
moved from our sysvinit package to here now.
Revision
71 -
Directory Listing
Modified
Fri Dec 7 02:06:01 2001 UTC
(11 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
fix a echo for debug i forgot; add for checking if we are currently booting
Revision
69 -
Directory Listing
Modified
Thu Dec 6 22:54:13 2001 UTC
(11 years, 5 months ago)
by
azarah
Original Path:
trunk/sbin
added new net.ppp0 and fixed problem with /sbin/rc where just calling rc would stop all services
Revision
67 -
Directory Listing
Modified
Thu Dec 6 06:39:28 2001 UTC
(11 years, 5 months ago)
by
drobbins
Original Path:
trunk/sbin
more fixes. rc-scripts-1.2 should be solid now
Revision
65 -
Directory Listing
Modified
Thu Dec 6 05:21:25 2001 UTC
(11 years, 5 months ago)
by
drobbins
Original Path:
trunk/sbin
very many initscript updates (beta)
Revision
51 -
Directory Listing
Modified
Thu Nov 15 22:28:49 2001 UTC
(11 years, 6 months ago)
by
drobbins
Original Path:
trunk/sbin
updates-o-rama for 1.1.8
Revision
28 -
Directory Listing
Modified
Mon Sep 3 04:51:02 2001 UTC
(11 years, 8 months ago)
by
drobbins
Original Path:
trunk/sbin
new release (1.1.5)
Revision
7 -
Directory Listing
Modified
Fri Aug 17 22:26:55 2001 UTC
(11 years, 9 months ago)
by
drobbins
Original Path:
trunk/sbin
init.orig is now init.system
Revision
4 -
Directory Listing
Modified
Mon Aug 13 02:07:46 2001 UTC
(11 years, 9 months ago)
by
drobbins
Original Path:
trunk/sbin
new version (1.1) of rc-scripts package
| Sticky Revision: |
|