Roy Marples
|
e372729b8c
|
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
|
2007-10-29 09:45:49 +00:00 |
|
Roy Marples
|
42c231d760
|
Indent fixes
|
2007-10-27 09:53:56 +00:00 |
|
Roy Marples
|
c02cc42b1d
|
Fix the restarting of services depending on the script you're restarting
|
2007-10-26 12:22:26 +00:00 |
|
Roy Marples
|
a825e6f30f
|
Format the script correctly, and fix ssids with spaces in hopefully once and for all
|
2007-10-25 09:11:18 +00:00 |
|
Roy Marples
|
795408632b
|
Fix BSD wireless script
|
2007-10-25 06:41:29 +00:00 |
|
Roy Marples
|
1a673aa117
|
Advise not syncing time when running ntp daemons
|
2007-10-24 08:50:14 +00:00 |
|
Roy Marples
|
9bb59a93f2
|
Simply the clock script even more. This makes us very similar to Debians now
|
2007-10-24 07:26:05 +00:00 |
|
Roy Marples
|
663f21199a
|
clock init script now works with busybox.
|
2007-10-23 22:49:21 +00:00 |
|
Roy Marples
|
f884223388
|
Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE
|
2007-10-23 20:48:06 +00:00 |
|
Roy Marples
|
0764a6cb46
|
Stop using asprintf
|
2007-10-23 20:43:45 +00:00 |
|
Roy Marples
|
bf0cc2dac4
|
clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted that it could change the location of /etc/adjtime. This is not the case.
|
2007-10-23 20:00:08 +00:00 |
|
Roy Marples
|
dc3bce5dae
|
interupt -> interrupt
|
2007-10-23 15:23:10 +00:00 |
|
Roy Marples
|
af510fb316
|
We can still update deptree if needed services are missing
|
2007-10-23 10:06:15 +00:00 |
|
Roy Marples
|
85648ee5cd
|
Fix tmp cleaning
|
2007-10-23 10:05:47 +00:00 |
|
Roy Marples
|
c30b64a63a
|
Allow half a second for a working pidfile to be created and a tenth of a second for a daemon to bail.
|
2007-10-23 09:05:19 +00:00 |
|
Roy Marples
|
2d7f57d462
|
Fix init.sh for shm again
|
2007-10-22 20:24:00 +00:00 |
|
Roy Marples
|
9dddb43eb4
|
Wait for plugins to finish before moving on.
|
2007-10-22 19:33:42 +00:00 |
|
Roy Marples
|
6b0c28039d
|
When getting an ecolor, we should check that stdout is a tty
|
2007-10-22 16:28:38 +00:00 |
|
Roy Marples
|
33aa2a0745
|
whitespace
|
2007-10-22 16:19:12 +00:00 |
|
Roy Marples
|
0d9eaafe9a
|
Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.
|
2007-10-19 06:57:41 +00:00 |
|
Roy Marples
|
59c9e0e1ee
|
Punt the voumns config file
|
2007-10-18 12:44:40 +00:00 |
|
Roy Marples
|
2113001e39
|
Fix old examples
|
2007-10-17 21:33:23 +00:00 |
|
Roy Marples
|
a28dd2d4ef
|
We now build and optionally work with static libraries.
|
2007-10-16 13:49:00 +00:00 |
|
Roy Marples
|
068b4798c2
|
Update dependencies if we're allowed too
|
2007-10-15 16:17:33 +00:00 |
|
Roy Marples
|
a6ae4a6cde
|
This is probably better
|
2007-10-15 16:03:49 +00:00 |
|
Roy Marples
|
5d215f9d63
|
const correctness
|
2007-10-15 14:40:53 +00:00 |
|
Roy Marples
|
c7f679e97e
|
Add trace to depopts
|
2007-10-15 11:20:27 +00:00 |
|
Roy Marples
|
f95e75f0e9
|
rc-status now orders services in start order, #195630
|
2007-10-15 11:17:57 +00:00 |
|
Roy Marples
|
8ec450eff7
|
Add link-local
|
2007-10-12 10:09:04 +00:00 |
|
Roy Marples
|
20a149b2c7
|
malloc over fatty buffers
|
2007-10-12 00:01:33 +00:00 |
|
Roy Marples
|
e3bc6666d6
|
malloc data size, not pointer size
|
2007-10-11 23:17:53 +00:00 |
|
Roy Marples
|
14287ddd80
|
net.eth0 and net.eth1 makes no sense, thanks to Marc Blumentritt
|
2007-10-11 19:24:53 +00:00 |
|
Roy Marples
|
79736a48d4
|
Release rc5
|
2007-10-11 15:39:08 +00:00 |
|
Roy Marples
|
0f26607499
|
Only update mtab if /proc/mounts exists
|
2007-10-11 15:14:55 +00:00 |
|
Roy Marples
|
77205862e3
|
Bump librc and libeinfo to .so.1
|
2007-10-11 15:05:02 +00:00 |
|
Roy Marples
|
5261b5ed3a
|
Fix checkroot and give info about mtab
|
2007-10-11 15:04:07 +00:00 |
|
Roy Marples
|
d2813aff86
|
Yoiks, that comma shouldn't be there.
|
2007-10-11 14:00:56 +00:00 |
|
Roy Marples
|
e00bf23518
|
No need for that include
|
2007-10-11 13:56:38 +00:00 |
|
Roy Marples
|
ebcfd49e9c
|
Fix deleting items from string lists.
|
2007-10-11 10:11:12 +00:00 |
|
Roy Marples
|
64d1dd9da0
|
If / block device as in /etc/fstab does not exist, use /dev/root if it's available in checkroot, #171593.
|
2007-10-11 09:49:54 +00:00 |
|
Roy Marples
|
07c8f8cfde
|
Fix rc.map
|
2007-10-10 13:49:52 +00:00 |
|
Roy Marples
|
4bdf9ab63e
|
rc_deptree_order_services -> rc_deptree_order
|
2007-10-10 13:11:35 +00:00 |
|
Roy Marples
|
e744a6ba24
|
Give more time to daemons
|
2007-10-10 11:55:55 +00:00 |
|
Roy Marples
|
25091eb4f4
|
Don't run the done hook twice
|
2007-10-10 06:24:08 +00:00 |
|
Roy Marples
|
183b7464d3
|
We should only have one block of code that restores state
|
2007-10-09 21:20:10 +00:00 |
|
Roy Marples
|
2613316686
|
Fix failed services a little, and make timeout more sane
|
2007-10-09 21:13:08 +00:00 |
|
Roy Marples
|
31c6cacb0a
|
Always remount root rw if it's not
|
2007-10-09 21:10:53 +00:00 |
|
Roy Marples
|
d468572206
|
Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev
|
2007-10-09 17:41:53 +00:00 |
|
Roy Marples
|
db468457dc
|
Foo, should be a mask
|
2007-10-09 15:47:25 +00:00 |
|
Roy Marples
|
537ef36350
|
Ensure that runscript returns 0 when service is started
|
2007-10-09 15:44:22 +00:00 |
|