ports/mail/mailscanner/patches/patch-bin_update_phishing_sites

18 lines
442 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- bin/update_phishing_sites.orig Thu Mar 12 19:19:12 2015
+++ bin/update_phishing_sites Sun Mar 15 14:14:20 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# MailScanner - SMTP E-Mail Virus Scanner
# Copyright (C) 2002 Julian Field
@@ -23,7 +23,7 @@
# set your options here
#
-CONFIGDIR='/opt/MailScanner/etc';
+CONFIGDIR='%SYSCONFDIR%/MailScanner';
THEURL='http://phishing.mailborder.com/phishing.safe.sites.conf';