fuse install fixes
authorChris E Ferron <chris.e.ferron@linux.intel.com>
Mon, 12 Nov 2012 22:35:30 +0000 (14:35 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 28 Nov 2012 01:18:14 +0000 (17:18 -0800)
util/Makefile.am
util/Makefile.in

index acd7bf3..4d3f34c 100644 (file)
@@ -41,10 +41,6 @@ install-exec-local:
        $(INSTALL_PROGRAM) $(builddir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
        $(MKDIR_P) $(DESTDIR)$(INIT_D_PATH)
        $(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; \
-       fi
 
 install-data-local:
        $(MKDIR_P) $(DESTDIR)$(UDEV_RULES_PATH)
index c4d3a05..37e7bbd 100644 (file)
@@ -657,10 +657,6 @@ install-exec-local:
        $(INSTALL_PROGRAM) $(builddir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
        $(MKDIR_P) $(DESTDIR)$(INIT_D_PATH)
        $(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; \
-       fi
 
 install-data-local:
        $(MKDIR_P) $(DESTDIR)$(UDEV_RULES_PATH)