Commit Graph

121 Commits

Author SHA1 Message Date
c3d899714c Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554. 2007-04-30 13:19:26 +00:00
0380d98d7d restart/schedule stopped services when the trigger service goes inactive on a restart 2007-04-30 13:18:42 +00:00
d658c2dc6d Fix carrier_timeout 2007-04-30 13:17:28 +00:00
3a5f03911a Fix style 2007-04-30 09:23:17 +00:00
4d283afe31 /etc/init.d/foo start and stop no longer exit when service is fully
started or stopped, #176452.
2007-04-30 09:06:17 +00:00
abfd181dde env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #176198. 2007-04-27 11:24:05 +00:00
e6a610fbc7 Don't dmesg for VPS systems 2007-04-26 14:29:15 +00:00
33052124b5 Don't dmesg for VPS systems 2007-04-26 14:22:54 +00:00
67bfa29457 Don't sysctl for VPS systems 2007-04-26 14:17:15 +00:00
54c6ff1b0a File to configure our font as early as possible in init 2007-04-26 13:08:34 +00:00
ea2158fe94 checkroot and checkfs now use more friendly generic options, #116016 2007-04-26 13:07:57 +00:00
cf9aa106c6 Set fonts in init-early.sh, don't stop services twice when shutting down and lock prefixed output. 2007-04-26 11:24:07 +00:00
431e8cc84f Fix early setting of font 2007-04-26 08:02:21 +00:00
c1d6bfc721 Don't abort select when on signals 2007-04-25 18:12:49 +00:00
8e7868d80f Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLs 2007-04-25 15:48:54 +00:00
6ba6f0403f Fix vservers 2007-04-25 15:42:30 +00:00
b1d9fd4f6f Now that dhcpcd-3 is stable on all arches, use it with start-stop-daemon. 2007-04-25 12:39:31 +00:00
00d596fb43 Fix Makefile to clean and remove .svn when making dist. rc-mount no longer appends -f for linux mount and uses -i instead to ignore helpers 2007-04-25 12:32:47 +00:00
dfc208bd25 We now have an alternative to buffering stdout and stderr.
RC_PREFIX="yes" will put the service name as a prefix to all output
made by the service. Thanks to Ciaran McCreesh for the idea.
2007-04-25 12:30:24 +00:00
ae32cbdd4b quiet clip 2007-04-25 08:46:41 +00:00
a44abb9577 We now buffer stdout and stderr to a file and flush that when running in parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL. 2007-04-24 11:29:19 +00:00
c965f74f46 Harden unicode settings 2007-04-23 20:20:40 +00:00
c5ada996ee Fix udhcpc for releasing 2007-04-23 17:19:43 +00:00
4532564829 Remove debug stuff 2007-04-23 16:43:52 +00:00
7766f7e987 Fix dhclient 2007-04-23 16:41:32 +00:00
b0e3880bd4 Attempt to fix clip 2007-04-23 07:54:07 +00:00
52c28add45 error then unlink 2007-04-21 09:23:37 +00:00
81c595b3fe Don't free in vfork 2007-04-21 08:34:16 +00:00
3979a1712d Style fixes 2007-04-20 19:03:56 +00:00
35ee67f446 Re-work the starting and stopping of services so we always know the pid so we can kill our children without the need for process groups which we cannot use as keyboard will not work in init. 2007-04-20 18:58:42 +00:00
a5ba34ec15 Fix rc-abort to notify the plugins we are aborting 2007-04-20 15:02:13 +00:00
7590e7b258 exec rc-abort 2007-04-20 13:22:27 +00:00
c52f216450 Added the rc-abort command, #175106 thanks to Daniel Drake. 2007-04-20 13:12:21 +00:00
a316a1fa72 Automatically mount selinuxfs on /selinux in localmount. 2007-04-20 10:47:24 +00:00
f269f1961b Plugins now run in a forked process for extra resliance. 2007-04-20 09:39:47 +00:00
49b8b30ab7 Fix fstabinfo -p / 2007-04-19 15:31:01 +00:00
2569e85579 strdup -> rc_xstrdup 2007-04-19 14:54:35 +00:00
3ed60d5202 Use RTLD_NOW instead of RTLD_LAZY 2007-04-19 14:41:10 +00:00
026926fc4f Revert commit as we now remove the dhcp default for ppp links 2007-04-19 13:05:07 +00:00
4768bd45f2 Remove default config for ppp 2007-04-19 13:00:59 +00:00
247dec818b document config_ppp0=null 2007-04-19 12:55:35 +00:00
b9f75802b0 duh, idiot uber 2007-04-19 12:24:10 +00:00
768a8cf86c no need for the sed using printf 2007-04-19 12:09:19 +00:00
d3b28724b5 use printf %s 2007-04-19 12:05:25 +00:00
c2407df288 As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs. 2007-04-19 10:52:37 +00:00
2fc28414fa printf is more portable than echo -n 2007-04-19 07:37:59 +00:00
f05ac25185 Fix bridge some more, remove superflous warning from vewarn and error when no interface correctly 2007-04-19 06:46:29 +00:00
fb2f0495a6 more pppd fixes 2007-04-18 14:42:40 +00:00
6617d946ec get pppoa the right way around 2007-04-18 14:23:50 +00:00
35dc4e3424 Try and fix pppd, thanks to zzam for the patch 2007-04-18 14:21:25 +00:00