projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54d7f4
)
Start vtun much later in the boot process
author
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:13:45 +0000
(20:13 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:13:45 +0000
(20:13 -0000)
sources/vtun.patch
patch
|
blob
|
history
diff --git
a/sources/vtun.patch
b/sources/vtun.patch
index 462eabb3436bd7c4dd3c714d3301b6fa4faca1f7..373a9e1473c81bf19612b6a855dd0e681a2f42fd 100644
(file)
--- 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/S
4
0vtun
++ $(DESTDIR)$(ETC_DIR)/init.d/S
9
0vtun
# DO NOT DELETE THIS LINE -- make depend depends on it.
diff -urN vtun/scripts/vtund.rc.debian vtun-2.6/scripts/vtund.rc.debian