summaryrefslogtreecommitdiff
path: root/data/vpnc_/man.diff
diff options
context:
space:
mode:
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
+