~ubuntu-branches/ubuntu/warty/dnprogs/warty

« back to all changes in this revision

Viewing changes to BUILD/phone.README

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2004-05-30 10:13:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040530101357-1geqhhh0teccu0cm
Tags: 2.27
* Fix signal handling in sethost so it doesn't die with an embarrassing
  "Alarm clock" message.
* Add dependancy on modutils. Closes: #251508

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Not much to say about phone really - it behaves exactly like the favourite 
 
2
VMS utility of the same name - if it doesn't then I want to know about it.
 
3
 
 
4
USING IT
 
5
--------
 
6
The important thing to remember is that 'phoned' MUST be running for anyone
 
7
on the local system to run phone...really. You cannot run phoned from
 
8
dnetd.
 
9
 
 
10
Use the Linux 'mesg' command to determine whether your terminal appears as
 
11
"/nobroadcast" to VMS phone, see man mesg(1). Note that some distributions
 
12
(my Debian 2.1 does this) set the terminal to 'mesg n' by default so the
 
13
user appears unavailable to remote phone users.
 
14
When you are running phone your terminal is regarded as available regardless
 
15
of the mesg setting.
 
16
 
 
17
 
 
18
BUILDING IT
 
19
-----------
 
20
 
 
21
The X-Windows version requires GTK+ 1.2.x. Version 1.1 or 1.3+ will not do.
 
22
 
 
23
If you find that the pixmaps for GTK phone are not being installed then
 
24
check that your PATH as root includes the directory where gtk-config is held.
 
25
This may happen if you build phone as a unprivileged user and install using 
 
26
sudo. If gtk-config is not in roots' PATH but in normal users' paths.
 
27
TO fix this install like this:
 
28
 
 
29
su root -c "PATH=$PATH; make install"
 
30
 
 
31
Patrick
 
32