Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 16:04:52 +0000 (UTC)
From:      Jeremie Le Hen <jlh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423413 - head/www/madsonic-standalone/files
Message-ID:  <201610061604.u96G4q7Y056344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlh (src committer)
Date: Thu Oct  6 16:04:52 2016
New Revision: 423413
URL: https://svnweb.freebsd.org/changeset/ports/423413

Log:
  Fix encoding issue.
  
  PR:		212995
  Submitted by:	joshruehlig@gmail.com
  Approved by:	pi

Modified:
  head/www/madsonic-standalone/files/madsonic.in

Modified: head/www/madsonic-standalone/files/madsonic.in
==============================================================================
--- head/www/madsonic-standalone/files/madsonic.in	Thu Oct  6 15:53:37 2016	(r423412)
+++ head/www/madsonic-standalone/files/madsonic.in	Thu Oct  6 16:04:52 2016	(r423413)
@@ -74,7 +74,7 @@ if checkyesno madsonic_ssl; then
 	fi
 fi
 
-start_precmd="export LC_CTYPE='UTF-8'"
+start_precmd="export LC_CTYPE='en_US.UTF-8'"
 madsonic_chdir="%%DATADIR%%"
 command="/usr/sbin/daemon"
 command_args="-f ${procname} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061604.u96G4q7Y056344>