summaryrefslogtreecommitdiff
path: root/data/vpnc/man.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-16 01:41:25 +0000
committerJay Freeman <saurik@saurik.com>2008-02-16 01:41:25 +0000
commit95d41d50a7bd88ad1c03e938a36d6416b59478df (patch)
tree764ccbf66af6cdc146d2877c639091bfc7f9b78a /data/vpnc/man.diff
parent9f0ccbb9ea3b51ec955ebeb5aad9329d91b8b7a8 (diff)
Added VPNC for someone on #iphone-dev.
git-svn-id: http://svn.telesphoreo.org/trunk@91 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vpnc/man.diff')
-rw-r--r--data/vpnc/man.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/vpnc/man.diff b/data/vpnc/man.diff
new file mode 100644
index 000000000..efdc1858b
--- /dev/null
+++ b/data/vpnc/man.diff
@@ -0,0 +1,21 @@
+diff -ru vpnc-0.5.1/Makefile vpnc-0.5.1+iPhone/Makefile
+--- vpnc-0.5.1/Makefile 2007-09-06 20:05:15.000000000 +0000
++++ vpnc-0.5.1+iPhone/Makefile 2008-02-16 01:28:24.000000000 +0000
+@@ -65,7 +65,7 @@
+ CFLAGS += -fstrict-aliasing -freorder-blocks -fsched-interblock
+ endif
+
+-all : $(BINS) vpnc.8
++all : $(BINS) #vpnc.8
+
+ vpnc : $(OBJS) vpnc.o
+ $(CC) -o $@ $^ $(LDFLAGS)
+@@ -118,7 +118,7 @@
+ install -m600 vpnc.conf $(DESTDIR)$(ETCDIR)/default.conf
+ install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
+ install -m755 pcf2vpnc $(DESTDIR)$(BINDIR)
+- install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8
++ #install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8
+ install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1
+ install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
+