diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-31 14:22:33 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-31 14:22:54 +0000 |
commit | 7487bb01e709a1146f65b601201ab03fde4e5f3b (patch) | |
tree | 1441fed5b948f6d3dbeb95c93bb4da4bfadf5417 /testing/shairport-sync/donot-install-init.patch | |
parent | f33774c5bb9b7c72f0f8d7f669c85a62949384ff (diff) | |
download | aports-7487bb01e709a1146f65b601201ab03fde4e5f3b.tar.bz2 aports-7487bb01e709a1146f65b601201ab03fde4e5f3b.tar.xz |
shairport-sync: new aport
Diffstat (limited to 'testing/shairport-sync/donot-install-init.patch')
-rw-r--r-- | testing/shairport-sync/donot-install-init.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/shairport-sync/donot-install-init.patch b/testing/shairport-sync/donot-install-init.patch new file mode 100644 index 0000000000..f25ec52e11 --- /dev/null +++ b/testing/shairport-sync/donot-install-init.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index ce1f0ba..9b32c2c 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -35,7 +35,3 @@ endif + if USE_DNS_SD + shairport_sync_SOURCES += mdns_dns_sd.c + endif +- +-install-exec-hook: +- [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync /etc/init.d/ +- update-rc.d shairport-sync defaults 90 10 + |