--- clamdwatch-0.7.1.txt	2005-01-30 20:50:21.000000000 -0500
+++ clamdwatch-0.7.2.txt	2007-12-11 09:21:09.000000000 -0500
@@ -4,6 +4,8 @@
 #
 #   ChangeLog
 #
+#   v0.7.2 - 12/11/2007 - Changed default path to clamd socket
+#
 #   v0.7.1 - 1/30/2005 - Fixed ownership issue with the temporary file.
 #
 #   v0.7 - 1/27/2005 - Fixed typo (-l != -L)
@@ -70,7 +72,7 @@
     print("\n");
     print("  Examples:\n");
     print("\n");
-    print("    clamdwatch.pl -s /var/run/clamd.ctl -l -q -t 25 -L /var/lock/subsys/clamd\n");
+    print("    clamdwatch.pl -s /tmp/clamd.socket -l -q -t 25 -L /var/lock/subsys/clamd\n");
     print("    clamdwatch.pl -s 3310 -l -q -t 25 -L /var/lock/subsys/clamd\n");
     print("\n");
     print("Switches:\n");
@@ -80,7 +82,7 @@
     print("\n");
     print("  -s socket\n");
     print("    Path to clamd socket or TCP port.\n");
-    print("    Default: /var/run/clamd.ctl\n");
+    print("    Default: /tmp/clamd.socket\n");
     print("\n");
     print("  -l\n");
     print("    Enable logging to syslog.\n");
@@ -112,7 +114,7 @@
 # $Socket values:
 #   = "3310" (as in the tcp port; make sure $ip is correct if you use this)
 #   = "/path/to/clamd/socket"
-my $Socket = $options{s} || "/var/run/clamd.ctl";
+my $Socket = $options{s} || "/tmp/clamd.socket";
 my $log = $options{l} || 0;
 my $ip = "127.0.0.1";
 my $timeout = $options{t} || 15;
