openbsd-ports/net/ucspi-tcp/patches/patch-aa
kevlo 10dc6cf303 tcpserver and tcpclient are easy-to-use command-line tools for building
TCP client-server applications.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are available for several
different networks.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:30:11 +00:00

25 lines
720 B
Plaintext

--- hier.c.orig Tue Dec 21 20:53:15 1999
+++ hier.c Tue Dec 21 20:53:36 1999
@@ -2,14 +2,14 @@
void hier()
{
- h(auto_home,-1,-1,02755);
+ h(auto_home,-1,-1,0755);
- d(auto_home,"bin",-1,-1,02755);
- d(auto_home,"man",-1,-1,02755);
- d(auto_home,"man/man1",-1,-1,02755);
- d(auto_home,"man/cat1",-1,-1,02755);
- d(auto_home,"man/man5",-1,-1,02755);
- d(auto_home,"man/cat5",-1,-1,02755);
+ d(auto_home,"bin",-1,-1,0755);
+ d(auto_home,"man",-1,-1,0755);
+ d(auto_home,"man/man1",-1,-1,0755);
+ d(auto_home,"man/cat1",-1,-1,0755);
+ d(auto_home,"man/man5",-1,-1,0755);
+ d(auto_home,"man/cat5",-1,-1,0755);
c(auto_home,"bin","tcpclient",-1,-1,0711);
c(auto_home,"bin","tcpserver",-1,-1,0711);