> Benedict P. Barszcz wrote:
>
> > install -o man -m 644 rsfd.8 /usr/man/man8
> > install : invalid user 'man'
> > make[2]*** [installman] Error 1
>
> Ah .. that's a small thing I should fix.
> Either modify the tcpip/rspfd/Makefile and change the 'man' in the
> 'install ..' line you've pasted above to 'root', or create a
> 'man' user. Slackware right ?
At least RedHat too.
Another little bug is in the node Makefile:
--- Makefile.old Fri May 9 13:23:04 1997
+++ Makefile Fri May 9 13:23:44 1997
@@ -30,8 +30,8 @@
install -m 755 -o root -g root -d $(ETC_DIR)
install -m 600 -o root -g root etc/node.conf $(ETC_DIR)
install -m 600 -o root -g root etc/node.perms $(ETC_DIR)
- install -m 755 -o root -g root -d $(VAR_DIR)/ax25/node
- install -m 644 -o root -g root etc/loggedin $(VAR_DIR)/ax25/node
+ install -m 755 -o root -g root -d $(VAR_DIR)/node
+ install -m 644 -o root -g root etc/loggedin $(VAR_DIR)/node
installman:
install -m 644 -o bin -g bin nodeusers.1 $(MAN_DIR)/man1
-- ---Tomi Manninen / iir@sky.cz / OH2BNS @ OH2RBI.FIN.EU---