| arg.h does not change argv anymore, so the pexp workaround is not needed - geom… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit b2c30971d4c39079644f859f29882d0b196a9137 | |
| parent 43c38bfe30bbab0d8be207859f773e49d283053a | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Wed, 9 Aug 2017 20:08:00 +0200 | |
| arg.h does not change argv anymore, so the pexp workaround is not needed | |
| now its also possible to run multiple instances of geomyidae on OpenBSD | |
| using the rc file. | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M rc.d/OpenBSD.rc.d | 2 -- | |
| 1 file changed, 0 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/rc.d/OpenBSD.rc.d b/rc.d/OpenBSD.rc.d | |
| @@ -7,8 +7,6 @@ daemon_flags="-l /var/log/geomyidae.log -u _geomyidae -g _geomy… | |
| . /etc/rc.d/rc.subr | |
| -pexp="${daemon} .*" | |
| - | |
| rc_reload=NO | |
| rc_cmd $1 |