Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
5b3cbe3a53
config: more tweaking of help texts
|
7 years ago |
Denys Vlasenko
|
bbf17bbf32
crond: do not assume setenv() does not leak
|
7 years ago |
Denys Vlasenko
|
c9e7843dde
crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
d18b200096
crond: code shrink
|
7 years ago |
Denys Vlasenko
|
0b3b65fa91
crond: move misplaced comment
|
7 years ago |
Denys Vlasenko
|
75fbea3879
crond: support @daily etc
|
7 years ago |
Denys Vlasenko
|
f3d705f41b
make --help texts smaller
|
7 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
43b8a1cc38
crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
|
10 years ago |
Denys Vlasenko
|
d5929d602e
crond: simplify logging code
|
10 years ago |
Denys Vlasenko
|
3dfe0ae5a8
libbb: make syslog level for bb_error_msg's configurable. use it in crond
|
10 years ago |
Denys Vlasenko
|
01a1a967c9
crond: tweak help text, make course less cryptic
|
10 years ago |
Anthony G. Basile
|
12677acf0a
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
|
12 years ago |
Denys Vlasenko
|
8c84f7545c
crond: fix the case when option -d is disabled
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
bec588878b
*: s/open3_or_warn/open_or_warn/ where makes sense
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
f3ea792bad
*: mass cosmetic removal of extra empty lines. no code changes
|
14 years ago |
Denys Vlasenko
|
69d69e2cb8
crond: mention other cronds' behavior in comment. no code changes
|
14 years ago |
Denys Vlasenko
|
1f0ab1dc64
crond: code shrink
|
14 years ago |
Denys Vlasenko
|
45963c873c
crond: rename HumpBack names. Note two TODOs/FIXMEs
|
14 years ago |
Denys Vlasenko
|
dfc870fab7
crond: check mtime on crontab dir every minute, and reread if changed
|
14 years ago |
Denys Vlasenko
|
4a09aefae2
crond: reorder functions to follow usual order: "main last"
|
14 years ago |
Denys Vlasenko
|
d3c2b71ffa
crond: code shrink
|
14 years ago |