summaryrefslogtreecommitdiff
path: root/security/nessus-devel/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-01 00:07:54 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-01 00:07:54 +0000
commitab67010544f56d482407894141484356972365e5 (patch)
tree7f25b3152a90ae8857c10cb7b3d78d84a6daeaa7 /security/nessus-devel/files
parentUse new MASTER_SITE. (diff)
Update port to 0.99.4
PR: 16478 Submitted by: Maintainer
Diffstat (limited to 'security/nessus-devel/files')
-rw-r--r--security/nessus-devel/files/patch-ag16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/nessus-devel/files/patch-ag b/security/nessus-devel/files/patch-ag
index 4ec7065b9bc1..edc02b1f9898 100644
--- a/security/nessus-devel/files/patch-ag
+++ b/security/nessus-devel/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()