Modified the example line added to /etc/services to be the same as the
line which already exists in the default /etc/services distributed by FreeBSD Submitted by: mrcpu@cdsnet.net (Jaye Mathisen)
This commit is contained in:
parent
89ceb0a39a
commit
66f00e7cb7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=101
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: sup.sgml,v 1.7 1995-09-27 00:46:30 jmz Exp $ -->
|
||||
<!-- $Id: sup.sgml,v 1.8 1995-09-27 19:20:43 nate Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
|
||||
|
@ -17,9 +17,9 @@ way of doing this is to grab the sup.tgz package from:
|
|||
ftp://ftp.FreeBSD.ORG:/pub/FreeBSD/packages/sup.tgz
|
||||
</verb>
|
||||
Install the sup package using pkg_add and add the following line to
|
||||
your /etc/services file:
|
||||
your /etc/services file (if it doesn't already exist):
|
||||
<verb>
|
||||
sup 871/tcp #sup
|
||||
supfilesrv 871/tcp # for SUP
|
||||
</verb>
|
||||
|
||||
SUP gets the information it needs to run from a configuration file
|
||||
|
|
Loading…
Reference in a new issue