Package: fte
Version: 0.50.0-1.2
Followup-For: Bug #217266
What follows is a patch for the /usr/bin/fte script with the closed
bracket that prevents FTE from starting on a virtual console with
just the fte command.
- Nate >>
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages fte depends on:
ii fte-console 0.50.0-1.2 Text editor for console (no I18N s
ii fte-xwindow 0.50.0-1.2 Text editor for X Window System wi
ii libc6 2.3.5-11 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.2-5 GCC support library
ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3
fte recommends no packages.
-- no debconf information
*** /home/nate/tmp/diff/fte.diff
--- /usr/bin/fte 2002-04-20 19:12:22.000000000 -0500
+++ ./fte 2006-01-04 16:51:33.000000000 -0600
@@ -12,7 +12,7 @@
echo "Only Console version installed!"
fi
else
- if [ "$TERM" = linux ] && tty | egrep '^/dev/tty[0-9+$' >/dev/null &&
which vfte >/dev/null; then
+ if [ "$TERM" = linux ] && tty | egrep '^/dev/tty[0-9]+$' >/dev/null &&
which vfte >/dev/null; then
exec vfte "$@"
elif which sfte >/dev/null; then
exec sfte "$@"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]