]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Drop the update-rc.d from the make install script
authorMike Brady <mikebrady@eircom.net>
Thu, 20 Aug 2015 14:09:50 +0000 (10:09 -0400)
committerMike Brady <mikebrady@eircom.net>
Thu, 20 Aug 2015 14:09:50 +0000 (10:09 -0400)
Makefile.am

index 0a4239a0db6c7106792d06fcddd60ff7e706eff7..fcf68059430a92f14acb992ba0d0b7b8d1d75463 100644 (file)
@@ -59,7 +59,6 @@ endif
 if INSTALL_SYSTEMV
        [ -e $(DESTDIR)/etc/init.d ] || mkdir -p $(DESTDIR)/etc/init.d
        [ -f $(DESTDIR)/etc/init.d/shairport-sync ] || cp scripts/shairport-sync $(DESTDIR)/etc/init.d/
-       update-rc.d shairport-sync defaults 90 10
 endif
 if INSTALL_SYSTEMD
        [ -e $(DESTDIR)/usr/lib/systemd/system ] || mkdir -p $(DESTDIR)/usr/lib/systemd/system