diff options
Diffstat (limited to 'net/pancho/files/patch-aa')
-rw-r--r-- | net/pancho/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pancho/files/patch-aa b/net/pancho/files/patch-aa new file mode 100644 index 000000000000..302d0f26475d --- /dev/null +++ b/net/pancho/files/patch-aa @@ -0,0 +1,11 @@ +--- pancho.orig Sat Nov 3 16:12:13 2001 ++++ pancho Sat Nov 3 16:13:03 2001 +@@ -34,7 +34,7 @@ + + my $logging = ""; # 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 + + ############ NO FURTHER EDITING SHOULD BE REQUIRED. ############ + ############ DOING SO IS AT YOUR OWN RISK. ############ |