From 931139099396ae8f22471a853de5e92cbcf7dfe1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Apr 2006 21:19:04 +0000 Subject: Output MSNTP to syslog so we can see whats happening underneat the hood. --- usr/local/bin/runmsntp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/runmsntp.sh b/usr/local/bin/runmsntp.sh index e736d42..d770632 100755 --- a/usr/local/bin/runmsntp.sh +++ b/usr/local/bin/runmsntp.sh @@ -7,6 +7,6 @@ echo $$ > $1 # exits (wait 1 second to avoid restarting too fast in case # the network is not yet setup) while true; do - /usr/local/bin/msntp -r -P no -l $2 -x $3 $4 + /usr/local/bin/msntp -v -r -P no -l $2 -x $3 $4 2>&1 | logger -p daemon.info -i -t msntp sleep 60 done -- cgit v1.1