http://bugs.skolelinux.org/show_bug.cgi?id=1434
--- Comment #2 from Petter Reinholdtsen <[email protected]> 2010-02-01 14:41:41 --- Here are the patch for two different aproaches. The first only disable exim4 on thin clients, the second disable it on both thin clients and diskless workstations. Index: sbin/ltsp-make-client =================================================================== --- sbin/ltsp-make-client (revision 62355) +++ sbin/ltsp-make-client (working copy) @@ -401,7 +401,7 @@ enable_on_rclevel dbus 3 enable_on_rclevel hal 3 only_run_on_rclevel 3 gdm kdm xdm nscd cupsys autofs pulseaudio \ - portmap nfs-common nslcd rwhod saned cups timidity jackd cron + portmap nfs-common nslcd rwhod saned cups timidity jackd cron exim4 # a lot of services should only be started in runlevel 4, eg. when running # in thin client mode Index: sbin/ltsp-make-client =================================================================== --- sbin/ltsp-make-client (revision 62355) +++ sbin/ltsp-make-client (working copy) @@ -411,7 +411,7 @@ only_run_on_rclevel N report-reboot open-backdoor enable-nat \ cfengine2 start-wlan xdebian-edu-firstboot \ readahead readahead-desktop stop-readahead\ - resize_lvm hdparm rsync hddtemp fam resolvconf fetch-ldap-cert + resize_lvm hdparm rsync hddtemp fam resolvconf fetch-ldap-cert exim4 # check which network the install is on, and start either as diskless # workstation or thin client. Make sure to insert these after using -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

