summaryrefslogtreecommitdiffstats
path: root/sources/vtun.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sources/vtun.patch')
-rw-r--r--sources/vtun.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/vtun.patch b/sources/vtun.patch
index 462eabb34..373a9e147 100644
--- a/sources/vtun.patch
+++ b/sources/vtun.patch
@@ -27,7 +27,7 @@ diff -urN vtun/Makefile.in vtun-2.6/Makefile.in
$(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(SBIN_DIR)
$(INSTALL) -m 755 $(INSTALL_OWNER) vtund $(DESTDIR)$(SBIN_DIR)
+ $(INSTALL) -m 755 $(INSTALL_OWNER) scripts/vtund.rc.debian \
-+ $(DESTDIR)$(ETC_DIR)/init.d/S40vtun
++ $(DESTDIR)$(ETC_DIR)/init.d/S90vtun
# DO NOT DELETE THIS LINE -- make depend depends on it.
diff -urN vtun/scripts/vtund.rc.debian vtun-2.6/scripts/vtund.rc.debian