diff options
author | jlh <jlh@FreeBSD.org> | 2016-10-07 00:04:52 +0800 |
---|---|---|
committer | jlh <jlh@FreeBSD.org> | 2016-10-07 00:04:52 +0800 |
commit | 024286ec37cc8f1be73c3cc5ac92ff2712d92425 (patch) | |
tree | 53f71881ca034e608a7b8a589b54de933c07c1ee /www | |
parent | 933c6cfcdeadec67afa038710e23fc70a71bf687 (diff) | |
download | freebsd-ports-gnome-024286ec37cc8f1be73c3cc5ac92ff2712d92425.tar.gz freebsd-ports-gnome-024286ec37cc8f1be73c3cc5ac92ff2712d92425.tar.zst freebsd-ports-gnome-024286ec37cc8f1be73c3cc5ac92ff2712d92425.zip |
Fix encoding issue.
PR: 212995
Submitted by: joshruehlig@gmail.com
Approved by: pi
Diffstat (limited to 'www')
-rw-r--r-- | www/madsonic-standalone/files/madsonic.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/madsonic-standalone/files/madsonic.in b/www/madsonic-standalone/files/madsonic.in index f94fe93637aa..9e6aa85fba2b 100644 --- a/www/madsonic-standalone/files/madsonic.in +++ b/www/madsonic-standalone/files/madsonic.in @@ -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} \ |