From 22df530d11f657db0adb4f7357ce3dfb026ccde3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 11 Jun 2001 02:00:33 +0000 Subject: [PATCH] ISO_ -> ISO --- release/Makefile | 6 +++--- release/picobsd/dial/config | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/Makefile b/release/Makefile index e86cefbceb85..1530085f7afe 100644 --- a/release/Makefile +++ b/release/Makefile @@ -76,7 +76,7 @@ OBJFORMAT?= elf # Uncomment and modify this definition if you want the release notes # and other release documentation in a language other than English. -#RELNOTES_LANG= en_US.ISO_8859-1 +#RELNOTES_LANG= en_US.ISO8859-1 # As an alternative to installing the entire ports collection (which # can take a huge amount of time, in particular on slower disks), @@ -337,7 +337,7 @@ rerelease release: .if defined(ALLLANG) && ${ALLLANG} != "NO" && ${ALLLANG} != "no" echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk .else - echo "export DOC_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk + echo "export DOC_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk .endif .if defined(NOSRC) echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk @@ -345,7 +345,7 @@ rerelease release: .if defined(RELNOTES_LANG) echo "export RELNOTES_LANG=${RELNOTES_LANG}" >> ${CHROOTDIR}/mk .else - echo "export RELNOTES_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk + echo "export RELNOTES_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk .endif .if defined(NOSHARED) echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk diff --git a/release/picobsd/dial/config b/release/picobsd/dial/config index 14eb23add432..31cb90e6a563 100644 --- a/release/picobsd/dial/config +++ b/release/picobsd/dial/config @@ -5,11 +5,11 @@ MY_DEVS="std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0 \ psm0 \ wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4" #.if ${LANGUAGE} == pl -#LOCALE=pl_PL.ISO_8859-2 +#LOCALE=pl_PL.ISO8859-2 #LOCALE_LINKS=${PL_LOCALE_LINKS} #FONT=iso02-8x16.fnt -#KBD=pl_PL.ISO_8859-2.kbd +#KBD=pl_PL.ISO8859-2.kbd #.else -#LOCALE=en_US.ISO_8859-1 +#LOCALE=en_US.ISO8859-1 #LOCALE_LINKS=${US_LOCALE_LINKS} #.endif