fix date: replace %M with %T
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 21 Nov 2010 20:40:03 +0000 (22:40 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 21 Nov 2010 20:40:03 +0000 (22:40 +0200)
config

diff --git a/config b/config
index 8fb2de8..f45e6f9 100644 (file)
--- a/config
+++ b/config
@@ -6,16 +6,16 @@ DATA_HASH=261d3ff85652eb50a4bb294a2d2611c3148c3adf
 UTP_RECEIVER=/home/p2p/p2p-clients/utp/libutp/utp_file/utp_recv
 UTP_SENDER=/home/p2p/p2p-clients/utp/libutp/utp_file/utp_send
 UTP_RECEIVER_PORT=12345
-UTP_SENDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_utp-sender_$(date +%F-%M).log
-UTP_RECEIVER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_utp-receiver_$(date +%F-%M).log
-UTP_SENDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_utp-sender_$(date +%F-%M).log
-UTP_RECEIVER_MONITOR_LOG=/home/p2p/razvan/leecher/mon_$(hostname)_utp-receiver_$(date +%F-%M).log
-UTP_SENDER_LOG_FILE=/home/p2p/razvan/seeder/intern_$(hostname)_utp-sender_$(date +%F-%M).log
-UTP_RECEIVER_LOG_FILE=/home/p2p/razvan/leecher/intern_$(hostname)_utp-receiver_$(date +%F-%M).log
+UTP_SENDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_utp-sender_$(date +%F-%T).log
+UTP_RECEIVER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_utp-receiver_$(date +%F-%T).log
+UTP_SENDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_utp-sender_$(date +%F-%T).log
+UTP_RECEIVER_MONITOR_LOG=/home/p2p/razvan/leecher/mon_$(hostname)_utp-receiver_$(date +%F-%T).log
+UTP_SENDER_LOG_FILE=/home/p2p/razvan/seeder/intern_$(hostname)_utp-sender_$(date +%F-%T).log
+UTP_RECEIVER_LOG_FILE=/home/p2p/razvan/leecher/intern_$(hostname)_utp-receiver_$(date +%F-%T).log
 
 SWIFT=/home/p2p/p2p-clients/swift/swift
 SWIFT_SEEDER_PORT=13337
-SWIFT_SEEDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_swift-seeder_$(date +%F-%M).log
-SWIFT_LEECHER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_swift-leecher_$(date +%F-%M).log
-SWIFT_SEEDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_swift-seeder_$(date +%F-%M).log
-SWIFT_LEECHER_MONITOR_LOG=/home/p2p/razvan/leecher/mon_$(hostname)_swift-leecher_$(date +%F-%M).log
+SWIFT_SEEDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_swift-seeder_$(date +%F-%T).log
+SWIFT_LEECHER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_swift-leecher_$(date +%F-%T).log
+SWIFT_SEEDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_swift-seeder_$(date +%F-%T).log
+SWIFT_LEECHER_MONITOR_LOG=/home/p2p/razvan/leecher/mon_$(hostname)_swift-leecher_$(date +%F-%T).log