Jens Elkner wrote: > What: Add the following line to your /etc/inetd.conf: > > tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s > /pool1/tftpboot
> Now start inetconv to create an appropriate svc manifest. On success one > will get /var/svc/manifest/network/tftp-udp6.xml . Inspecting this file > reveals, that inetconv failed to take over the correct tftp home directory > parameter, i.e. it uses /tftpboot instead of /pool1/tftpboot ... Are you sure there wasn't a duplicate entry for tftp in inetd.conf that specified the default directory? I have repeated your scenario on both Solaris 10/U3 and Express snv_52, and in both cases the manifest contained the non-default directory I specified in inetd.conf. In the case of duplicate entries, inetconv processes the first entry and emits a warning (but otherwise ignores) the others. Running strings against inetconv and it's dependent libraries doesn't turn up anything that would indicate inetconv has special magic knowledge of any services. --lyndon