]> git.ipfire.org Git - thirdparty/strongswan.git/commit
starter: Ensure the daemon executable exists when starting up
authorTobias Brunner <tobias@strongswan.org>
Tue, 5 May 2015 16:11:50 +0000 (18:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 8 May 2015 17:05:26 +0000 (19:05 +0200)
commit95faeaa7edc6a03b1818a37fd0fb79b5d7420d68
tree3f2137c1df28d0e71b96f5bef40c35ea3660bef3
parent5923abc6bf51da7831c170f42d7b88e5c3990361
starter: Ensure the daemon executable exists when starting up

The only purpose of starter is to control the IKE daemon, so we
terminate it if the daemon executable is not found (e.g. because
DAEMON_NAME is incorrect).

This removes the charonstart setting (it was not actually configurable
anymore).
src/starter/confread.c
src/starter/confread.h
src/starter/starter.c