File: 0001-initscript.patch

package info (click to toggle)
fuse 2.9.9-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 9,652 kB
  • sloc: ansic: 16,565; sh: 4,865; makefile: 167; javascript: 103
file content (15 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Bartosz Fenski <fenio@debian.org>
Description: Upstream build system should not run update-rc.d.

diff -Naurp fuse.orig/util/Makefile.am fuse/util/Makefile.am
--- fuse.orig/util/Makefile.am
+++ fuse/util/Makefile.am
@@ -41,7 +41,7 @@ install-exec-local:
 	$(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse
 	@if test -x /usr/sbin/update-rc.d; then \
 		echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \
-		/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \
+		#/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \
 	fi
 
 install-data-local: