diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-06 18:06:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-06 18:06:11 +0000 |
commit | 2a84a73093c523cda7890aa8de5f91111ec7ccbd (patch) | |
tree | de74b8fe5c387f88990b041ea110a5e654eae7c4 /openwrt/package/openswan | |
parent | dfe0ae0d6d8d251284fe2f6727990c5478e4de83 (diff) |
fix link to init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openswan')
-rw-r--r-- | openwrt/package/openswan/patches/scripts.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/openswan/patches/scripts.patch b/openwrt/package/openswan/patches/scripts.patch index 5864ce95a6..7e908ed52f 100644 --- a/openwrt/package/openswan/patches/scripts.patch +++ b/openwrt/package/openswan/patches/scripts.patch @@ -74,17 +74,6 @@ diff -uNr openswan-2.3.0.orig/programs/setup/setup.in openswan-2.3.0/programs/se tmp=/var/run/pluto/ipsec_setup.st outtmp=/var/run/pluto/ipsec_setup.out ( ---- openswan-2.3.0.orig/programs/setup/Makefile 2004-04-03 19:44:48.000000000 +0000 -+++ openswan-2.3.0/programs/setup/Makefile 2005-02-02 20:34:54.000000000 +0000 -@@ -32,7 +32,7 @@ - install:: setup - @rm -f $(BINDIR)/setup - @$(INSTALL) $(INSTBINFLAGS) setup $(RCDIR)/ipsec -- @ln -s $(FINALRCDIR)/ipsec $(BINDIR)/setup -+ @ln -s $(FINALRCDIR)/S50ipsec $(BINDIR)/setup - -@for i in 0 1 2 3 4 5 6; do mkdir -p $(RCDIR)/../rc$$i.d; done - -@cd $(RCDIR)/../rc0.d && ln -f -s ../init.d/ipsec K76ipsec - -@cd $(RCDIR)/../rc1.d && ln -f -s ../init.d/ipsec K76ipsec diff -uNr openswan-2.3.0.orig/programs/showhostkey/showhostkey.in openswan-2.3.0/programs/showhostkey/showhostkey.in --- openswan-2.3.0.orig/programs/showhostkey/showhostkey.in 2004-11-14 13:40:41.000000000 +0000 +++ openswan-2.3.0/programs/showhostkey/showhostkey.in 2005-02-02 20:34:54.000000000 +0000 |