summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen2003-06-20 22:13:45 +0200
committerEric Andersen2003-06-20 22:13:45 +0200
commit067bf089f44f12650f8a8fe55179f9e77540aa7f (patch)
tree65751ae80ada6c6d5d6f011c2c444a1fe0bcbcc6
parentFix broken dependancy (diff)
downloadbuildroot-067bf089f44f12650f8a8fe55179f9e77540aa7f.tar.gz
buildroot-067bf089f44f12650f8a8fe55179f9e77540aa7f.tar.xz
buildroot-067bf089f44f12650f8a8fe55179f9e77540aa7f.zip
Start vtun much later in the boot process
-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