diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 | 
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 | 
| commit | d5879e7be65292eba69981545dddb13bf328f35e (patch) | |
| tree | c1023bf38c7e83d53c072cc000da19efa98f7740 /security/skip/files/patch-bw | |
| parent | Mention that packages for these kits can be gotten from www.freebsd.org/ports. (diff) | |
Build SKIP port as a KLD instead of an LKM.
Notes
Notes:
    svn path=/head/; revision=17133
Diffstat (limited to 'security/skip/files/patch-bw')
| -rw-r--r-- | security/skip/files/patch-bw | 26 | 
1 files changed, 12 insertions, 14 deletions
| diff --git a/security/skip/files/patch-bw b/security/skip/files/patch-bw index 3161f4609937..df1b6338642a 100644 --- a/security/skip/files/patch-bw +++ b/security/skip/files/patch-bw @@ -1,14 +1,12 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/man/skip_conf.1m skipsrc-1.0/skip/man/skip_conf.1m ---- skipsrc-1.0.orig/skip/man/skip_conf.1m	Fri Oct 25 13:12:56 1996 -+++ skipsrc-1.0/skip/man/skip_conf.1m	Wed Nov 26 20:08:31 1997 -@@ -28,9 +28,4 @@ - and remove any max_certdb_size lines from \fIskipd.conf\fP. - .SH FILES - .P --.SH Solaris 2.x systems: --/etc/opt/SUNWicg/skip/skipd.conf --.P --.SH Other systems: --.P --/etc/skip/skipd.conf -+@@PREFIX@@/etc/skip/skipd.conf +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skip_log.h work.new/skip/keymgrd/skip_log.h +--- skipsrc-1.0.orig/skip/keymgrd/skip_log.h	Fri Oct 25 13:12:51 1996 ++++ work.new/skip/keymgrd/skip_log.h	Mon Mar  8 21:33:38 1999 +@@ -45,5 +45,6 @@ + #pragma ident "@(#)skip_log.h	1.3 95/11/17" +   + void skip_log(int,char*,...); +-#define SKIP_ERROR 	1 +-#define	SKIP_NOTICE	2 ++#define SKIP_ERROR 	LOG_ERR ++#define	SKIP_NOTICE	LOG_NOTICE ++#define	SKIP_INFO	LOG_INFO | 
