From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 23 May 2022 09:32:43 +0000 (+0100) Subject: Always update the startup script in FreeBSD X-Git-Tag: 1.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758b37d677016237b20f35e3a1ed7e352517547f;p=thirdparty%2Fnqptp.git Always update the startup script in FreeBSD --- diff --git a/Makefile.am b/Makefile.am index b00d78e..dd86d52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ endif # no installer for FreeBSD yet if BUILD_FOR_FREEBSD if INSTALL_FREEBSD_STARTUP - [ -e /usr/local/etc/rc.d/nqptp ] || cp nqptp.freebsd /usr/local/etc/rc.d/nqptp + cp nqptp.freebsd /usr/local/etc/rc.d/nqptp chmod 555 /usr/local/etc/rc.d/nqptp endif endif