summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-24 21:19:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-24 21:19:04 +0000
commit931139099396ae8f22471a853de5e92cbcf7dfe1 (patch)
treef09bfd61ecc8e7c399ea0bb3a7340cde4e2337f0 /usr/local/bin
parentc5a39c34b4056b9064598ccef28293c10061b64d (diff)
downloadpfsense-931139099396ae8f22471a853de5e92cbcf7dfe1.zip
pfsense-931139099396ae8f22471a853de5e92cbcf7dfe1.tar.gz
Output MSNTP to syslog so we can see whats happening underneat the hood.
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/runmsntp.sh2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud