author | harlekin <harlekin> | 2004-04-22 19:00:32 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-04-22 19:00:32 (UTC) |
commit | e9d1a3bf70b2f79f47a4d5ad826712aa5d654d8e (patch) (unidiff) | |
tree | 0d9d19ece0eaa5e6d637c24eebfe4f1f3c2f57fb | |
parent | 5c6499c56cd5c00603634546e6ba8c4d9da9741d (diff) | |
download | opie-e9d1a3bf70b2f79f47a4d5ad826712aa5d654d8e.zip opie-e9d1a3bf70b2f79f47a4d5ad826712aa5d654d8e.tar.gz opie-e9d1a3bf70b2f79f47a4d5ad826712aa5d654d8e.tar.bz2 |
do not activate support for the broken sharp rom by default
-rw-r--r-- | noncore/apps/opie-console/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/main.cpp b/noncore/apps/opie-console/main.cpp index f61f44e..92921ab 100644 --- a/noncore/apps/opie-console/main.cpp +++ b/noncore/apps/opie-console/main.cpp | |||
@@ -1,44 +1,44 @@ | |||
1 | #include <sys/types.h> | 1 | #include <sys/types.h> |
2 | 2 | ||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | #include <stdlib.h> | 4 | #include <stdlib.h> |
5 | #include <signal.h> | 5 | #include <signal.h> |
6 | #include <qfile.h> | 6 | #include <qfile.h> |
7 | 7 | ||
8 | #include <qpe/qpeapplication.h> | 8 | #include <qpe/qpeapplication.h> |
9 | 9 | ||
10 | #include "mainwindow.h" | 10 | #include "mainwindow.h" |
11 | 11 | ||
12 | #define FSCKED_DISTRIBUTION 1 | 12 | // #define FSCKED_DISTRIBUTION 1 |
13 | #ifdef FSCKED_DISTRIBUTION | 13 | #ifdef FSCKED_DISTRIBUTION |
14 | /* | 14 | /* |
15 | * The Zaurus rom | 15 | * The Zaurus rom |
16 | */ | 16 | */ |
17 | class FixIt { | 17 | class FixIt { |
18 | public: | 18 | public: |
19 | FixIt(); | 19 | FixIt(); |
20 | ~FixIt(); | 20 | ~FixIt(); |
21 | void fixIt(); | 21 | void fixIt(); |
22 | /* no real interested in implementing it */ | 22 | /* no real interested in implementing it */ |
23 | void breakIt() { | 23 | void breakIt() { |
24 | 24 | ||
25 | }; | 25 | }; |
26 | char* m_file; | 26 | char* m_file; |
27 | }; | 27 | }; |
28 | 28 | ||
29 | FixIt::FixIt() { | 29 | FixIt::FixIt() { |
30 | /* the new inittab */ | 30 | /* the new inittab */ |
31 | m_file = "#\n# /etc/inittab" | 31 | m_file = "#\n# /etc/inittab" |
32 | "#" | 32 | "#" |
33 | "" | 33 | "" |
34 | "# 0 - halt (Do NOT set initdefault to this)" | 34 | "# 0 - halt (Do NOT set initdefault to this)" |
35 | "# 1 - Single user mode" | 35 | "# 1 - Single user mode" |
36 | "# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)" | 36 | "# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)" |
37 | "# 3 - Full multiuser mode" | 37 | "# 3 - Full multiuser mode" |
38 | "# 4 - JavaVM(Intent) developer mode" | 38 | "# 4 - JavaVM(Intent) developer mode" |
39 | "# 5 - JavaVM(Intent)" | 39 | "# 5 - JavaVM(Intent)" |
40 | "# 6 - reboot (Do NOT set initdefault to this)" | 40 | "# 6 - reboot (Do NOT set initdefault to this)" |
41 | "#" | 41 | "#" |
42 | "id:5:initdefault:" | 42 | "id:5:initdefault:" |
43 | "" | 43 | "" |
44 | "# Specify things to do when starting" | 44 | "# Specify things to do when starting" |