diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 01:55:28 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 01:55:28 +0000 |
commit | a3dd62941f5a3293aace76538667e68ba52e12c4 (patch) | |
tree | 9a66dfd2813b90bae64681c94871563c1efd38c6 /security/skip/files/patch-bp | |
parent | We were forgetting to install "README.FreeBSD+NAT". (diff) |
Bash this port until it compiles under -current again.
Notes
Notes:
svn path=/head/; revision=25078
Diffstat (limited to 'security/skip/files/patch-bp')
-rw-r--r-- | security/skip/files/patch-bp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/skip/files/patch-bp b/security/skip/files/patch-bp index a49079adfed1..a776eea7b5d4 100644 --- a/security/skip/files/patch-bp +++ b/security/skip/files/patch-bp @@ -1,12 +1,12 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/include/skip_conf.h work.new/skip/include/skip_conf.h ---- skipsrc-1.0.orig/skip/include/skip_conf.h Fri Oct 25 13:12:44 1996 -+++ work.new/skip/include/skip_conf.h Mon Mar 8 21:33:38 1999 -@@ -58,7 +58,7 @@ - #define SKIP_CERTSBASE SKIP_DIR"certdb" - #define SKIP_SECRET_CACHE SKIP_DIR"secret_cache" - #define SKIP_RAW_FILE SKIP_DIR"raw_keys" --#define SKIP_PID SKIP_DIR"skipd.pid" -+#define SKIP_PID "/var/run/skipd.pid" +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/Makefile.defs work.new/skip/freebsd/Makefile.defs +--- skipsrc-1.0.orig/skip/freebsd/Makefile.defs Fri Oct 25 13:12:42 1996 ++++ work.new/skip/freebsd/Makefile.defs Mon Jan 24 13:45:40 2000 +@@ -93,7 +93,7 @@ - /* - * Key manager Crypt algorithms supported + # Kernel compilation flags + # +-K_FLAGS_FREEBSD_gnu = -DKERNEL -DFREEBSD ++K_FLAGS_FREEBSD_gnu = -DKERNEL -D_KERNEL -DKLD_MODULE + + # OS Libraries + # |