安装报错了
[root@zz rinetd]# make;make install
cc -DLINUX -g -c -o rinetd.o rinetd.c
rinetd.c:176: warning: conflicting types for built-in function ‘log’
rinetd.c: In function ‘readConfiguration’:
rinetd.c:544: warning: comparison is always false due to limited range of data type
rinetd.c:567: warning: comparison is always false due to limited range of data type
rinetd.c: In function ‘log’:
rinetd.c:1395: warning: the address of ‘log’, will always evaluate as ‘true’
cc -DLINUX -g -c -o match.o match.c
gcc rinetd.o match.o -o rinetd
install -m 700 rinetd /usr/sbin
install -m 644 rinetd.8 /usr/man/man8
install: cannot create regular file `/usr/man/man8': No such file or directory
make: *** [install] Error 1