diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 19:26:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 19:26:21 +0000 |
commit | 494e6a1cb7871a25f7a4c64a2e98daa4cb54d29c (patch) | |
tree | 06e798b7a0ce6381377ba36b203095355d0bca2e /security | |
parent | Fix typo (diff) |
Add -current detection as FreeBSD
Notes
Notes:
svn path=/head/; revision=46815
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/drweb-sendmail/files/patch-aa b/security/drweb-sendmail/files/patch-aa new file mode 100644 index 000000000000..37a6b4a52a52 --- /dev/null +++ b/security/drweb-sendmail/files/patch-aa @@ -0,0 +1,12 @@ +--- configure.bak Fri Jun 29 09:06:30 2001 ++++ configure Fri Aug 24 23:19:25 2001 +@@ -21,6 +21,9 @@ + "Linux"*) + OS="Linux" + ;; ++ "FreeBSD 5"*) ++ OS="FreeBSD" ++ ;; + "FreeBSD 4"*) + OS="FreeBSD" + ;; |