]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Always update the startup script in FreeBSD
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 May 2022 09:32:43 +0000 (10:32 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 May 2022 09:32:43 +0000 (10:32 +0100)
Makefile.am

index b00d78e187029a2880e57303134f4c2cbf34fe05..dd86d52579682c45b9e8e1099f453da03eda4e1c 100644 (file)
@@ -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