diff options
author | grant <grant@pkgsrc.org> | 2003-01-19 12:54:30 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-01-19 12:54:30 +0000 |
commit | b7eb016770248ed55b46320c5d357c8a77793fe9 (patch) | |
tree | 51c0b8aef738c432e75ef6731740dc4c5bc38a4f /devel/isect/MESSAGE | |
parent | f6ca1c37d43d413ee7db3ea8ae75567eddc0a940 (diff) | |
download | pkgsrc-b7eb016770248ed55b46320c5d357c8a77793fe9.tar.gz |
- use automatic rc script handling
- tidy up post-install msg
Diffstat (limited to 'devel/isect/MESSAGE')
-rw-r--r-- | devel/isect/MESSAGE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/isect/MESSAGE b/devel/isect/MESSAGE new file mode 100644 index 00000000000..8151e642644 --- /dev/null +++ b/devel/isect/MESSAGE @@ -0,0 +1,16 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/01/19 12:54:31 grant Exp $ + +You need to alias the hostname of the machine which will run isectd to +"isectd" on all the client machines, and add the following to +/etc/services: + +# +# isect services +# +isectd 5501/tcp # isectd +isdexec 5502/tcp # isdexecd + +The port number you specify should not conflict with any others that are +reserved. +=========================================================================== |