On Sun, May 24, 2020 at 9:22 AM Евгений Н. Жуков <[email protected]> wrote:
> In server 1.1.0 file Makefile has a line > init_dir=/etc/init. > > may be more correctly > init_dir=/etc/init.d ? > > because "make install" target copies guacd script in /etc/init. dir > instead init.d > The Makefile is not provided in the source code, it is generated by the "./configure" script. If you're seeing a bad value in the Makefile it is because you've passed the wrong value to "./configure" under the "--with-init-dir" parameter. Rerun configure with the correct value. -Nick >
