summaryrefslogtreecommitdiff
blob: 86f6e1f4b110184a595b9879236bb422c2153870 (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# ChangeLog for net-misc/ltsp-core
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-core/ChangeLog,v 1.5 2003/04/16 12:31:30 frame Exp $

*ltsp-core-3.0.9-r1 (16 Apr 2003)

  16 Apr 2003; Andres Toomsalu <frame@pfm.ee>:
  ltsp-core version bump to 3.0.9 - currently masked
  I guess there are no major changes besides some new linux distros support added to original package, so upgrading from ltsp-core 3.0.7 is probably pointless...

*ltsp-core-3.0.7-r1 (24 Mar 2003)

  24 Mar 2003; Andres Toomsalu <frame@pfm.ee>:
  Updated etherboot pxe loadable roms to 5.0.9 which has dos booting fixed :O)

*ltsp-core-3.0.7-r1 (19 Mar 2003)

  19 Mar 2003; Martin Holzer <mholzer@gentoo.org> ltsp-core-3.0.7-r1.ebuild:
  corrected kde and gnome dependencies.

*ltsp-core-3.0.7-r1 (11-02-2003)

  Small fixes and improvements:
  1) No need to create kdmrc symlink anymore
  2) Added sample dhcpd.conf with multiboot menu and password protection
  3) Added 3 bootroms for pxe booting out of the box with rtl8139, eepro100 and 3c905c cards 

*ltsp-core-3.0.7 (10-10-2002)

  17 Oct 2002; Andres Toomsalu <frame@pfm.ee>:
  
  Added missing digest-ltsp-core-3.0.7 file.    

  10 Oct 2002; Andres Toomsalu <frame@pfm.ee>:
  
  Updated ltsp-core-3.0.5.ebuild to reflect ltsp-core-3.0.7.

*ltsp-core-3.0.5 (10-10-2002)

  10 Oct 2002; Andres Toomsalu <frame@pfm.ee>:
  
  Updated original ltsp-core-3.0.0.ebuild made by David Snopek 
  to reflect ltsp-core-3.0.5.
  
  Corrected some dependency package names from original 3.0.0 ebuild.
  
  !!! ATTENTION KDM USERS !!! BEFORE emerging 3.0.5 ebuild make an symlink 'ln -sf /usr/kde/3/share/config/kdm/kdmrc /etc/X11/xdm/kdmrc'
  OR edit /usr/kde/3/share/config/kdm/kdmrc manually afterwards (just set 'Enable=true' in [Xdmcp] section).
  Tryed to rewrite 'modify_xdm_kdmrc()' function from original 3.0.0 ebuild to 'local file=/usr/kde/3/share/config/kdm/kdmrc'
  - but that didn't work - error message from build process informed always that 'can't find the damn file...'.
  Grrrhh..well I really don't know portage so well to understand why it fails on this case. So make an symlink or fix kdmrc manually.
  

  09 May 2002; David Snopek <xevol@newtonave.net>:
  
  Initial ltsp-core-3.0.0.ebuild.
  ----- FROM INSTALL.Gentoo --------------------------
  
        Finishing the LTSP install under Gentoo Linux
	By David Snopek

	There are a couple things that the Gentoo package didn't do because I don't feel right changing these things on someone elses system.

	* Starting LTSP ...

	Run these sciprts as root in no particular order:

	/etc/init.d/dhcp start
	/etc/init.d/xdm start
	/etc/init.d/xinetd start
    
	* Display Manager

	In order for the display manager to be started on boot, run this command:

	rc-update add xdm default

	To set which display manager is started, set the DISPLAY_MANAGER variable in /etc/rc.conf.  Possible values include xdm, gdm, and kdm.

	Modify /etc/X11/xdm/Xaccess to grant the X-Terminals access to the display manager.

	* DHCP	

	In order for dhcp to be started on boot, run this command:

	rc-update add dhcp default

	To change which network card connects to the X-Terminal's, change the value of the IF variable at the top of /etc/init.d/dhcp.

	* xinetd

	If xinetd doesn't already start on boot, and you desire it to, run this command:

	rc-update add xinetd default
    -------------------------------------------------