mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Unsere Konsole ist jetzt UTF8-Fit.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@548 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
2
config/profile.d/i18n.sh
Normal file
2
config/profile.d/i18n.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# Set up i18n variables
|
||||
export LANG=en_US.utf8
|
||||
@@ -29,7 +29,7 @@ bin/setfont
|
||||
#lib/kbd/consolefonts/LatArCyrHeb-08.psfu.gz
|
||||
#lib/kbd/consolefonts/LatArCyrHeb-14.psfu.gz
|
||||
#lib/kbd/consolefonts/LatArCyrHeb-16#.psfu.gz
|
||||
#lib/kbd/consolefonts/LatArCyrHeb-16.psfu.gz
|
||||
lib/kbd/consolefonts/LatArCyrHeb-16.psfu.gz
|
||||
#lib/kbd/consolefonts/LatArCyrHeb-19.psfu.gz
|
||||
#lib/kbd/consolefonts/Mik_8x16.gz
|
||||
#lib/kbd/consolefonts/README.12x22
|
||||
@@ -239,7 +239,7 @@ lib/kbd/consolefonts/viscii10-8x16.psfu.gz
|
||||
#lib/kbd/consoletrans/8859-10_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-13_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-14_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-15_to_uni.trans
|
||||
lib/kbd/consoletrans/8859-15_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-1_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-2_to_uni.trans
|
||||
#lib/kbd/consoletrans/8859-3_to_uni.trans
|
||||
@@ -312,7 +312,7 @@ lib/kbd/keymaps/i386
|
||||
#lib/kbd/keymaps/i386/fgGIod
|
||||
#lib/kbd/keymaps/i386/fgGIod/tr_f-latin5.map.gz
|
||||
#lib/kbd/keymaps/i386/fgGIod/trf.map.gz
|
||||
#lib/kbd/keymaps/i386/include
|
||||
lib/kbd/keymaps/i386/include
|
||||
#lib/kbd/keymaps/i386/include/applkey.map.gz
|
||||
#lib/kbd/keymaps/i386/include/azerty-layout.inc
|
||||
#lib/kbd/keymaps/i386/include/backspace.map.gz
|
||||
|
||||
@@ -27,6 +27,7 @@ etc/profile
|
||||
#etc/profile.d
|
||||
etc/profile.d/dircolors.sh
|
||||
etc/profile.d/extrapaths.sh
|
||||
etc/profile.d/i18n.sh
|
||||
etc/profile.d/readline.sh
|
||||
etc/profile.d/umask.sh
|
||||
etc/resolv.conf
|
||||
|
||||
@@ -4,9 +4,6 @@ usr/sbin/siggen
|
||||
usr/sbin/tripwire
|
||||
usr/sbin/twadmin
|
||||
usr/sbin/twprint
|
||||
var/ipfire/tripwire/twcfg.default
|
||||
var/ipfire/tripwire/twcfg.txt
|
||||
var/ipfire/tripwire/twpol.default
|
||||
var/ipfire/tripwire/twpol.txt
|
||||
var/ipfire/tripwire
|
||||
srv/web/ipfire/cgi-bin/tripwire.cgi
|
||||
var/ipfire/menu.d/EX-tripwire.menu
|
||||
|
||||
@@ -202,7 +202,7 @@ END
|
||||
document.forms['speed'].rxkb.value = root2_node.firstChild.data;
|
||||
|
||||
// document.getElementsByTagName("input")[0].style.color = "#00FF00";
|
||||
url = "speed.cgi?rxb_last=" + root3_node.firstChild.data + "&txb_last=" + root4_node.firstChild.data;
|
||||
url = "/cgi/bin/speed.cgi?rxb_last=" + root3_node.firstChild.data + "&txb_last=" + root4_node.firstChild.data;
|
||||
|
||||
window.setTimeout("LoadInetInfo(url)", 3000);
|
||||
}
|
||||
@@ -210,7 +210,7 @@ END
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onLoad="LoadInetInfo('speed.cgi')">
|
||||
<body onLoad="LoadInetInfo('/cgi-bin/speed.cgi')">
|
||||
<!-- IPFIRE HEADER -->
|
||||
|
||||
<div id="header">
|
||||
|
||||
1
lfs/mc
1
lfs/mc
@@ -72,6 +72,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mc-4.6.1-debian_fixes-1.patch
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||
--without-x --disable-nls \
|
||||
--with-samba
|
||||
|
||||
@@ -17,8 +17,20 @@
|
||||
. ${rc_functions}
|
||||
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
|
||||
|
||||
FONT="lat0-16"
|
||||
KEYMAP_CORRECTIONS="euro2"
|
||||
if [ "$LANGUAGE" == "de" ]; then
|
||||
#KEYMAP="de-latin1"
|
||||
KEYMAP_CORRECTIONS="euro2"
|
||||
LEGACY_CHARSET="iso-8859-15"
|
||||
#FONT="LatArCyrHeb-16 -m 8859-15"
|
||||
FONT="lat0-16 -m 8859-15"
|
||||
else
|
||||
# English
|
||||
FONT="lat0-16"
|
||||
KEYMAP_CORRECTIONS="euro2"
|
||||
fi
|
||||
|
||||
UNICODE="1"
|
||||
BROKEN_COMPOSE="0"
|
||||
|
||||
is_true() {
|
||||
[ "$1" = "1" ] || [ "$1" = "yes" ] || [ "$1" = "true" ]
|
||||
|
||||
15425
src/patches/mc-4.6.1-debian_fixes-1.patch
Normal file
15425
src/patches/mc-4.6.1-debian_fixes-1.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user