Subject: amd help
To: None <netbsd-help@NetBSD.ORG>
From: John M Vinopal <banshee@gabriella.resort.com>
List: netbsd-help
Date: 03/03/1996 10:16:47
Can someone point out whats wrong with this setup?

These appear on the house in /var/log/messages
>Feb 27 19:05:59 www amd[73]: /etc/amd/home: line 8 has no value field
>Feb 27 20:06:02 www amd[73]: /etc/amd/home: line 8 has no value field
>Feb 27 21:06:15 www amd[73]: /etc/amd/home: line 8 has no value field

www# more home
/defaults type:=nfs;opts:=rw,soft,intr,grpid

local   \
        host!=gabriella;rfs:=/usr/local;rhost:=gabriella || \
        host==gabriella;type:=link;fs:=/usr/local || \
        host==atrium;type:=link;fs:=/usr/local2 || \
        host!=atrium;rfs:=/usr/local2;rhost:=atrium

people  \
        host==atrium;type:=link;fs:=/usr/people || \
        host!=atrium;type:=nfs;rhost:=atrium;rfs:=/usr/people

www     \
        host==www;type:=link;fs:=/usr/people2 || \   
        host!=www;type:=nfs;rhost:=www;rfs:=/usr/people2

www# 
www#

-j