mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-10-31 10:07:38 +00:00
FIx serial getty, add support for Apple ][ keyboard
This commit is contained in:
parent
414742d8c1
commit
e9277c18ba
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
a2pi (0.1.4-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix postinst to not comment out all T* lines
|
||||||
|
|
||||||
|
-- David Schmenk <dschmenk@gmail.com> Mon, 10 Nov 2013 04:48:20 -0800
|
||||||
|
|
||||||
a2pi (0.1.4-1) unstable; urgency=low
|
a2pi (0.1.4-1) unstable; urgency=low
|
||||||
|
|
||||||
* Change mouse accleration code from table lookup to squared value
|
* Change mouse accleration code from table lookup to squared value
|
||||||
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -34,7 +34,7 @@ case "$1" in
|
|||||||
case "$ttyline" in
|
case "$ttyline" in
|
||||||
T0*)
|
T0*)
|
||||||
mv /etc/inittab /etc/inittab.bak
|
mv /etc/inittab /etc/inittab.bak
|
||||||
sed 's/^T0*/#T0*/' /etc/inittab.bak > /etc/inittab
|
sed 's/^T0/#T0/' /etc/inittab.bak > /etc/inittab
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
BIN
share/A2PI-1.1.PO
Executable file
BIN
share/A2PI-1.1.PO
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user