1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
--- lessdisks-0.5.3cvs.20040906.orig/install/usr-sbin/lessdisks-configure
+++ lessdisks-0.5.3cvs.20040906/install/usr-sbin/lessdisks-configure
@@ -162,34 +162,6 @@
exit 1
fi
-install_swiftx(){
- lessdisks-aptget install swiftx
- lil_pause
- fix_swiftx_config
-}
-
-fix_swiftx_config(){
-$DIALOG --title "Lessdisks Configuration -- Fixing swiftx Config" --clear \
- --msgbox "Okay. Time to fix the swiftx config. I'm going to put\n\
-you in an editor with the file $lessdisks_path/etc/swiftx/swiftx.conf\n\
-Look for the line:\n\
-x_config_dir: <some setting>\n\
-and set it to /var/state/lessdisks/etc/\n\
-(don't forget the trailing slash...)" 12 60
-
-case $? in
- 0)
- $EDITOR $lessdisks_path/etc/swiftx/swiftx.conf
- lil_pause
- ;;
-
- 255)
- echo "Goodbye."
- exit;
- ;;
-esac
-}
-
install_xfs(){
apt-get install xfs xfonts-base xfonts-100dpi xfonts-75dpi xfonts-scalable
lil_pause
@@ -227,9 +199,8 @@
gnome, kde, ion, xfce, xfwm, and others. apt-get them\n\
EXAMPLE: apt-get install icewm\n\
- Any terminals with video cards that can't use xserver-xfree86\n\
- will need their specific xservers. See swiftx's output for\n\
- what server you'll need. You'll need to apt-get them in the chroot,\n\
- so use the special script lessdisks-aptget for that.\n\
+ will need their specific xservers. You'll need to apt-get them\n\
+ in the chroot, so use the special script lessdisks-aptget for that.\n\
EXAMPLE: lessdisks-aptget install xserver-mach64\n\
Good luck." 18 78
}
@@ -290,6 +261,5 @@
yes_no install_dialogs "install X dialog and dialog?" && install_dialogs
yes_no default_runlevel "set default runlevel for terminals?" && default_runlevel
yes_no install_xterm "install X terminal emulator xterm?" && install_xterm
-yes_no install_swiftx "install swiftx X configuration tool?" && install_swiftx
final_notes
|