Gentoo Archives: gentoo-dev

From: Collins Richey <erichey2@××××.com>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Aterm ebuild README?
Date: Mon, 22 Oct 2001 04:53:05
Message-Id: 20011022050626.6470609d.erichey2@home.com
In Reply to: [gentoo-dev] Aterm ebuild README? by Gontran
1 On Sun, 1 Jul 2001 16:15:00 -0700 Gontran <gontran@×××××××.net> wrote:
2
3 > Aterm is by far the best virtual terminal emulater around. ;] Here's
4 > a
5 > bunch of what I had to do to get it to work after emerging:
6 >
7 > # cd /dev/; MAKEDEV ptmx; MAKEDEV pty; cd -
8 > # mkdir /dev/pts
9 > # chmod u+s /usr/lib/misc/pt_chown
10 > # vim /etc/fstab
11 > --- uncomment the /dev/pts line and prepend 'gid=5' to the
12 > column which has 'mode=620' in it. So it looks like:
13 > --- 'none /dev/pts devpts gid=5,mode=620 0 0'
14 > --- :wq
15 > # mount /dev/pts
16 >
17 > This I believe is a superset of things that have to be done to get
18 > the
19 > aterms to work. For instance I think that the 'MAKEDEV pty' was not
20 > required.
21 >
22 > This would not have happened except for:
23 > http://aterm.sourceforge.net/README.Unix98PTY
24 >
25 > Special thanks to Aaron Blew for the aterm ebuild.
26
27 Just now reviewing some old emails. A few questions:
28
29 1) Why, in your opinion, is aterm a better terminal emulator?
30 2) The extra work you describe is not necessary on _rc6 - pty....
31 devices are available; no need to mount pts. Aterm starts aok.
32
33 --
34 Collins Richey
35 Denver Area
36 gentoo_rc6 xfce+sylpheed

Replies

Subject Author
Re: [gentoo-dev] Aterm ebuild README? "Damon M. Conway" <damon@×××××××××××.net>