]> git.ipfire.org Git - thirdparty/sarg.git/commit
External sort command delimits the columns only on a tabulation
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:32:16 +0000 (10:32 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:32:16 +0000 (10:32 +0000)
commiteb8433696317cdd9d343536e01b5c216de071380
treed5e8f1daeeabd51ab867a2cd155cde328660e0de
parent227153528d900c4b3d213349e91bd1198f164a75
External sort command delimits the columns only on a tabulation

The default sort command splits the columns on a blank to non blank
transition but our files only use a tabulation as the column separator.

Therefore, the calls to the external sort command explicitly require
that the columns be identified by a tabulation. It prevents problems
when the fields contain spaces.
13 files changed:
authfail.c
dansguardian_log.c
email.c
html.c
lastlog.c
log.c
realtime.c
siteuser.c
smartfilter.c
sort.c
squidguard_log.c
topsites.c
topuser.c