diff options
author | pat <pat@FreeBSD.org> | 2002-01-05 20:13:28 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-05 20:13:28 +0800 |
commit | 5aaef27549780b723c97faa7432ca1d157f94230 (patch) | |
tree | 05847722eb5bd52284441e4bdd9e3ca4d28af85c /net/pancho/files | |
parent | c2b9fd68d4b60b745438cbaef151d588e2020f8a (diff) | |
download | freebsd-ports-gnome-5aaef27549780b723c97faa7432ca1d157f94230.tar.gz freebsd-ports-gnome-5aaef27549780b723c97faa7432ca1d157f94230.tar.zst freebsd-ports-gnome-5aaef27549780b723c97faa7432ca1d157f94230.zip |
Update to 3.2
PR: 33569
Submitted by: maintainer
Diffstat (limited to 'net/pancho/files')
-rw-r--r-- | net/pancho/files/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/pancho/files/patch-aa b/net/pancho/files/patch-aa index c6d7494354ed..cdf83ffc5039 100644 --- a/net/pancho/files/patch-aa +++ b/net/pancho/files/patch-aa @@ -1,8 +1,11 @@ ---- pancho.orig Sat Dec 8 12:10:25 2001 -+++ pancho Sat Dec 8 12:11:04 2001 -@@ -35,7 +35,7 @@ +--- pancho.orig Fri Jan 4 23:33:48 2002 ++++ pancho Fri Jan 4 23:39:30 2002 +@@ -33,9 +33,9 @@ - my $logging = ""; # set this to "1" to enable logging + my @devices = qw(); # list of network devices + +-my $logging = ""; # set this to "1" to enable logging ++my $logging = "1"; # set this to "1" to enable logging -my $logfile = ""; # full path to your logfile +my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile |