summaryrefslogtreecommitdiffstats
path: root/meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-11-06 19:13:01 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2008-11-06 19:13:01 +0100
commit186d324db168eedd284732cf767d9355f89185df (patch)
tree00671c99cafadf2a10af5657b48fb1ed2f84c8fa /meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch
parentc79b332505906aace2a5033bbeeb2b9b20f8a372 (diff)
downloadpoky-186d324db168eedd284732cf767d9355f89185df.tar.gz
fuse: Initial commit, version 2.7.2
Diffstat (limited to 'meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch')
-rw-r--r--meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch b/meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch
new file mode 100644
index 0000000000..903a8baa9e
--- /dev/null
+++ b/meta/packages/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch
@@ -0,0 +1,15 @@
1Index: fuse-2.7.2/util/Makefile.am
2===================================================================
3--- fuse-2.7.2.orig/util/Makefile.am 2007-04-26 01:36:47.000000000 +0930
4+++ fuse-2.7.2/util/Makefile.am 2008-02-10 16:43:19.000000000 +1030
5@@ -33,10 +33,6 @@
6 $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
7 $(mkdir_p) $(DESTDIR)$(INIT_D_PATH)
8 $(INSTALL_PROGRAM) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse
9- @if test -x /usr/sbin/update-rc.d; then \
10- echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \
11- /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \
12- fi
13
14 install-data-local:
15 $(mkdir_p) $(DESTDIR)$(UDEV_RULES_PATH)