aboutsummaryrefslogtreecommitdiffstats
path: root/security/nessus/files
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-02-01 08:07:54 +0800
committerjedgar <jedgar@FreeBSD.org>2000-02-01 08:07:54 +0800
commit5b99c3114cdb302536845601fca74e00ef5106c2 (patch)
tree68b2e071a834b2af5304604791dd9cadc2b2756a /security/nessus/files
parent4550aaa4c42930bb16be63c6657563bf19eec3c3 (diff)
downloadfreebsd-ports-gnome-5b99c3114cdb302536845601fca74e00ef5106c2.tar.gz
freebsd-ports-gnome-5b99c3114cdb302536845601fca74e00ef5106c2.tar.zst
freebsd-ports-gnome-5b99c3114cdb302536845601fca74e00ef5106c2.zip
Update port to 0.99.4
PR: 16478 Submitted by: Maintainer
Diffstat (limited to 'security/nessus/files')
-rw-r--r--security/nessus/files/patch-ag16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/nessus/files/patch-ag b/security/nessus/files/patch-ag
index 4ec7065b9bc1..edc02b1f9898 100644
--- a/security/nessus/files/patch-ag
+++ b/security/nessus/files/patch-ag
@@ -1,9 +1,9 @@
---- nessus/preferences.c.old Mon Dec 27 10:39:54 1999
-+++ nessus/preferences.c Mon Dec 27 10:42:11 1999
-@@ -57,27 +57,6 @@
- static char *
- preferences_get_filename()
- {
+--- nessus/preferences.c.orig Sun Jan 30 12:22:46 2000
++++ nessus/preferences.c Sun Jan 30 12:23:27 2000
+@@ -60,27 +60,6 @@
+ if(Alt_rcfile)return Alt_rcfile;
+ else
+ {
-#ifdef ENABLE_CRYPTO_LAYER
- char *t, *s = peks_get_dirfile (NESSUS_RCFILE);
- if (s == 0)
@@ -28,11 +28,11 @@
char* home;
char * ret;
struct passwd * pwd;
-@@ -97,7 +76,6 @@
+@@ -100,7 +79,6 @@
return(ret);
}
return(NULL);
-#endif
+ }
}
- static int preferences_new()