diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 21:38:53 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 21:38:53 +0000 |
| commit | 9355b387c63d05e666bef9a7b40b83c1dc8fe245 (patch) | |
| tree | 29355c96b7e739d12570999b8f61440bbcd0f4c7 /convert_r1_to_r2.sh | |
| parent | f28428c5d1624960a4a1dedb724f076f02e8d2e8 (diff) | |
| download | install-9355b387c63d05e666bef9a7b40b83c1dc8fe245.tar.gz install-9355b387c63d05e666bef9a7b40b83c1dc8fe245.tar.bz2 install-9355b387c63d05e666bef9a7b40b83c1dc8fe245.zip | |
remove recent option.
Diffstat (limited to 'convert_r1_to_r2.sh')
| -rw-r--r-- | convert_r1_to_r2.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/convert_r1_to_r2.sh b/convert_r1_to_r2.sh index 120036f..1287ee1 100644 --- a/convert_r1_to_r2.sh +++ b/convert_r1_to_r2.sh @@ -15,7 +15,6 @@ Options: -prefs Change the names of preferences found in kernel_config (previously tiki_preferences) R2 now uses underscore preference names as standard - -recent recent changes pref name changes Notes: Run this file from your package directory. @@ -43,9 +42,6 @@ do elif [ $p == "-prefs" ] then PREFS=1 - elif [ $p == "-recent" ] - then - RECENT=1 elif [ $p == "-perms" ] then PERMS=1 |
