aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-28 21:29:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-28 21:29:44 +0000
commit315a89a80f4d3d546beb3af66b106f01fc761fc9 (patch)
treecb3d00c43edabfe82a9bdf3448614ebd3f256e6d /packages
parenta6d514876b3571239b5f527614085b3bc01f0c54 (diff)
downloadpfsense-packages-315a89a80f4d3d546beb3af66b106f01fc761fc9.tar.gz
pfsense-packages-315a89a80f4d3d546beb3af66b106f01fc761fc9.tar.bz2
pfsense-packages-315a89a80f4d3d546beb3af66b106f01fc761fc9.zip
Show the entire log file, not just the last 8 or so entries
Diffstat (limited to 'packages')
-rw-r--r--packages/tinydns/tinydns_view_logs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_view_logs.php b/packages/tinydns/tinydns_view_logs.php
index 7bc9a1a2..470d96a0 100644
--- a/packages/tinydns/tinydns_view_logs.php
+++ b/packages/tinydns/tinydns_view_logs.php
@@ -38,7 +38,7 @@ if(!$config['installedpackages']['tinydns']['config'][0])
$pgtitle = "TinyDNS: View Logs";
include("head.inc");
-$tinydnslogs = `tail /etc/tinydns/log/main/current | /usr/local/bin/tai64nlocal | php -f /usr/local/pkg/tinydns_parse_logs.php | grep -v ":0"`;
+$tinydnslogs = `cat /etc/tinydns/log/main/current | /usr/local/bin/tai64nlocal | php -f /usr/local/pkg/tinydns_parse_logs.php | grep -v ":0"`;
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">