OSDN Git Service

ucm: add exec sequence command
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 May 2021 12:48:16 +0000 (14:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 May 2021 06:32:45 +0000 (08:32 +0200)
commit590df3a5b1d632dbdc86d0efaf418cea8b589686
tree0dbe8d41b12d7446c9b26a88c37fc7de4b5532ff
parenta468505c9653545cc709025b85ca2b124f768023
ucm: add exec sequence command

This change renames the original exec command to shell which
is more appropriate. Implement a light version of the exec
command which calls directly the specified executable without
the shell interaction (man 3 system).

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/Makefile.am
src/ucm/main.c
src/ucm/parser.c
src/ucm/ucm_exec.c [new file with mode: 0644]
src/ucm/ucm_local.h
src/ucm/utils.c