diff options
Diffstat (limited to 'net-mgmt/pancho/files/patch-aa')
-rw-r--r-- | net-mgmt/pancho/files/patch-aa | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/pancho/files/patch-aa b/net-mgmt/pancho/files/patch-aa index cdf83ffc5039..edbfc4013a2e 100644 --- a/net-mgmt/pancho/files/patch-aa +++ b/net-mgmt/pancho/files/patch-aa @@ -1,14 +1,14 @@ ---- pancho.orig Fri Jan 4 23:33:48 2002 -+++ pancho Fri Jan 4 23:39:30 2002 -@@ -33,9 +33,9 @@ +--- pancho.orig Tue Jun 25 05:30:00 2002 ++++ pancho Tue Jul 2 14:30:30 2002 +@@ -38,9 +38,9 @@ + ############ BE SURE TO READ THROUGH THE LOGGING HOWTO ############ + ############ WHICH ACCOMPANIES THIS DISTRIBUTION. ############ - 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 $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 ++my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile - ############ NO FURTHER EDITING SHOULD BE REQUIRED. ############ - ############ DOING SO IS AT YOUR OWN RISK. ############ + ############ USE THE FOLLOWING OPTIONS TO TWEAK YOUR ############ + ############ SNMP SESSION PARAMETERS. ############ |