summaryrefslogtreecommitdiff
path: root/data/vpnc_/man.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-03-08 11:57:22 +0000
committerJay Freeman <saurik@saurik.com>2008-03-08 11:57:22 +0000
commit4871be8a55fb00ff7121692a223ee36657c8455c (patch)
tree8d69b35668c9fddea18bd8e896d546dd2bb0292f /data/vpnc_/man.diff
parente3809be6988c3a469617e21abb0cdd1a446cc10c (diff)
Forgot that vpnc wasn't quite removed, it was just deactivated.
git-svn-id: http://svn.telesphoreo.org/trunk@169 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
+