Mike Frysinger
6fc541a9b8
Retain behavior where rc-update del foo
deletes foo from all runlevels.
2007-09-25 16:42:59 +00:00
Mike Frysinger
284286004e
Add support for describing the options in the C programs.
2007-09-25 16:21:38 +00:00
Roy Marples
1e4e8ed27a
Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.
2007-09-25 15:38:21 +00:00
Roy Marples
a2e5c4513e
Use -t for -fstype to match mount to make vapier happy
2007-09-25 12:22:48 +00:00
Mike Frysinger
450cc13a5c
dump a useful error message if nothing happened
2007-09-25 01:47:02 +00:00
Mike Frysinger
5e28066929
split links out into a sep target so implicit rules dont cause problems
2007-09-25 01:42:24 +00:00
Roy Marples
da90cc630e
Remove debug lines
2007-09-24 12:11:50 +00:00
Roy Marples
e95cea3d86
Split our rc commands out into general use vs service commands
2007-09-24 12:09:43 +00:00
Roy Marples
495690ea5e
Plug some leaks
2007-09-24 09:07:00 +00:00
Roy Marples
e0d06f556e
Add extraopts to our usage
2007-09-21 11:52:37 +00:00
Roy Marples
45bd125dcc
Use a pty for prefixed output instead of pipes for stdout/stderr. This
...
is so that programs can get information about the controlling terminal.
This change was triggered by bug #188506 where it's possible that
stdin, stdout and stderr didn't point to a terminal but ended up on one
via our pipes. Using a pty means that stdout and stderr always point to
a terminal, but we lose the ability to tell them apart.
If there is not a pty available then we use un-prefixed output as normal.
This change has also introduced the need for a signal pipe so that
SIGCHLD can exit the loop cleanly.
2007-09-21 08:49:43 +00:00
Roy Marples
963229dce8
whitespace
2007-09-20 11:53:10 +00:00
Roy Marples
ccced38428
libeinfo now works out the number of columns from stdout rather than stdin, #188506 .
2007-09-20 11:47:04 +00:00
Roy Marples
c1cd1da595
Warn if file/directory mismatch
2007-09-19 17:18:43 +00:00
Roy Marples
50ea72ef4b
Allow checkown to create files too.
2007-09-19 17:08:25 +00:00
Roy Marples
40a1beabe0
Move the error messages to the option parsing
2007-09-19 16:54:23 +00:00
Roy Marples
b6aa1c857c
Added the checkown applet based on the work by Renato Caldas, #192682
...
checkdir ensures that the specified files (or directories) are owned
by the current user/group or as specified on the command line. You can
optionally check permissions too.
2007-09-19 16:27:37 +00:00
Roy Marples
a74dd430d5
Punt rc_xcalloc as nothing uses it
2007-09-19 13:55:01 +00:00
Roy Marples
77f9015f0b
/lib/rcscripts -> /lib/rc
2007-09-19 13:53:40 +00:00
Roy Marples
987c72f12f
--opts to --options
2007-09-19 11:53:35 +00:00
Roy Marples
5248fb52fa
plugin hook function is now rc_plugin_hook instead of a name based
...
on the name of the plugin.
2007-09-19 09:00:43 +00:00
Roy Marples
1996a1e032
Hide errors caused by old splash plugin for the time being
2007-09-18 16:57:39 +00:00
Roy Marples
81c009e47d
Don't be an ass - don't free the 2nd list. Instead just empty it.
2007-09-18 15:43:19 +00:00
Roy Marples
9587d71df3
Clarify strlist_join behaviour
2007-09-18 14:18:22 +00:00
Roy Marples
75b5fdff29
Match the recent api change to rc_strlist_join also. We now free the 2nd list for ease of use.
2007-09-18 14:08:56 +00:00
Roy Marples
c8b03c96b7
API change! rc_config_env is renamed to rc_make_env and takes no argument.
2007-09-18 12:20:55 +00:00
Roy Marples
807e4afbed
Don't space separate the options
2007-09-18 12:08:04 +00:00
Roy Marples
936dc94351
API change! rc_ls_dir, rc_get_config and rc_get_list no longer take
...
a starting list as a first argument. Instead, use rc_strlist_join
to append or prepend the new list to an existing list.
2007-09-18 12:04:51 +00:00
Roy Marples
f1bba12892
API change! rc_strlist_add and friends now take char *** instead of
...
char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully
added or not instead of iterating through the list looking for it.
list = rc_strlist_add (list, item);
becomes
rc_strlist_add (&list, item);
2007-09-18 11:36:55 +00:00
Roy Marples
99eabdc3ba
Re-work mountinfo so that we have a lot less OS specific code
2007-09-18 09:20:30 +00:00
Roy Marples
bcb85a016d
BSD will need a fixed gcc for --as-needed
2007-09-12 14:32:18 +00:00
Roy Marples
a5585487aa
More --as-needed foo
2007-09-11 22:06:27 +00:00
Roy Marples
607f2b37b1
Work better with --as-needed
2007-09-11 21:45:26 +00:00
Roy Marples
bc6b031f2e
librc should link against libeinfo too
2007-09-10 21:26:13 +00:00
Roy Marples
ba4b5d5b7f
Makefile in src now supports pmake as used on the BSDs.
2007-09-06 13:00:03 +00:00
Roy Marples
d095d4d8f5
strdup -> rc_xstrdup
2007-09-06 08:59:35 +00:00
Roy Marples
eb5b1c4c41
start-stop-daemon now works with userids correctly when a pidfile
...
is not specified, #191206 .
2007-09-04 09:32:36 +00:00
Roy Marples
52f7df0d0c
Add --quiet to mountinfo
2007-09-03 14:02:15 +00:00
Roy Marples
c04af92cb4
We may not always add to the array, so re-count it afterwards
2007-09-01 00:51:41 +00:00
Roy Marples
6cf2085488
Don't add multiple entries to ld.so.conf
2007-08-31 11:06:49 +00:00
Roy Marples
d3bd76486a
More path fixes thanks to Thomas Pani
2007-08-28 16:28:33 +00:00
Roy Marples
f7583144f3
Use correct defines
2007-08-28 13:10:07 +00:00
Roy Marples
144d9653e1
Undocument pause action, fix --nodeps and --ifstarted, #190045 .
2007-08-28 13:06:44 +00:00
Roy Marples
849b983c3f
#define shutdown
2007-08-28 09:17:04 +00:00
Roy Marples
d6acd7d83e
Move more stuff to #defines
2007-08-28 09:13:46 +00:00
Roy Marples
36118e7dbd
Fix ksoftlevel handling, #190420 .
2007-08-28 08:50:04 +00:00
Roy Marples
1ef8a7f041
Only open /proc/cmdline if it exists, #189686 thanks to Christian Affolter
2007-08-22 14:10:46 +00:00
Roy Marples
9ea8afb200
No point in having to lots of get the user code.
2007-08-20 09:08:06 +00:00
Roy Marples
0963e06766
Mark the right service as failed and only output a new line if we outputted anything at all for /etc/init.d/foo needsme
2007-08-17 13:23:43 +00:00
Roy Marples
7aaa601aad
needsme should always be valid too
2007-08-17 13:23:02 +00:00
Roy Marples
b10bd4b9d7
Stop un-needed services when changing runlevels, #189050 .
2007-08-17 12:14:04 +00:00
Roy Marples
adbe039385
When shutting down, stop the service even if dependants failed.
2007-08-17 11:31:36 +00:00
Roy Marples
bc90e41b76
Intergrate our standard options
2007-08-17 11:01:18 +00:00
Roy Marples
d1a1e3a3c9
Allow --user and --group to also mean --chuid and --chgrp
2007-08-17 10:54:04 +00:00
Roy Marples
e0a29e41a2
Allow 'del' to work as a command
2007-08-17 09:46:01 +00:00
Roy Marples
eba9b8ac14
Fully move esyslog into rc
2007-08-16 17:09:57 +00:00
Roy Marples
6e5c8f8e5a
Add esyslog support
2007-08-16 16:53:20 +00:00
Roy Marples
3950eb6eba
`config /etc/fstab' can now be used in depend() functions to show that
...
the deptree should be regenerated if /etc/fstab has changed.
2007-08-15 14:49:41 +00:00
Roy Marples
0084bc41ef
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.
2007-08-09 14:33:20 +00:00
Roy Marples
9072ce748f
getoptify and simply the code even more.
2007-08-09 09:53:47 +00:00
Roy Marples
f8c1ee736c
Add help to rc-update #188170 and tidy up the code a fair bit.
2007-08-08 22:35:32 +00:00
Roy Marples
94c6ff7bb7
Plug a leek for non selinux linux systems
2007-08-08 03:07:42 +00:00
Roy Marples
30853d7473
If given a pidfile, just match on that for seeing if we have crashed
...
or not, #186159 .
2007-08-08 03:07:09 +00:00
Roy Marples
01ea7e3186
More pppd fixes
2007-08-07 20:23:38 +00:00
Roy Marples
1e4357ad01
Boot properly when we cannot set an early font, #187628 .
2007-08-04 20:35:05 +00:00
Roy Marples
3e5526fd76
Fix rc-update, #187487 and release rc2.
2007-08-04 15:05:12 +00:00
Roy Marples
a3aff5d83c
Wups, these definitions need to be in rc.h really
2007-08-03 10:14:38 +00:00
Roy Marples
534b4300e7
rc1
2007-08-02 11:09:09 +00:00
Roy Marples
ed249bad88
Fix up einfo output a little
2007-08-01 11:33:07 +00:00
Roy Marples
c22ccdf577
Wups, don't force those CFLAGS
2007-07-31 16:59:02 +00:00
Roy Marples
a4e7e802ac
Force some stuff
2007-07-31 16:57:16 +00:00
Roy Marples
90f0ea65cb
Fix building on uclibc thanks to Solar
2007-07-31 16:40:32 +00:00
Roy Marples
cb172722a9
Fix building on Linux
2007-07-31 16:35:24 +00:00
Roy Marples
b6b849bfd7
Link the right objects against rc
2007-07-31 16:16:18 +00:00
Roy Marples
e6ec76ac40
All our binaries are now mulicalls into rc, which makes our on disk size
...
a lot smaller.
2007-07-31 16:06:21 +00:00
Roy Marples
c674026f9e
All our binaries are now mulicalls into rc, which makes our on disk size
...
a lot smaller.
2007-07-31 16:05:56 +00:00
Roy Marples
075e80b358
Merge some of reb's OpenBSD fixes in
2007-07-25 20:58:23 +00:00
Roy Marples
af2d9995d7
appending noinitd=xdm will skip the xdm service when first booting, #181858 .
2007-07-23 11:36:12 +00:00
Roy Marples
6343b48893
RC_DEPEND_STRICT now controls dependency strictness.
...
If yes then we only use services in the boot and default runlevels,
regradless of service state.
If no then we take into account coldplugged services and the state
of currently running services.
Fixes #185640 .
2007-07-21 12:49:51 +00:00
Roy Marples
76f2391ece
Skip some files in env-update like portage env-update for more robustness
2007-07-19 21:44:55 +00:00
Roy Marples
26d11b33cf
Use printf so we don't put blank lines at the top of new files and fix mountinfo for nfs roots
2007-07-16 17:07:15 +00:00
Roy Marples
4cc1c3054a
Fix compile on FreeBSD
2007-07-16 12:22:53 +00:00
Roy Marples
5154d19238
env-update --fork-ldconfig really forks ldconfig and works now
2007-07-16 07:19:32 +00:00
Roy Marples
44e575845f
Don't use 'this' as a variable name as it confuses c++
2007-07-13 14:30:33 +00:00
Roy Marples
06e687598d
Punt the RC_TTY variable
2007-07-12 09:48:44 +00:00
Roy Marples
5257ba51b9
Don't unmount network filesystems in localmount or halt.sh, #175602 .
2007-07-11 17:27:46 +00:00
Roy Marples
e778dcbfb0
Fix restarting services with plugins
2007-07-11 14:28:54 +00:00
Roy Marples
74d52e749d
Don't do interactive when changing init, #174141 .
2007-07-11 13:02:05 +00:00
Roy Marples
356c41f77c
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
2007-07-11 12:06:37 +00:00
Roy Marples
2aa7ebfe0d
Allow non root users to describe
2007-07-10 20:11:42 +00:00
Roy Marples
023d66578b
Rename variable
2007-07-10 19:14:37 +00:00
Roy Marples
05201b514b
init scripts and their extra options can now have descriptions, #184327 .
2007-07-10 19:09:41 +00:00
Roy Marples
445918685e
Support /etc/init.d/foo ineed and friends again.
2007-07-10 15:26:49 +00:00
Roy Marples
7bb24d8058
Remove a debug line
2007-07-10 13:15:07 +00:00
Roy Marples
1cda2a2036
We no longer care about numerical runlevels, #184733 .
2007-07-10 11:42:56 +00:00
Roy Marples
53d17a1be2
Add an option to fork ldconfig in env-update, #182794 . Also, preserve the entire line in /etc/env.d/foo if it begins with $
2007-07-09 10:26:02 +00:00
Roy Marples
913b3b1f6b
Of course, glibc does not have strlcpy
2007-07-06 17:07:29 +00:00
Roy Marples
809b5286b6
Make the prefix length dynamic
2007-07-06 15:50:40 +00:00
Roy Marples
7de9a73841
Don't trust the plugin
2007-07-05 08:39:32 +00:00
Roy Marples
710a67138f
Flush the ebuffer before and after running a plugin.
2007-07-04 16:06:40 +00:00