| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
0bf07827df |
TT#82051 Shellcheck fixes + fix failure handling of init scripts
shellcheck v0.7.1 complains about a bunch of issues:
SC2154: status is referenced but not assigned.
SC2181: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
SC2235: Use { ..; } instead of (..) to avoid subshell overhead.
SC2236: Use -n instead of ! -z.
The "$status" variable disappeared in
|
6 years ago |
|
|
9b3226f42e |
TT#49106 Do not use absolute paths for commands
This makes it difficult to interpose local scripts to override local behavior, for testing purposes for example. Warned-by: lintian Change-Id: I5e1feda02a26f482728f5404496c5870ec93d8aa |
7 years ago |
|
|
77f9e4c310 |
TT#12000 ngcp-rtpengine-daemon.default: add missing TABLE
* ngcp-rtpengine-daemon.postinst: fix checks for missing TABLE Fix #326 Change-Id: I6d87fbfec55a4d3557824a613f6967478d45e2e8 |
9 years ago |
|
|
0113991ef5 | MT#9585 rename kernel module and all related items from MEDIAPROXY to RTPENGINE | 11 years ago |
|
|
c1d7a52552 |
MT#9065 daemon: don't restart if kernel is needed but not yet installed
Squashed commit of the following: commit |
11 years ago |
|
|
f562844a35 | MT8741 remove init script tricks | 11 years ago |
|
|
4c0ca278fa | rename mediaproxy-ng to rtpengine | 12 years ago |
|
|
dc7517121d | remove uuid helper code | 14 years ago |