Roy Marples
|
537ef36350
|
Ensure that runscript returns 0 when service is started
|
2007-10-09 15:44:22 +00:00 |
|
Roy Marples
|
dc0ba7ebf3
|
netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772.
|
2007-10-09 15:33:05 +00:00 |
|
Roy Marples
|
e89805e0c0
|
Quiet some compile time warnings on uclibc
|
2007-10-09 12:52:09 +00:00 |
|
Roy Marples
|
3ac49bd6b3
|
Fix help
|
2007-10-09 10:18:13 +00:00 |
|
Roy Marples
|
393d07cb6f
|
txqueuelen_eth0= now works, #190538.
|
2007-10-09 09:56:45 +00:00 |
|
Roy Marples
|
ee1b7d0141
|
Tidy up
|
2007-10-09 09:25:32 +00:00 |
|
Roy Marples
|
3da2922358
|
Don't stop reading dir contents on errors
|
2007-10-08 12:46:14 +00:00 |
|
Roy Marples
|
cd4bce7e8d
|
Wups, should be xstrdup
|
2007-10-08 11:16:22 +00:00 |
|
Roy Marples
|
a89ceb7e2c
|
Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc anymore
|
2007-10-08 11:11:21 +00:00 |
|
Roy Marples
|
e7dab9bb91
|
Move rc_env_filter and rc_env_config out of librc and into rc
|
2007-10-08 11:07:39 +00:00 |
|
Roy Marples
|
9d18c195d7
|
Don't unmount stuff in /dev or /sys
|
2007-10-05 14:15:06 +00:00 |
|
Roy Marples
|
93684b646e
|
Don't umount anything in /sys like we do for /proc and /dev
|
2007-10-05 13:37:57 +00:00 |
|
Roy Marples
|
2691f95a3a
|
rc doesn't and shouldn't use libkvm
|
2007-10-05 12:04:19 +00:00 |
|
Roy Marples
|
cf53fe51b1
|
Don't bother holding the old errno
|
2007-10-05 12:00:18 +00:00 |
|
Roy Marples
|
632bd4d1f0
|
Fix a few errors with the last few commits
|
2007-10-05 11:31:17 +00:00 |
|
Roy Marples
|
9ff89f8027
|
Punt rc_waitpid
|
2007-10-05 11:04:49 +00:00 |
|
Roy Marples
|
3bfba57f5b
|
Punt rc_rm_dir
|
2007-10-05 10:36:53 +00:00 |
|
Roy Marples
|
05b8eff319
|
Punt rc_ls_dir
|
2007-10-05 10:16:14 +00:00 |
|
Roy Marples
|
efe6e76cc1
|
rc_service_daemon_set now returns bool
|
2007-10-04 19:49:12 +00:00 |
|
Roy Marples
|
7319c64cff
|
rc_service_schedule_clear returns a bool on error now
|
2007-10-04 19:43:01 +00:00 |
|
Roy Marples
|
a6f2713002
|
inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't expose them.
|
2007-10-04 17:26:57 +00:00 |
|
Roy Marples
|
af5525f634
|
LS_DIRS -> LS_DIR
|
2007-10-04 17:02:44 +00:00 |
|
Roy Marples
|
15fde9a796
|
Punt rc_exists from public interface, move to private static inline
|
2007-10-04 17:00:56 +00:00 |
|
Roy Marples
|
87ea3e9e3b
|
Punt rc_is_dir
|
2007-10-04 16:54:29 +00:00 |
|
Roy Marples
|
e2e40afdde
|
punt rc_is_exec
|
2007-10-04 16:26:44 +00:00 |
|
Roy Marples
|
d65c484f3a
|
punt rc_is_link
|
2007-10-04 16:21:53 +00:00 |
|
Roy Marples
|
bb9ad38de2
|
Punt rc_is_file
|
2007-10-04 16:16:06 +00:00 |
|
Roy Marples
|
bd83448633
|
Document help and status
|
2007-10-04 14:57:51 +00:00 |
|
Roy Marples
|
24e0790e38
|
Fix rc-help regarding per runlevel config files
|
2007-10-04 14:44:13 +00:00 |
|
Roy Marples
|
53176d12ad
|
document rc_deptree_depends
|
2007-10-04 14:15:49 +00:00 |
|
Roy Marples
|
8b874c9a0f
|
Revert making function private
|
2007-10-04 14:11:45 +00:00 |
|
Roy Marples
|
48cfeba8b2
|
Remove debug
|
2007-10-04 13:55:37 +00:00 |
|
Roy Marples
|
daf868394f
|
__rc_service_daemon_set is now a private function
|
2007-10-04 13:51:57 +00:00 |
|
Roy Marples
|
379b66936c
|
depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.
|
2007-10-04 13:38:47 +00:00 |
|
Roy Marples
|
422ac82ef9
|
librc.so and libeinfo.so now have symbol versions.
|
2007-10-03 15:46:02 +00:00 |
|
Roy Marples
|
6d5ac5716b
|
rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filter
|
2007-10-03 14:48:50 +00:00 |
|
Roy Marples
|
a470700710
|
Rename config funcs
|
2007-10-03 14:43:05 +00:00 |
|
Roy Marples
|
fc3980b2e2
|
reorg our header a little
|
2007-10-03 14:31:16 +00:00 |
|
Roy Marples
|
4b7efeafa6
|
rc_service_option_set -> rc_service_value_set, rc_service_option_get -> rc_service_value_get
|
2007-10-03 14:22:45 +00:00 |
|
Roy Marples
|
563c6f46c0
|
rc_schedule_clear -> rc_service_schedule_clear, rc_schedule_start_service -> rc_service_schedule_start
|
2007-10-03 14:18:52 +00:00 |
|
Roy Marples
|
4c3bf59c5b
|
reorder header a little
|
2007-10-03 14:14:44 +00:00 |
|
Roy Marples
|
260318f24f
|
rc_get_runlevels -> rc_runlevel_list
|
2007-10-03 14:11:55 +00:00 |
|
Roy Marples
|
0ccf248afd
|
Default to tunctl so we can create the device as a specific user, #194588 thanks to Jaco Kroon.
|
2007-10-03 13:35:39 +00:00 |
|
Roy Marples
|
8abd6ebb11
|
hide eprefix
|
2007-10-03 12:55:27 +00:00 |
|
Roy Marples
|
034a18c548
|
Align correctly when passing output to grep.
|
2007-10-03 12:45:57 +00:00 |
|
Roy Marples
|
76d3ee58e1
|
Don't use colour when not a tty - like say when we're redirected to a file.
|
2007-10-03 12:43:50 +00:00 |
|
Roy Marples
|
ab38e54fed
|
Fix output for no colour
|
2007-10-03 11:53:20 +00:00 |
|
Roy Marples
|
932a4576ce
|
Respect COLUMNS
|
2007-10-03 11:49:08 +00:00 |
|
Roy Marples
|
b675ca4779
|
Compile fix
|
2007-10-02 14:37:30 +00:00 |
|
Roy Marples
|
69ebf0c738
|
rc_allow_plug -> rc_service_plugable
|
2007-10-02 09:57:23 +00:00 |
|