blob: edbfc4013a2ebe53bd98ccb9da2f50cf63e7bbaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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 $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
############ USE THE FOLLOWING OPTIONS TO TWEAK YOUR ############
############ SNMP SESSION PARAMETERS. ############
|