Date: Thu, 6 Oct 2016 16:05:47 +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: r423414 - head/www/subsonic-standalone/files Message-ID: <201610061605.u96G5lAC056484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlh (src committer) Date: Thu Oct 6 16:05:47 2016 New Revision: 423414 URL: https://svnweb.freebsd.org/changeset/ports/423414 Log: Fix encoding issue. PR: 212994 Submitted by: joshruehlig@gmail.com Approved by: pi Modified: head/www/subsonic-standalone/files/subsonic.in Modified: head/www/subsonic-standalone/files/subsonic.in ============================================================================== --- head/www/subsonic-standalone/files/subsonic.in Thu Oct 6 16:04:52 2016 (r423413) +++ head/www/subsonic-standalone/files/subsonic.in Thu Oct 6 16:05:47 2016 (r423414) @@ -69,7 +69,7 @@ if checkyesno subsonic_ssl; then fi fi -start_precmd="export LC_CTYPE='UTF-8'" +start_precmd="export LC_CTYPE='en_US.UTF-8'" subsonic_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?201610061605.u96G5lAC056484>